@atlaskit/tmp-editor-statsig 197.0.0 → 199.0.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,28 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 199.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`04a147a4ed8b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/04a147a4ed8b5) -
8
+ Remove the platform_editor_table_excerpts_fix experiment and make its enabled behavior permanent.
9
+ Tables inside layout columns retain their full-width styling in both Emotion and Compiled editors.
10
+
11
+ The experiment key has been removed from tmp-editor-statsig configuration. Consumers must remove
12
+ checks for this key and retain the isEnabled: true behavior.
13
+
14
+ - [`6c7f03ca0f4ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6c7f03ca0f4ad) -
15
+ Clean up experiment `editor_a11y__toolbar-item-aria-described-by_fy27`
16
+ - [`edc1eb0f84ed8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edc1eb0f84ed8) -
17
+ Clean up experiment `platform_editor_comment_on_bodied_extensions`
18
+
19
+ ## 198.0.0
20
+
21
+ ### Major Changes
22
+
23
+ - [`9f67d7a39831c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f67d7a39831c) -
24
+ Clean up experiment `editor_a11y__primary-toolbar-aria-label_fy27`
25
+
3
26
  ## 197.0.0
4
27
 
5
28
  ### Major Changes
@@ -30,7 +30,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
30
30
  platform_editor_toolbar_aifc: false,
31
31
  'test-new-experiments-package': false,
32
32
  platform_renderer_table_sticky_scrollbar: false,
33
- comment_on_bodied_extensions: false,
34
33
  advanced_layouts: false,
35
34
  single_column_layouts: false,
36
35
  platform_editor_ai_unsplash_page_header: false,
@@ -14,7 +14,7 @@ var _createMultivariateExperiment = require("./create-multivariate-experiment");
14
14
 
15
15
  // These experiments have a jira-specific key that differs from the experiment name,
16
16
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
17
- var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
17
+ var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
18
18
 
19
19
  /**
20
20
  * Extract valid expected values.
@@ -93,24 +93,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
93
93
  param: 'isEnabled',
94
94
  defaultValue: false
95
95
  }),
96
- // Added 2026-07-20
97
- 'editor_a11y__primary-toolbar-aria-label_fy27': (0, _createBooleanExperiment.createBooleanExperiment)({
98
- productKeys: {
99
- confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
100
- jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
101
- },
102
- param: 'isEnabled',
103
- defaultValue: false
104
- }),
105
- // Added 2026-07-21
106
- 'editor_a11y__toolbar-item-aria-described-by_fy27': (0, _createBooleanExperiment.createBooleanExperiment)({
107
- productKeys: {
108
- confluence: 'editor_a11y__toolbar-item-aria-described-by_fy27',
109
- jira: 'editor_a11y__toolbar-item-aria-described-by_fy27'
110
- },
111
- param: 'isEnabled',
112
- defaultValue: false
113
- }),
114
96
  // Added 2026-06-19
115
97
  'enghealth-53346_fix_redaction_marker_editor': (0, _createBooleanExperiment.createBooleanExperiment)({
116
98
  productKeys: {
@@ -297,14 +279,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
297
279
  param: 'isEnabled',
298
280
  defaultValue: false
299
281
  }),
300
- // Added 2024-10-01
301
- comment_on_bodied_extensions: (0, _createBooleanExperiment.createBooleanExperiment)({
302
- productKeys: {
303
- confluence: 'platform_editor_comment_on_bodied_extensions'
304
- },
305
- param: 'isEnabled',
306
- defaultValue: false
307
- }),
308
282
  // Added 2024-10-14
309
283
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_advanced_layouts/setup
310
284
  advanced_layouts: (0, _createBooleanExperiment.createBooleanExperiment)({
@@ -522,14 +496,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
522
496
  param: 'isEnabled',
523
497
  defaultValue: false
524
498
  }),
525
- // Added 2026-01-27
526
- platform_editor_table_excerpts_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
527
- productKeys: {
528
- confluence: 'platform_editor_table_excerpts_fix'
529
- },
530
- param: 'isEnabled',
531
- defaultValue: false
532
- }),
533
499
  // Added 2025-08-17
534
500
  platform_hover_card_preview_panel: (0, _createMultivariateExperiment.createMultivariateExperiment)({
535
501
  productKeys: {
@@ -24,7 +24,6 @@ export const testBooleanOverrides = {
24
24
  platform_editor_toolbar_aifc: false,
25
25
  'test-new-experiments-package': false,
26
26
  platform_renderer_table_sticky_scrollbar: false,
27
- comment_on_bodied_extensions: false,
28
27
  advanced_layouts: false,
29
28
  single_column_layouts: false,
30
29
  platform_editor_ai_unsplash_page_header: false,
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
8
8
 
9
9
  // These experiments have a jira-specific key that differs from the experiment name,
10
10
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
11
- export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
11
+ export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
12
12
 
13
13
  /**
14
14
  * Extract valid expected values.
@@ -87,24 +87,6 @@ export const editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2026-07-20
91
- 'editor_a11y__primary-toolbar-aria-label_fy27': createBooleanExperiment({
92
- productKeys: {
93
- confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
94
- jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
95
- },
96
- param: 'isEnabled',
97
- defaultValue: false
98
- }),
99
- // Added 2026-07-21
100
- 'editor_a11y__toolbar-item-aria-described-by_fy27': createBooleanExperiment({
101
- productKeys: {
102
- confluence: 'editor_a11y__toolbar-item-aria-described-by_fy27',
103
- jira: 'editor_a11y__toolbar-item-aria-described-by_fy27'
104
- },
105
- param: 'isEnabled',
106
- defaultValue: false
107
- }),
108
90
  // Added 2026-06-19
109
91
  'enghealth-53346_fix_redaction_marker_editor': createBooleanExperiment({
110
92
  productKeys: {
@@ -291,14 +273,6 @@ export const editorExperimentsConfig = {
291
273
  param: 'isEnabled',
292
274
  defaultValue: false
293
275
  }),
294
- // Added 2024-10-01
295
- comment_on_bodied_extensions: createBooleanExperiment({
296
- productKeys: {
297
- confluence: 'platform_editor_comment_on_bodied_extensions'
298
- },
299
- param: 'isEnabled',
300
- defaultValue: false
301
- }),
302
276
  // Added 2024-10-14
303
277
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_advanced_layouts/setup
304
278
  advanced_layouts: createBooleanExperiment({
@@ -516,14 +490,6 @@ export const editorExperimentsConfig = {
516
490
  param: 'isEnabled',
517
491
  defaultValue: false
518
492
  }),
519
- // Added 2026-01-27
520
- platform_editor_table_excerpts_fix: createBooleanExperiment({
521
- productKeys: {
522
- confluence: 'platform_editor_table_excerpts_fix'
523
- },
524
- param: 'isEnabled',
525
- defaultValue: false
526
- }),
527
493
  // Added 2025-08-17
528
494
  platform_hover_card_preview_panel: createMultivariateExperiment({
529
495
  productKeys: {
@@ -24,7 +24,6 @@ export var testBooleanOverrides = {
24
24
  platform_editor_toolbar_aifc: false,
25
25
  'test-new-experiments-package': false,
26
26
  platform_renderer_table_sticky_scrollbar: false,
27
- comment_on_bodied_extensions: false,
28
27
  advanced_layouts: false,
29
28
  single_column_layouts: false,
30
29
  platform_editor_ai_unsplash_page_header: false,
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
8
8
 
9
9
  // These experiments have a jira-specific key that differs from the experiment name,
10
10
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
11
- export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
11
+ export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
12
12
 
13
13
  /**
14
14
  * Extract valid expected values.
@@ -87,24 +87,6 @@ export var editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2026-07-20
91
- 'editor_a11y__primary-toolbar-aria-label_fy27': createBooleanExperiment({
92
- productKeys: {
93
- confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
94
- jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
95
- },
96
- param: 'isEnabled',
97
- defaultValue: false
98
- }),
99
- // Added 2026-07-21
100
- 'editor_a11y__toolbar-item-aria-described-by_fy27': createBooleanExperiment({
101
- productKeys: {
102
- confluence: 'editor_a11y__toolbar-item-aria-described-by_fy27',
103
- jira: 'editor_a11y__toolbar-item-aria-described-by_fy27'
104
- },
105
- param: 'isEnabled',
106
- defaultValue: false
107
- }),
108
90
  // Added 2026-06-19
109
91
  'enghealth-53346_fix_redaction_marker_editor': createBooleanExperiment({
110
92
  productKeys: {
@@ -291,14 +273,6 @@ export var editorExperimentsConfig = {
291
273
  param: 'isEnabled',
292
274
  defaultValue: false
293
275
  }),
294
- // Added 2024-10-01
295
- comment_on_bodied_extensions: createBooleanExperiment({
296
- productKeys: {
297
- confluence: 'platform_editor_comment_on_bodied_extensions'
298
- },
299
- param: 'isEnabled',
300
- defaultValue: false
301
- }),
302
276
  // Added 2024-10-14
303
277
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_advanced_layouts/setup
304
278
  advanced_layouts: createBooleanExperiment({
@@ -516,14 +490,6 @@ export var editorExperimentsConfig = {
516
490
  param: 'isEnabled',
517
491
  defaultValue: false
518
492
  }),
519
- // Added 2026-01-27
520
- platform_editor_table_excerpts_fix: createBooleanExperiment({
521
- productKeys: {
522
- confluence: 'platform_editor_table_excerpts_fix'
523
- },
524
- param: 'isEnabled',
525
- defaultValue: false
526
- }),
527
493
  // Added 2025-08-17
528
494
  platform_hover_card_preview_panel: createMultivariateExperiment({
529
495
  productKeys: {
@@ -113,18 +113,6 @@ export declare const editorExperimentsConfig: {
113
113
  productKeys?: ProductKeys;
114
114
  typeGuard: IsBooleanType;
115
115
  };
116
- 'editor_a11y__primary-toolbar-aria-label_fy27': {
117
- defaultValue: boolean;
118
- param: string;
119
- productKeys?: ProductKeys;
120
- typeGuard: IsBooleanType;
121
- };
122
- 'editor_a11y__toolbar-item-aria-described-by_fy27': {
123
- defaultValue: boolean;
124
- param: string;
125
- productKeys?: ProductKeys;
126
- typeGuard: IsBooleanType;
127
- };
128
116
  'enghealth-53346_fix_redaction_marker_editor': {
129
117
  defaultValue: boolean;
130
118
  param: string;
@@ -149,12 +137,6 @@ export declare const editorExperimentsConfig: {
149
137
  productKeys?: ProductKeys;
150
138
  typeGuard: IsBooleanType;
151
139
  };
152
- comment_on_bodied_extensions: {
153
- defaultValue: boolean;
154
- param: string;
155
- productKeys?: ProductKeys;
156
- typeGuard: IsBooleanType;
157
- };
158
140
  platform_editor_code_block_q4_lovability: {
159
141
  defaultValue: boolean;
160
142
  param: string;
@@ -460,12 +442,6 @@ export declare const editorExperimentsConfig: {
460
442
  productKeys?: ProductKeys;
461
443
  typeGuard: IsBooleanType;
462
444
  };
463
- platform_editor_table_excerpts_fix: {
464
- defaultValue: boolean;
465
- param: string;
466
- productKeys?: ProductKeys;
467
- typeGuard: IsBooleanType;
468
- };
469
445
  platform_editor_table_sticky_header_improvements: {
470
446
  defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
471
447
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "197.0.0",
3
+ "version": "199.0.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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/feature-gate-js-client": "^6.0.0",
29
29
  "@atlaskit/platform-feature-flags": "^2.2.0",
30
- "@atlaskit/react-ufo": "^7.10.0",
30
+ "@atlaskit/react-ufo": "^7.11.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {