@atlaskit/tmp-editor-statsig 95.0.0 → 98.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,43 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 98.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`f89de6a3f94b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f89de6a3f94b5) -
8
+ Clean up stale experiment editor_a11y_decision_aria_label. Decision items now always render
9
+ dynamic aria-labels based on empty/filled state.
10
+
11
+ ### Minor Changes
12
+
13
+ - [`1d7eb738bd45c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d7eb738bd45c) -
14
+ Cleaned up stale experiment platform_editor_table_sticky_header_patch_11
15
+
16
+ ## 97.0.0
17
+
18
+ ### Major Changes
19
+
20
+ - [`390501e03bc0a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/390501e03bc0a) -
21
+ Cleanup experiment `platform_editor_fix_comment_border` (shipped with isEnabled=true). Removed
22
+ experiment guards and config entries.
23
+
24
+ ### Minor Changes
25
+
26
+ - [`6e5305ed556df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e5305ed556df) -
27
+ revert removal of FG platform_editor_remove_important_in_render_ext
28
+
29
+ ## 96.0.0
30
+
31
+ ### Major Changes
32
+
33
+ - [`c6797e45d5bae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c6797e45d5bae) -
34
+ Cleaned up stale experiment platform_editor_user_highlight_contrast. Merged userHighlightTextColor
35
+ styles into userHighlightBackgroundColor and removed experiment configuration.
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies
40
+
3
41
  ## 95.0.0
4
42
 
5
43
  ### Major Changes
@@ -90,15 +90,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
90
90
  param: 'isEnabled',
91
91
  defaultValue: false
92
92
  }),
93
- // Added 2026-02-20
94
- editor_a11y_decision_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
95
- productKeys: {
96
- confluence: 'editor_a11y_decision_aria_label',
97
- jira: 'editor_a11y_decision_aria_label'
98
- },
99
- param: 'isEnabled',
100
- defaultValue: false
101
- }),
102
93
  // Added 03-09-2025
103
94
  cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
104
95
  productKeys: {
@@ -123,6 +114,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
123
114
  param: 'isEnabled',
124
115
  defaultValue: false
125
116
  }),
117
+ // Added 2026-02-16
118
+ platform_editor_remove_important_in_render_ext: (0, _experimentBuilders.createBooleanExperiment)({
119
+ productKeys: {
120
+ confluence: 'platform_editor_remove_important_in_render_ext'
121
+ },
122
+ param: 'isEnabled',
123
+ defaultValue: false
124
+ }),
126
125
  // Added 2025-12-10
127
126
  confluence_max_width_content_appearance: (0, _experimentBuilders.createBooleanExperiment)({
128
127
  productKeys: {
@@ -1154,14 +1153,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1154
1153
  param: 'isEnabled',
1155
1154
  defaultValue: false
1156
1155
  }),
1157
- // Added 2026-01-12
1158
- platform_editor_table_sticky_header_patch_11: (0, _experimentBuilders.createBooleanExperiment)({
1159
- productKeys: {
1160
- confluence: 'platform_editor_table_sticky_header_patch_11'
1161
- },
1162
- param: 'isEnabled',
1163
- defaultValue: false
1164
- }),
1165
1156
  // Added 2026-02-16
1166
1157
  platform_editor_ai_fix_insert_after_selection: (0, _experimentBuilders.createBooleanExperiment)({
1167
1158
  productKeys: {
@@ -1795,14 +1786,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1795
1786
  param: 'isEnabled',
1796
1787
  defaultValue: false
1797
1788
  }),
1798
- // Added 2026-02-004
1799
- platform_editor_user_highlight_contrast: (0, _experimentBuilders.createBooleanExperiment)({
1800
- productKeys: {
1801
- confluence: 'platform_editor_user_highlight_contrast'
1802
- },
1803
- param: 'isEnabled',
1804
- defaultValue: false
1805
- }),
1806
1789
  // Added 2026-03-25
1807
1790
  platform_editor_improve_preset_builder_logging: (0, _experimentBuilders.createBooleanExperiment)({
1808
1791
  productKeys: {
@@ -1819,14 +1802,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1819
1802
  param: 'isEnabled',
1820
1803
  defaultValue: false
1821
1804
  }),
1822
- // Added 2026-03-26
1823
- platform_editor_fix_comment_border: (0, _experimentBuilders.createBooleanExperiment)({
1824
- productKeys: {
1825
- confluence: 'platform_editor_fix_comment_border'
1826
- },
1827
- param: 'isEnabled',
1828
- defaultValue: false
1829
- }),
1830
1805
  // Added 2026-04-23
1831
1806
  'cc-markdown-mode': (0, _experimentBuilders.createBooleanExperiment)({
1832
1807
  productKeys: {
@@ -84,15 +84,6 @@ export const editorExperimentsConfig = {
84
84
  param: 'isEnabled',
85
85
  defaultValue: false
86
86
  }),
87
- // Added 2026-02-20
88
- editor_a11y_decision_aria_label: createBooleanExperiment({
89
- productKeys: {
90
- confluence: 'editor_a11y_decision_aria_label',
91
- jira: 'editor_a11y_decision_aria_label'
92
- },
93
- param: 'isEnabled',
94
- defaultValue: false
95
- }),
96
87
  // Added 03-09-2025
97
88
  cc_editor_interactivity_monitoring: createBooleanExperiment({
98
89
  productKeys: {
@@ -117,6 +108,14 @@ export const editorExperimentsConfig = {
117
108
  param: 'isEnabled',
118
109
  defaultValue: false
119
110
  }),
111
+ // Added 2026-02-16
112
+ platform_editor_remove_important_in_render_ext: createBooleanExperiment({
113
+ productKeys: {
114
+ confluence: 'platform_editor_remove_important_in_render_ext'
115
+ },
116
+ param: 'isEnabled',
117
+ defaultValue: false
118
+ }),
120
119
  // Added 2025-12-10
121
120
  confluence_max_width_content_appearance: createBooleanExperiment({
122
121
  productKeys: {
@@ -1148,14 +1147,6 @@ export const editorExperimentsConfig = {
1148
1147
  param: 'isEnabled',
1149
1148
  defaultValue: false
1150
1149
  }),
1151
- // Added 2026-01-12
1152
- platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1153
- productKeys: {
1154
- confluence: 'platform_editor_table_sticky_header_patch_11'
1155
- },
1156
- param: 'isEnabled',
1157
- defaultValue: false
1158
- }),
1159
1150
  // Added 2026-02-16
1160
1151
  platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
1161
1152
  productKeys: {
@@ -1789,14 +1780,6 @@ export const editorExperimentsConfig = {
1789
1780
  param: 'isEnabled',
1790
1781
  defaultValue: false
1791
1782
  }),
1792
- // Added 2026-02-004
1793
- platform_editor_user_highlight_contrast: createBooleanExperiment({
1794
- productKeys: {
1795
- confluence: 'platform_editor_user_highlight_contrast'
1796
- },
1797
- param: 'isEnabled',
1798
- defaultValue: false
1799
- }),
1800
1783
  // Added 2026-03-25
1801
1784
  platform_editor_improve_preset_builder_logging: createBooleanExperiment({
1802
1785
  productKeys: {
@@ -1813,14 +1796,6 @@ export const editorExperimentsConfig = {
1813
1796
  param: 'isEnabled',
1814
1797
  defaultValue: false
1815
1798
  }),
1816
- // Added 2026-03-26
1817
- platform_editor_fix_comment_border: createBooleanExperiment({
1818
- productKeys: {
1819
- confluence: 'platform_editor_fix_comment_border'
1820
- },
1821
- param: 'isEnabled',
1822
- defaultValue: false
1823
- }),
1824
1799
  // Added 2026-04-23
1825
1800
  'cc-markdown-mode': createBooleanExperiment({
1826
1801
  productKeys: {
@@ -84,15 +84,6 @@ export var editorExperimentsConfig = {
84
84
  param: 'isEnabled',
85
85
  defaultValue: false
86
86
  }),
87
- // Added 2026-02-20
88
- editor_a11y_decision_aria_label: createBooleanExperiment({
89
- productKeys: {
90
- confluence: 'editor_a11y_decision_aria_label',
91
- jira: 'editor_a11y_decision_aria_label'
92
- },
93
- param: 'isEnabled',
94
- defaultValue: false
95
- }),
96
87
  // Added 03-09-2025
97
88
  cc_editor_interactivity_monitoring: createBooleanExperiment({
98
89
  productKeys: {
@@ -117,6 +108,14 @@ export var editorExperimentsConfig = {
117
108
  param: 'isEnabled',
118
109
  defaultValue: false
119
110
  }),
111
+ // Added 2026-02-16
112
+ platform_editor_remove_important_in_render_ext: createBooleanExperiment({
113
+ productKeys: {
114
+ confluence: 'platform_editor_remove_important_in_render_ext'
115
+ },
116
+ param: 'isEnabled',
117
+ defaultValue: false
118
+ }),
120
119
  // Added 2025-12-10
121
120
  confluence_max_width_content_appearance: createBooleanExperiment({
122
121
  productKeys: {
@@ -1148,14 +1147,6 @@ export var editorExperimentsConfig = {
1148
1147
  param: 'isEnabled',
1149
1148
  defaultValue: false
1150
1149
  }),
1151
- // Added 2026-01-12
1152
- platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1153
- productKeys: {
1154
- confluence: 'platform_editor_table_sticky_header_patch_11'
1155
- },
1156
- param: 'isEnabled',
1157
- defaultValue: false
1158
- }),
1159
1150
  // Added 2026-02-16
1160
1151
  platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
1161
1152
  productKeys: {
@@ -1789,14 +1780,6 @@ export var editorExperimentsConfig = {
1789
1780
  param: 'isEnabled',
1790
1781
  defaultValue: false
1791
1782
  }),
1792
- // Added 2026-02-004
1793
- platform_editor_user_highlight_contrast: createBooleanExperiment({
1794
- productKeys: {
1795
- confluence: 'platform_editor_user_highlight_contrast'
1796
- },
1797
- param: 'isEnabled',
1798
- defaultValue: false
1799
- }),
1800
1783
  // Added 2026-03-25
1801
1784
  platform_editor_improve_preset_builder_logging: createBooleanExperiment({
1802
1785
  productKeys: {
@@ -1813,14 +1796,6 @@ export var editorExperimentsConfig = {
1813
1796
  param: 'isEnabled',
1814
1797
  defaultValue: false
1815
1798
  }),
1816
- // Added 2026-03-26
1817
- platform_editor_fix_comment_border: createBooleanExperiment({
1818
- productKeys: {
1819
- confluence: 'platform_editor_fix_comment_border'
1820
- },
1821
- param: 'isEnabled',
1822
- defaultValue: false
1823
- }),
1824
1799
  // Added 2026-04-23
1825
1800
  'cc-markdown-mode': createBooleanExperiment({
1826
1801
  productKeys: {
@@ -107,12 +107,6 @@ export declare const editorExperimentsConfig: {
107
107
  productKeys?: ProductKeys;
108
108
  typeGuard: IsBooleanType;
109
109
  };
110
- editor_a11y_decision_aria_label: {
111
- defaultValue: boolean;
112
- param: string;
113
- productKeys?: ProductKeys;
114
- typeGuard: IsBooleanType;
115
- };
116
110
  platform_editor_ai_normalized_telemetry: {
117
111
  defaultValue: boolean;
118
112
  param: string;
@@ -233,6 +227,12 @@ export declare const editorExperimentsConfig: {
233
227
  productKeys?: ProductKeys;
234
228
  typeGuard: IsBooleanType;
235
229
  };
230
+ platform_editor_remove_important_in_render_ext: {
231
+ defaultValue: boolean;
232
+ param: string;
233
+ productKeys?: ProductKeys;
234
+ typeGuard: IsBooleanType;
235
+ };
236
236
  confluence_max_width_content_appearance: {
237
237
  defaultValue: boolean;
238
238
  param: string;
@@ -852,12 +852,6 @@ export declare const editorExperimentsConfig: {
852
852
  productKeys?: ProductKeys;
853
853
  typeGuard: IsBooleanType;
854
854
  };
855
- platform_editor_table_sticky_header_patch_11: {
856
- defaultValue: boolean;
857
- param: string;
858
- productKeys?: ProductKeys;
859
- typeGuard: IsBooleanType;
860
- };
861
855
  platform_editor_copy_link_a11y_inconsistency_fix: {
862
856
  defaultValue: boolean;
863
857
  param: string;
@@ -998,12 +992,6 @@ export declare const editorExperimentsConfig: {
998
992
  productKeys?: ProductKeys;
999
993
  typeGuard: IsBooleanType;
1000
994
  };
1001
- platform_editor_fix_comment_border: {
1002
- defaultValue: boolean;
1003
- param: string;
1004
- productKeys?: ProductKeys;
1005
- typeGuard: IsBooleanType;
1006
- };
1007
995
  platform_editor_layout_column_resize_handle: {
1008
996
  defaultValue: boolean;
1009
997
  param: string;
@@ -1370,12 +1358,6 @@ export declare const editorExperimentsConfig: {
1370
1358
  productKeys?: ProductKeys;
1371
1359
  typeGuard: IsBooleanType;
1372
1360
  };
1373
- platform_editor_user_highlight_contrast: {
1374
- defaultValue: boolean;
1375
- param: string;
1376
- productKeys?: ProductKeys;
1377
- typeGuard: IsBooleanType;
1378
- };
1379
1361
  platform_editor_improve_preset_builder_logging: {
1380
1362
  defaultValue: boolean;
1381
1363
  param: string;
@@ -107,12 +107,6 @@ export declare const editorExperimentsConfig: {
107
107
  productKeys?: ProductKeys;
108
108
  typeGuard: IsBooleanType;
109
109
  };
110
- editor_a11y_decision_aria_label: {
111
- defaultValue: boolean;
112
- param: string;
113
- productKeys?: ProductKeys;
114
- typeGuard: IsBooleanType;
115
- };
116
110
  platform_editor_ai_normalized_telemetry: {
117
111
  defaultValue: boolean;
118
112
  param: string;
@@ -233,6 +227,12 @@ export declare const editorExperimentsConfig: {
233
227
  productKeys?: ProductKeys;
234
228
  typeGuard: IsBooleanType;
235
229
  };
230
+ platform_editor_remove_important_in_render_ext: {
231
+ defaultValue: boolean;
232
+ param: string;
233
+ productKeys?: ProductKeys;
234
+ typeGuard: IsBooleanType;
235
+ };
236
236
  confluence_max_width_content_appearance: {
237
237
  defaultValue: boolean;
238
238
  param: string;
@@ -852,12 +852,6 @@ export declare const editorExperimentsConfig: {
852
852
  productKeys?: ProductKeys;
853
853
  typeGuard: IsBooleanType;
854
854
  };
855
- platform_editor_table_sticky_header_patch_11: {
856
- defaultValue: boolean;
857
- param: string;
858
- productKeys?: ProductKeys;
859
- typeGuard: IsBooleanType;
860
- };
861
855
  platform_editor_copy_link_a11y_inconsistency_fix: {
862
856
  defaultValue: boolean;
863
857
  param: string;
@@ -998,12 +992,6 @@ export declare const editorExperimentsConfig: {
998
992
  productKeys?: ProductKeys;
999
993
  typeGuard: IsBooleanType;
1000
994
  };
1001
- platform_editor_fix_comment_border: {
1002
- defaultValue: boolean;
1003
- param: string;
1004
- productKeys?: ProductKeys;
1005
- typeGuard: IsBooleanType;
1006
- };
1007
995
  platform_editor_layout_column_resize_handle: {
1008
996
  defaultValue: boolean;
1009
997
  param: string;
@@ -1370,12 +1358,6 @@ export declare const editorExperimentsConfig: {
1370
1358
  productKeys?: ProductKeys;
1371
1359
  typeGuard: IsBooleanType;
1372
1360
  };
1373
- platform_editor_user_highlight_contrast: {
1374
- defaultValue: boolean;
1375
- param: string;
1376
- productKeys?: ProductKeys;
1377
- typeGuard: IsBooleanType;
1378
- };
1379
1361
  platform_editor_improve_preset_builder_logging: {
1380
1362
  defaultValue: boolean;
1381
1363
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "95.0.0",
3
+ "version": "98.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",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
- "@atlaskit/feature-gate-js-client": "^5.7.0",
36
+ "@atlaskit/feature-gate-js-client": "^5.8.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/react-ufo": "^6.7.0",
39
39
  "@babel/runtime": "^7.0.0"