@atlaskit/tmp-editor-statsig 56.1.0 → 57.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,27 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 57.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`9e290511c0bea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e290511c0bea) -
8
+ Remove stale experiment gate editor_enghealth_hyperlink_toolbar_aria_values
9
+ - [`eb7b15df32e03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb7b15df32e03) -
10
+ [FFCLEANUP-96830] Removed `platform_editor_a11y_table_wrapper_fix` experiment. Table wrapper is
11
+ now always rendered as a scrollable region when `tabIndex` is defined.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
17
+ ## 56.2.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`1bd6f56c55358`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1bd6f56c55358) -
22
+ Add gated analytics for Smart Link go-to-link actions, including extensionKey, status, and
23
+ statusDetails, with supporting editor/card test updates.
24
+
3
25
  ## 56.1.0
4
26
 
5
27
  ### Minor Changes
@@ -174,6 +174,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
174
174
  param: 'isEnabled',
175
175
  defaultValue: false
176
176
  }),
177
+ // Added 2026-04-08
178
+ cc_integrations_editor_open_link_click_analytics: (0, _experimentBuilders.createBooleanExperiment)({
179
+ productKeys: {
180
+ confluence: 'cc_integrations_editor_open_link_click_analytics'
181
+ },
182
+ param: 'isEnabled',
183
+ defaultValue: false
184
+ }),
177
185
  // Added 2026-01-7
178
186
  platform_editor_table_sticky_header_patch_10: (0, _experimentBuilders.createBooleanExperiment)({
179
187
  productKeys: {
@@ -688,14 +696,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
688
696
  defaultValue: false
689
697
  }),
690
698
  // Added 2025-07-23
691
- // Added 2025-07-24
692
- editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
693
- productKeys: {
694
- confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
695
- },
696
- param: 'isEnabled',
697
- defaultValue: false
698
- }),
699
699
  //Added 2025-07-16
700
700
  platform_editor_toolbar_aifc: (0, _experimentBuilders.createBooleanExperiment)({
701
701
  productKeys: {
@@ -1610,14 +1610,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1610
1610
  param: 'isEnabled',
1611
1611
  defaultValue: false
1612
1612
  }),
1613
- // Added 2026-03-02
1614
- platform_editor_a11y_table_wrapper_fix: (0, _experimentBuilders.createBooleanExperiment)({
1615
- productKeys: {
1616
- confluence: 'platform_editor_a11y_table_wrapper_fix'
1617
- },
1618
- param: 'isEnabled',
1619
- defaultValue: false
1620
- }),
1621
1613
  // Added 2026-03-11
1622
1614
  platform_editor_renderer_error_boundary_stable_key: (0, _experimentBuilders.createBooleanExperiment)({
1623
1615
  productKeys: {
@@ -1849,6 +1841,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1849
1841
  param: 'isEnabled',
1850
1842
  defaultValue: false
1851
1843
  }),
1844
+ // Added 2026-04-06
1845
+ confluence_fe_create_page_suggestion: (0, _experimentBuilders.createBooleanExperiment)({
1846
+ productKeys: {
1847
+ confluence: 'confluence_fe_create_page_suggestion'
1848
+ },
1849
+ param: 'isEnabled',
1850
+ defaultValue: false
1851
+ }),
1852
1852
  // Added 2026-03-18
1853
1853
  platform_editor_selection_toolbar_block_handle: (0, _experimentBuilders.createBooleanExperiment)({
1854
1854
  productKeys: {
@@ -168,6 +168,14 @@ export const editorExperimentsConfig = {
168
168
  param: 'isEnabled',
169
169
  defaultValue: false
170
170
  }),
171
+ // Added 2026-04-08
172
+ cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
173
+ productKeys: {
174
+ confluence: 'cc_integrations_editor_open_link_click_analytics'
175
+ },
176
+ param: 'isEnabled',
177
+ defaultValue: false
178
+ }),
171
179
  // Added 2026-01-7
172
180
  platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
173
181
  productKeys: {
@@ -682,14 +690,6 @@ export const editorExperimentsConfig = {
682
690
  defaultValue: false
683
691
  }),
684
692
  // Added 2025-07-23
685
- // Added 2025-07-24
686
- editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
687
- productKeys: {
688
- confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
689
- },
690
- param: 'isEnabled',
691
- defaultValue: false
692
- }),
693
693
  //Added 2025-07-16
694
694
  platform_editor_toolbar_aifc: createBooleanExperiment({
695
695
  productKeys: {
@@ -1604,14 +1604,6 @@ export const editorExperimentsConfig = {
1604
1604
  param: 'isEnabled',
1605
1605
  defaultValue: false
1606
1606
  }),
1607
- // Added 2026-03-02
1608
- platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
1609
- productKeys: {
1610
- confluence: 'platform_editor_a11y_table_wrapper_fix'
1611
- },
1612
- param: 'isEnabled',
1613
- defaultValue: false
1614
- }),
1615
1607
  // Added 2026-03-11
1616
1608
  platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1617
1609
  productKeys: {
@@ -1843,6 +1835,14 @@ export const editorExperimentsConfig = {
1843
1835
  param: 'isEnabled',
1844
1836
  defaultValue: false
1845
1837
  }),
1838
+ // Added 2026-04-06
1839
+ confluence_fe_create_page_suggestion: createBooleanExperiment({
1840
+ productKeys: {
1841
+ confluence: 'confluence_fe_create_page_suggestion'
1842
+ },
1843
+ param: 'isEnabled',
1844
+ defaultValue: false
1845
+ }),
1846
1846
  // Added 2026-03-18
1847
1847
  platform_editor_selection_toolbar_block_handle: createBooleanExperiment({
1848
1848
  productKeys: {
@@ -168,6 +168,14 @@ export var editorExperimentsConfig = {
168
168
  param: 'isEnabled',
169
169
  defaultValue: false
170
170
  }),
171
+ // Added 2026-04-08
172
+ cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
173
+ productKeys: {
174
+ confluence: 'cc_integrations_editor_open_link_click_analytics'
175
+ },
176
+ param: 'isEnabled',
177
+ defaultValue: false
178
+ }),
171
179
  // Added 2026-01-7
172
180
  platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
173
181
  productKeys: {
@@ -682,14 +690,6 @@ export var editorExperimentsConfig = {
682
690
  defaultValue: false
683
691
  }),
684
692
  // Added 2025-07-23
685
- // Added 2025-07-24
686
- editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
687
- productKeys: {
688
- confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
689
- },
690
- param: 'isEnabled',
691
- defaultValue: false
692
- }),
693
693
  //Added 2025-07-16
694
694
  platform_editor_toolbar_aifc: createBooleanExperiment({
695
695
  productKeys: {
@@ -1604,14 +1604,6 @@ export var editorExperimentsConfig = {
1604
1604
  param: 'isEnabled',
1605
1605
  defaultValue: false
1606
1606
  }),
1607
- // Added 2026-03-02
1608
- platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
1609
- productKeys: {
1610
- confluence: 'platform_editor_a11y_table_wrapper_fix'
1611
- },
1612
- param: 'isEnabled',
1613
- defaultValue: false
1614
- }),
1615
1607
  // Added 2026-03-11
1616
1608
  platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1617
1609
  productKeys: {
@@ -1843,6 +1835,14 @@ export var editorExperimentsConfig = {
1843
1835
  param: 'isEnabled',
1844
1836
  defaultValue: false
1845
1837
  }),
1838
+ // Added 2026-04-06
1839
+ confluence_fe_create_page_suggestion: createBooleanExperiment({
1840
+ productKeys: {
1841
+ confluence: 'confluence_fe_create_page_suggestion'
1842
+ },
1843
+ param: 'isEnabled',
1844
+ defaultValue: false
1845
+ }),
1846
1846
  // Added 2026-03-18
1847
1847
  platform_editor_selection_toolbar_block_handle: createBooleanExperiment({
1848
1848
  productKeys: {
@@ -45,6 +45,12 @@ export declare const editorExperimentsConfig: {
45
45
  productKeys?: ProductKeys;
46
46
  typeGuard: IsBooleanType;
47
47
  };
48
+ cc_integrations_editor_open_link_click_analytics: {
49
+ defaultValue: boolean;
50
+ param: string;
51
+ productKeys?: ProductKeys;
52
+ typeGuard: IsBooleanType;
53
+ };
48
54
  cc_editor_insm_doc_size_stats: {
49
55
  defaultValue: boolean;
50
56
  param: string;
@@ -208,12 +214,6 @@ export declare const editorExperimentsConfig: {
208
214
  productKeys?: ProductKeys;
209
215
  typeGuard: IsBooleanType;
210
216
  };
211
- editor_enghealth_hyperlink_toolbar_aria_values: {
212
- defaultValue: boolean;
213
- param: string;
214
- productKeys?: ProductKeys;
215
- typeGuard: IsBooleanType;
216
- };
217
217
  platform_editor_paste_actions_menu: {
218
218
  defaultValue: boolean;
219
219
  param: string;
@@ -1225,12 +1225,6 @@ export declare const editorExperimentsConfig: {
1225
1225
  productKeys?: ProductKeys;
1226
1226
  typeGuard: IsBooleanType;
1227
1227
  };
1228
- platform_editor_a11y_table_wrapper_fix: {
1229
- defaultValue: boolean;
1230
- param: string;
1231
- productKeys?: ProductKeys;
1232
- typeGuard: IsBooleanType;
1233
- };
1234
1228
  platform_editor_renderer_shadow_observer_cleanup: {
1235
1229
  defaultValue: boolean;
1236
1230
  param: string;
@@ -1399,6 +1393,12 @@ export declare const editorExperimentsConfig: {
1399
1393
  productKeys?: ProductKeys;
1400
1394
  typeGuard: IsBooleanType;
1401
1395
  };
1396
+ confluence_fe_create_page_suggestion: {
1397
+ defaultValue: boolean;
1398
+ param: string;
1399
+ productKeys?: ProductKeys;
1400
+ typeGuard: IsBooleanType;
1401
+ };
1402
1402
  platform_editor_user_highlight_contrast: {
1403
1403
  defaultValue: boolean;
1404
1404
  param: string;
@@ -45,6 +45,12 @@ export declare const editorExperimentsConfig: {
45
45
  productKeys?: ProductKeys;
46
46
  typeGuard: IsBooleanType;
47
47
  };
48
+ cc_integrations_editor_open_link_click_analytics: {
49
+ defaultValue: boolean;
50
+ param: string;
51
+ productKeys?: ProductKeys;
52
+ typeGuard: IsBooleanType;
53
+ };
48
54
  cc_editor_insm_doc_size_stats: {
49
55
  defaultValue: boolean;
50
56
  param: string;
@@ -208,12 +214,6 @@ export declare const editorExperimentsConfig: {
208
214
  productKeys?: ProductKeys;
209
215
  typeGuard: IsBooleanType;
210
216
  };
211
- editor_enghealth_hyperlink_toolbar_aria_values: {
212
- defaultValue: boolean;
213
- param: string;
214
- productKeys?: ProductKeys;
215
- typeGuard: IsBooleanType;
216
- };
217
217
  platform_editor_paste_actions_menu: {
218
218
  defaultValue: boolean;
219
219
  param: string;
@@ -1225,12 +1225,6 @@ export declare const editorExperimentsConfig: {
1225
1225
  productKeys?: ProductKeys;
1226
1226
  typeGuard: IsBooleanType;
1227
1227
  };
1228
- platform_editor_a11y_table_wrapper_fix: {
1229
- defaultValue: boolean;
1230
- param: string;
1231
- productKeys?: ProductKeys;
1232
- typeGuard: IsBooleanType;
1233
- };
1234
1228
  platform_editor_renderer_shadow_observer_cleanup: {
1235
1229
  defaultValue: boolean;
1236
1230
  param: string;
@@ -1399,6 +1393,12 @@ export declare const editorExperimentsConfig: {
1399
1393
  productKeys?: ProductKeys;
1400
1394
  typeGuard: IsBooleanType;
1401
1395
  };
1396
+ confluence_fe_create_page_suggestion: {
1397
+ defaultValue: boolean;
1398
+ param: string;
1399
+ productKeys?: ProductKeys;
1400
+ typeGuard: IsBooleanType;
1401
+ };
1402
1402
  platform_editor_user_highlight_contrast: {
1403
1403
  defaultValue: boolean;
1404
1404
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "56.1.0",
3
+ "version": "57.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",