@atlaskit/tmp-editor-statsig 131.0.0 → 132.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 132.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`08b7535d56701`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08b7535d56701) -
8
+ Disable sticky headers for single-row tables and delay sticky corner masks until the native header
9
+ is active behind the table Q4 patch 4 experiment
10
+
11
+ ### Patch Changes
12
+
13
+ - [`00f3166426df4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00f3166426df4) -
14
+ adopt cssMapScoped for editor core compiled css migration
15
+
16
+ ## 132.0.0
17
+
18
+ ### Major Changes
19
+
20
+ - [`d73da6cdded98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d73da6cdded98) -
21
+ Clean up experiment `confluence_max_width_breakout_extension_fix` (now permanently enabled)
22
+
3
23
  ## 131.0.0
4
24
 
5
25
  ### Major Changes
@@ -56,7 +56,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
56
56
  platform_editor_table_fit_to_content_auto_convert: false,
57
57
  platform_editor_table_q4_loveability: false,
58
58
  platform_editor_table_menu_updates: false,
59
- platform_editor_core_static_css: false,
60
59
  'cwr-modal-ui-refresh': false,
61
60
  'cc-disambiguation-in-cwr': false,
62
61
  'cwr-reduce-prompt-suggestion-max-chars': false,
@@ -165,14 +165,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
165
165
  param: 'isEnabled',
166
166
  defaultValue: false
167
167
  }),
168
- // Added 2026-01-15
169
- confluence_max_width_breakout_extension_fix: (0, _experimentBuilders.createBooleanExperiment)({
170
- productKeys: {
171
- confluence: 'confluence_max_width_breakout_extension_fix'
172
- },
173
- param: 'isEnabled',
174
- defaultValue: false
175
- }),
176
168
  confluence_quick_insert_embeds: (0, _experimentBuilders.createMultivariateExperiment)({
177
169
  productKeys: {
178
170
  confluence: 'confluence_quick_insert_embeds'
@@ -1730,6 +1722,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1730
1722
  param: 'isEnabled',
1731
1723
  defaultValue: false
1732
1724
  }),
1725
+ // Added 2026-07-17
1726
+ platform_editor_improve_inline_diffs: (0, _experimentBuilders.createBooleanExperiment)({
1727
+ productKeys: {
1728
+ confluence: 'platform_editor_improve_inline_diffs'
1729
+ },
1730
+ param: 'isEnabled',
1731
+ defaultValue: false
1732
+ }),
1733
1733
  // Added 2026-03-10
1734
1734
  platform_editor_fix_media_toolbar_border_dropdown: (0, _experimentBuilders.createBooleanExperiment)({
1735
1735
  productKeys: {
@@ -2051,6 +2051,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2051
2051
  param: 'isEnabled',
2052
2052
  defaultValue: false
2053
2053
  }),
2054
+ // Added 2026-07-21
2055
+ platform_editor_table_q4_patch_4: (0, _experimentBuilders.createBooleanExperiment)({
2056
+ productKeys: {
2057
+ confluence: 'platform_editor_table_q4_patch_4',
2058
+ jira: 'platform_editor_table_q4_patch_4'
2059
+ },
2060
+ param: 'isEnabled',
2061
+ defaultValue: false
2062
+ }),
2054
2063
  // Added 2026-05-11
2055
2064
  platform_editor_table_menu_updates: (0, _experimentBuilders.createBooleanExperiment)({
2056
2065
  productKeys: {
@@ -50,7 +50,6 @@ export const testBooleanOverrides = {
50
50
  platform_editor_table_fit_to_content_auto_convert: false,
51
51
  platform_editor_table_q4_loveability: false,
52
52
  platform_editor_table_menu_updates: false,
53
- platform_editor_core_static_css: false,
54
53
  'cwr-modal-ui-refresh': false,
55
54
  'cc-disambiguation-in-cwr': false,
56
55
  'cwr-reduce-prompt-suggestion-max-chars': false,
@@ -159,14 +159,6 @@ export const editorExperimentsConfig = {
159
159
  param: 'isEnabled',
160
160
  defaultValue: false
161
161
  }),
162
- // Added 2026-01-15
163
- confluence_max_width_breakout_extension_fix: createBooleanExperiment({
164
- productKeys: {
165
- confluence: 'confluence_max_width_breakout_extension_fix'
166
- },
167
- param: 'isEnabled',
168
- defaultValue: false
169
- }),
170
162
  confluence_quick_insert_embeds: createMultivariateExperiment({
171
163
  productKeys: {
172
164
  confluence: 'confluence_quick_insert_embeds'
@@ -1724,6 +1716,14 @@ export const editorExperimentsConfig = {
1724
1716
  param: 'isEnabled',
1725
1717
  defaultValue: false
1726
1718
  }),
1719
+ // Added 2026-07-17
1720
+ platform_editor_improve_inline_diffs: createBooleanExperiment({
1721
+ productKeys: {
1722
+ confluence: 'platform_editor_improve_inline_diffs'
1723
+ },
1724
+ param: 'isEnabled',
1725
+ defaultValue: false
1726
+ }),
1727
1727
  // Added 2026-03-10
1728
1728
  platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1729
1729
  productKeys: {
@@ -2045,6 +2045,15 @@ export const editorExperimentsConfig = {
2045
2045
  param: 'isEnabled',
2046
2046
  defaultValue: false
2047
2047
  }),
2048
+ // Added 2026-07-21
2049
+ platform_editor_table_q4_patch_4: createBooleanExperiment({
2050
+ productKeys: {
2051
+ confluence: 'platform_editor_table_q4_patch_4',
2052
+ jira: 'platform_editor_table_q4_patch_4'
2053
+ },
2054
+ param: 'isEnabled',
2055
+ defaultValue: false
2056
+ }),
2048
2057
  // Added 2026-05-11
2049
2058
  platform_editor_table_menu_updates: createBooleanExperiment({
2050
2059
  productKeys: {
@@ -50,7 +50,6 @@ export var testBooleanOverrides = {
50
50
  platform_editor_table_fit_to_content_auto_convert: false,
51
51
  platform_editor_table_q4_loveability: false,
52
52
  platform_editor_table_menu_updates: false,
53
- platform_editor_core_static_css: false,
54
53
  'cwr-modal-ui-refresh': false,
55
54
  'cc-disambiguation-in-cwr': false,
56
55
  'cwr-reduce-prompt-suggestion-max-chars': false,
@@ -159,14 +159,6 @@ export var editorExperimentsConfig = {
159
159
  param: 'isEnabled',
160
160
  defaultValue: false
161
161
  }),
162
- // Added 2026-01-15
163
- confluence_max_width_breakout_extension_fix: createBooleanExperiment({
164
- productKeys: {
165
- confluence: 'confluence_max_width_breakout_extension_fix'
166
- },
167
- param: 'isEnabled',
168
- defaultValue: false
169
- }),
170
162
  confluence_quick_insert_embeds: createMultivariateExperiment({
171
163
  productKeys: {
172
164
  confluence: 'confluence_quick_insert_embeds'
@@ -1724,6 +1716,14 @@ export var editorExperimentsConfig = {
1724
1716
  param: 'isEnabled',
1725
1717
  defaultValue: false
1726
1718
  }),
1719
+ // Added 2026-07-17
1720
+ platform_editor_improve_inline_diffs: createBooleanExperiment({
1721
+ productKeys: {
1722
+ confluence: 'platform_editor_improve_inline_diffs'
1723
+ },
1724
+ param: 'isEnabled',
1725
+ defaultValue: false
1726
+ }),
1727
1727
  // Added 2026-03-10
1728
1728
  platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1729
1729
  productKeys: {
@@ -2045,6 +2045,15 @@ export var editorExperimentsConfig = {
2045
2045
  param: 'isEnabled',
2046
2046
  defaultValue: false
2047
2047
  }),
2048
+ // Added 2026-07-21
2049
+ platform_editor_table_q4_patch_4: createBooleanExperiment({
2050
+ productKeys: {
2051
+ confluence: 'platform_editor_table_q4_patch_4',
2052
+ jira: 'platform_editor_table_q4_patch_4'
2053
+ },
2054
+ param: 'isEnabled',
2055
+ defaultValue: false
2056
+ }),
2048
2057
  // Added 2026-05-11
2049
2058
  platform_editor_table_menu_updates: createBooleanExperiment({
2050
2059
  productKeys: {
@@ -270,12 +270,6 @@ export declare const editorExperimentsConfig: {
270
270
  productKeys?: ProductKeys;
271
271
  typeGuard: IsBooleanType;
272
272
  };
273
- confluence_max_width_breakout_extension_fix: {
274
- defaultValue: boolean;
275
- param: string;
276
- productKeys?: ProductKeys;
277
- typeGuard: IsBooleanType;
278
- };
279
273
  confluence_quick_insert_embeds: {
280
274
  defaultValue: 'control' | 'prioritizeLinkInQIM' | 'prioritizeEmbedInQIM';
281
275
  param: string;
@@ -1336,6 +1330,12 @@ export declare const editorExperimentsConfig: {
1336
1330
  productKeys?: ProductKeys;
1337
1331
  typeGuard: IsBooleanType;
1338
1332
  };
1333
+ platform_editor_improve_inline_diffs: {
1334
+ defaultValue: boolean;
1335
+ param: string;
1336
+ productKeys?: ProductKeys;
1337
+ typeGuard: IsBooleanType;
1338
+ };
1339
1339
  platform_editor_fix_media_toolbar_border_dropdown: {
1340
1340
  defaultValue: boolean;
1341
1341
  param: string;
@@ -1510,6 +1510,12 @@ export declare const editorExperimentsConfig: {
1510
1510
  productKeys?: ProductKeys;
1511
1511
  typeGuard: IsBooleanType;
1512
1512
  };
1513
+ platform_editor_table_q4_patch_4: {
1514
+ defaultValue: boolean;
1515
+ param: string;
1516
+ productKeys?: ProductKeys;
1517
+ typeGuard: IsBooleanType;
1518
+ };
1513
1519
  platform_editor_table_menu_updates: {
1514
1520
  defaultValue: boolean;
1515
1521
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "131.0.0",
3
+ "version": "132.1.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",