@atlaskit/tmp-editor-statsig 105.0.0 → 107.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,33 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 107.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7af62a3047331`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7af62a3047331) -
8
+ Make closed Expand macro content searchable by browser find (Ctrl+F) via
9
+ platform_editor_close_expand_find experiment
10
+
11
+ ## 107.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [`bafa7b1c23370`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bafa7b1c23370) -
16
+ Clean up experiment `platform_editor_fix_editor_unhandled_type_errors`
17
+ - [`b9d4a2139fad1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b9d4a2139fad1) -
18
+ Clean up experiment `platform_editor_renderer_error_boundary_stable_key`
19
+ - [`186a5bca426ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/186a5bca426ff) -
20
+ Clean up experiment `platform_editor_emojis_in_renderer_smart_links`
21
+ - [`111a9ff8e3e9c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/111a9ff8e3e9c) -
22
+ cleanup fg platform_editor_ai_escape_early_for_unhealthy_node
23
+
24
+ ## 106.0.0
25
+
26
+ ### Major Changes
27
+
28
+ - [`3c78f7149e895`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c78f7149e895) -
29
+ Clean up experiment `cc_integrations_editor_open_link_click_analytics`.
30
+
3
31
  ## 105.0.0
4
32
 
5
33
  ### Major Changes
@@ -60,6 +60,7 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
60
60
  platform_editor_core_static_css: false,
61
61
  'cwr-modal-ui-refresh': false,
62
62
  'cwr-reduce-prompt-suggestion-max-chars': false,
63
+ 'cwr-staging-area-close-as-minimize-button': false,
63
64
  prompt_tile_content_type_localizaiton: false,
64
65
  // [CCI-15904] New AIFC Editor Experience — AND-gated with
65
66
  // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
@@ -217,14 +217,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
217
217
  values: ['control', 'test'],
218
218
  defaultValue: 'control'
219
219
  }),
220
- // Added 2026-04-08
221
- cc_integrations_editor_open_link_click_analytics: (0, _experimentBuilders.createBooleanExperiment)({
222
- productKeys: {
223
- confluence: 'cc_integrations_editor_open_link_click_analytics'
224
- },
225
- param: 'isEnabled',
226
- defaultValue: false
227
- }),
228
220
  // Added 2026-01-7
229
221
  platform_editor_table_sticky_header_patch_10: (0, _experimentBuilders.createBooleanExperiment)({
230
222
  productKeys: {
@@ -900,14 +892,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
900
892
  param: 'isEnabled',
901
893
  defaultValue: false
902
894
  }),
903
- // Added 2026-02-25
904
- platform_editor_ai_escape_early_for_unhealthy_node: (0, _experimentBuilders.createBooleanExperiment)({
905
- productKeys: {
906
- confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
907
- },
908
- param: 'isEnabled',
909
- defaultValue: false
910
- }),
911
895
  // Added 2025-12-04
912
896
  confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
913
897
  productKeys: {
@@ -1388,6 +1372,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1388
1372
  param: 'isEnabled',
1389
1373
  defaultValue: false
1390
1374
  }),
1375
+ // Added 2026-06-15
1376
+ 'cwr-staging-area-close-as-minimize-button': (0, _experimentBuilders.createBooleanExperiment)({
1377
+ productKeys: {
1378
+ confluence: 'cwr-staging-area-close-as-minimize-button'
1379
+ },
1380
+ param: 'isEnabled',
1381
+ defaultValue: false
1382
+ }),
1391
1383
  // Added 2026-02-12
1392
1384
  platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
1393
1385
  productKeys: {
@@ -1536,15 +1528,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1536
1528
  param: 'isEnabled',
1537
1529
  defaultValue: false
1538
1530
  }),
1539
- // Added 2026-03-11
1540
- platform_editor_renderer_error_boundary_stable_key: (0, _experimentBuilders.createBooleanExperiment)({
1541
- productKeys: {
1542
- jira: 'platform_editor_renderer_error_boundary_stable_key',
1543
- confluence: 'platform_editor_renderer_error_boundary_stable_key'
1544
- },
1545
- param: 'isEnabled',
1546
- defaultValue: false
1547
- }),
1548
1531
  // Added 2026-03-04
1549
1532
  confluence_fe_renderer_inline_node_mark_color_fix: (0, _experimentBuilders.createBooleanExperiment)({
1550
1533
  productKeys: {
@@ -1553,14 +1536,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1553
1536
  param: 'isEnabled',
1554
1537
  defaultValue: false
1555
1538
  }),
1556
- // Added 2026-03-10
1557
- platform_editor_fix_editor_unhandled_type_errors: (0, _experimentBuilders.createBooleanExperiment)({
1558
- productKeys: {
1559
- confluence: 'platform_editor_fix_editor_unhandled_type_errors'
1560
- },
1561
- param: 'isEnabled',
1562
- defaultValue: false
1563
- }),
1564
1539
  // Added 2026-03-05
1565
1540
  cc_drag_and_drop_smart_link_from_content_to_tree: (0, _experimentBuilders.createBooleanExperiment)({
1566
1541
  productKeys: {
@@ -1638,6 +1613,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1638
1613
  param: 'isEnabled',
1639
1614
  defaultValue: false
1640
1615
  }),
1616
+ // Added 2026-06-10
1617
+ platform_editor_close_expand_find: (0, _experimentBuilders.createBooleanExperiment)({
1618
+ productKeys: {
1619
+ confluence: 'platform_editor_close_expand_find'
1620
+ },
1621
+ param: 'isEnabled',
1622
+ defaultValue: false
1623
+ }),
1641
1624
  // Added 2026-03-24
1642
1625
  platform_editor_table_ref_optimisation: (0, _experimentBuilders.createBooleanExperiment)({
1643
1626
  productKeys: {
@@ -1998,14 +1981,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1998
1981
  defaultValue: false
1999
1982
  }),
2000
1983
  // Added 2026-04-23
2001
- platform_editor_emojis_in_renderer_smart_links: (0, _experimentBuilders.createBooleanExperiment)({
2002
- productKeys: {
2003
- confluence: 'platform_editor_emojis_in_renderer_smart_links'
2004
- },
2005
- param: 'isEnabled',
2006
- defaultValue: false
2007
- }),
2008
- // Added 2026-04-23
2009
1984
  work_item_modernization: (0, _experimentBuilders.createBooleanExperiment)({
2010
1985
  productKeys: {
2011
1986
  jira: 'work_item_modernization'
@@ -54,6 +54,7 @@ export const testBooleanOverrides = {
54
54
  platform_editor_core_static_css: false,
55
55
  'cwr-modal-ui-refresh': false,
56
56
  'cwr-reduce-prompt-suggestion-max-chars': false,
57
+ 'cwr-staging-area-close-as-minimize-button': false,
57
58
  prompt_tile_content_type_localizaiton: false,
58
59
  // [CCI-15904] New AIFC Editor Experience — AND-gated with
59
60
  // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
@@ -211,14 +211,6 @@ export const editorExperimentsConfig = {
211
211
  values: ['control', 'test'],
212
212
  defaultValue: 'control'
213
213
  }),
214
- // Added 2026-04-08
215
- cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
216
- productKeys: {
217
- confluence: 'cc_integrations_editor_open_link_click_analytics'
218
- },
219
- param: 'isEnabled',
220
- defaultValue: false
221
- }),
222
214
  // Added 2026-01-7
223
215
  platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
224
216
  productKeys: {
@@ -894,14 +886,6 @@ export const editorExperimentsConfig = {
894
886
  param: 'isEnabled',
895
887
  defaultValue: false
896
888
  }),
897
- // Added 2026-02-25
898
- platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
899
- productKeys: {
900
- confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
901
- },
902
- param: 'isEnabled',
903
- defaultValue: false
904
- }),
905
889
  // Added 2025-12-04
906
890
  confluence_compact_text_format: createBooleanExperiment({
907
891
  productKeys: {
@@ -1382,6 +1366,14 @@ export const editorExperimentsConfig = {
1382
1366
  param: 'isEnabled',
1383
1367
  defaultValue: false
1384
1368
  }),
1369
+ // Added 2026-06-15
1370
+ 'cwr-staging-area-close-as-minimize-button': createBooleanExperiment({
1371
+ productKeys: {
1372
+ confluence: 'cwr-staging-area-close-as-minimize-button'
1373
+ },
1374
+ param: 'isEnabled',
1375
+ defaultValue: false
1376
+ }),
1385
1377
  // Added 2026-02-12
1386
1378
  platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1387
1379
  productKeys: {
@@ -1530,15 +1522,6 @@ export const editorExperimentsConfig = {
1530
1522
  param: 'isEnabled',
1531
1523
  defaultValue: false
1532
1524
  }),
1533
- // Added 2026-03-11
1534
- platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1535
- productKeys: {
1536
- jira: 'platform_editor_renderer_error_boundary_stable_key',
1537
- confluence: 'platform_editor_renderer_error_boundary_stable_key'
1538
- },
1539
- param: 'isEnabled',
1540
- defaultValue: false
1541
- }),
1542
1525
  // Added 2026-03-04
1543
1526
  confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1544
1527
  productKeys: {
@@ -1547,14 +1530,6 @@ export const editorExperimentsConfig = {
1547
1530
  param: 'isEnabled',
1548
1531
  defaultValue: false
1549
1532
  }),
1550
- // Added 2026-03-10
1551
- platform_editor_fix_editor_unhandled_type_errors: createBooleanExperiment({
1552
- productKeys: {
1553
- confluence: 'platform_editor_fix_editor_unhandled_type_errors'
1554
- },
1555
- param: 'isEnabled',
1556
- defaultValue: false
1557
- }),
1558
1533
  // Added 2026-03-05
1559
1534
  cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
1560
1535
  productKeys: {
@@ -1632,6 +1607,14 @@ export const editorExperimentsConfig = {
1632
1607
  param: 'isEnabled',
1633
1608
  defaultValue: false
1634
1609
  }),
1610
+ // Added 2026-06-10
1611
+ platform_editor_close_expand_find: createBooleanExperiment({
1612
+ productKeys: {
1613
+ confluence: 'platform_editor_close_expand_find'
1614
+ },
1615
+ param: 'isEnabled',
1616
+ defaultValue: false
1617
+ }),
1635
1618
  // Added 2026-03-24
1636
1619
  platform_editor_table_ref_optimisation: createBooleanExperiment({
1637
1620
  productKeys: {
@@ -1992,14 +1975,6 @@ export const editorExperimentsConfig = {
1992
1975
  defaultValue: false
1993
1976
  }),
1994
1977
  // Added 2026-04-23
1995
- platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
1996
- productKeys: {
1997
- confluence: 'platform_editor_emojis_in_renderer_smart_links'
1998
- },
1999
- param: 'isEnabled',
2000
- defaultValue: false
2001
- }),
2002
- // Added 2026-04-23
2003
1978
  work_item_modernization: createBooleanExperiment({
2004
1979
  productKeys: {
2005
1980
  jira: 'work_item_modernization'
@@ -54,6 +54,7 @@ export var testBooleanOverrides = {
54
54
  platform_editor_core_static_css: false,
55
55
  'cwr-modal-ui-refresh': false,
56
56
  'cwr-reduce-prompt-suggestion-max-chars': false,
57
+ 'cwr-staging-area-close-as-minimize-button': false,
57
58
  prompt_tile_content_type_localizaiton: false,
58
59
  // [CCI-15904] New AIFC Editor Experience — AND-gated with
59
60
  // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
@@ -211,14 +211,6 @@ export var editorExperimentsConfig = {
211
211
  values: ['control', 'test'],
212
212
  defaultValue: 'control'
213
213
  }),
214
- // Added 2026-04-08
215
- cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
216
- productKeys: {
217
- confluence: 'cc_integrations_editor_open_link_click_analytics'
218
- },
219
- param: 'isEnabled',
220
- defaultValue: false
221
- }),
222
214
  // Added 2026-01-7
223
215
  platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
224
216
  productKeys: {
@@ -894,14 +886,6 @@ export var editorExperimentsConfig = {
894
886
  param: 'isEnabled',
895
887
  defaultValue: false
896
888
  }),
897
- // Added 2026-02-25
898
- platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
899
- productKeys: {
900
- confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
901
- },
902
- param: 'isEnabled',
903
- defaultValue: false
904
- }),
905
889
  // Added 2025-12-04
906
890
  confluence_compact_text_format: createBooleanExperiment({
907
891
  productKeys: {
@@ -1382,6 +1366,14 @@ export var editorExperimentsConfig = {
1382
1366
  param: 'isEnabled',
1383
1367
  defaultValue: false
1384
1368
  }),
1369
+ // Added 2026-06-15
1370
+ 'cwr-staging-area-close-as-minimize-button': createBooleanExperiment({
1371
+ productKeys: {
1372
+ confluence: 'cwr-staging-area-close-as-minimize-button'
1373
+ },
1374
+ param: 'isEnabled',
1375
+ defaultValue: false
1376
+ }),
1385
1377
  // Added 2026-02-12
1386
1378
  platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1387
1379
  productKeys: {
@@ -1530,15 +1522,6 @@ export var editorExperimentsConfig = {
1530
1522
  param: 'isEnabled',
1531
1523
  defaultValue: false
1532
1524
  }),
1533
- // Added 2026-03-11
1534
- platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1535
- productKeys: {
1536
- jira: 'platform_editor_renderer_error_boundary_stable_key',
1537
- confluence: 'platform_editor_renderer_error_boundary_stable_key'
1538
- },
1539
- param: 'isEnabled',
1540
- defaultValue: false
1541
- }),
1542
1525
  // Added 2026-03-04
1543
1526
  confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1544
1527
  productKeys: {
@@ -1547,14 +1530,6 @@ export var editorExperimentsConfig = {
1547
1530
  param: 'isEnabled',
1548
1531
  defaultValue: false
1549
1532
  }),
1550
- // Added 2026-03-10
1551
- platform_editor_fix_editor_unhandled_type_errors: createBooleanExperiment({
1552
- productKeys: {
1553
- confluence: 'platform_editor_fix_editor_unhandled_type_errors'
1554
- },
1555
- param: 'isEnabled',
1556
- defaultValue: false
1557
- }),
1558
1533
  // Added 2026-03-05
1559
1534
  cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
1560
1535
  productKeys: {
@@ -1632,6 +1607,14 @@ export var editorExperimentsConfig = {
1632
1607
  param: 'isEnabled',
1633
1608
  defaultValue: false
1634
1609
  }),
1610
+ // Added 2026-06-10
1611
+ platform_editor_close_expand_find: createBooleanExperiment({
1612
+ productKeys: {
1613
+ confluence: 'platform_editor_close_expand_find'
1614
+ },
1615
+ param: 'isEnabled',
1616
+ defaultValue: false
1617
+ }),
1635
1618
  // Added 2026-03-24
1636
1619
  platform_editor_table_ref_optimisation: createBooleanExperiment({
1637
1620
  productKeys: {
@@ -1992,14 +1975,6 @@ export var editorExperimentsConfig = {
1992
1975
  defaultValue: false
1993
1976
  }),
1994
1977
  // Added 2026-04-23
1995
- platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
1996
- productKeys: {
1997
- confluence: 'platform_editor_emojis_in_renderer_smart_links'
1998
- },
1999
- param: 'isEnabled',
2000
- defaultValue: false
2001
- }),
2002
- // Added 2026-04-23
2003
1978
  work_item_modernization: createBooleanExperiment({
2004
1979
  productKeys: {
2005
1980
  jira: 'work_item_modernization'
@@ -76,12 +76,6 @@ export declare const editorExperimentsConfig: {
76
76
  typeGuard: (value: unknown) => value is 'control' | 'test';
77
77
  values: ('control' | 'test')[];
78
78
  };
79
- cc_integrations_editor_open_link_click_analytics: {
80
- defaultValue: boolean;
81
- param: string;
82
- productKeys?: ProductKeys;
83
- typeGuard: IsBooleanType;
84
- };
85
79
  cc_editor_insm_doc_size_stats: {
86
80
  defaultValue: boolean;
87
81
  param: string;
@@ -185,12 +179,6 @@ export declare const editorExperimentsConfig: {
185
179
  productKeys?: ProductKeys;
186
180
  typeGuard: IsBooleanType;
187
181
  };
188
- platform_editor_ai_escape_early_for_unhealthy_node: {
189
- defaultValue: boolean;
190
- param: string;
191
- productKeys?: ProductKeys;
192
- typeGuard: IsBooleanType;
193
- };
194
182
  confluence_compact_text_format: {
195
183
  defaultValue: boolean;
196
184
  param: string;
@@ -1070,6 +1058,12 @@ export declare const editorExperimentsConfig: {
1070
1058
  productKeys?: ProductKeys;
1071
1059
  typeGuard: IsBooleanType;
1072
1060
  };
1061
+ 'cwr-staging-area-close-as-minimize-button': {
1062
+ defaultValue: boolean;
1063
+ param: string;
1064
+ productKeys?: ProductKeys;
1065
+ typeGuard: IsBooleanType;
1066
+ };
1073
1067
  platform_editor_a11y_escape_link_dialog: {
1074
1068
  defaultValue: boolean;
1075
1069
  param: string;
@@ -1178,12 +1172,6 @@ export declare const editorExperimentsConfig: {
1178
1172
  productKeys?: ProductKeys;
1179
1173
  typeGuard: IsBooleanType;
1180
1174
  };
1181
- platform_editor_renderer_error_boundary_stable_key: {
1182
- defaultValue: boolean;
1183
- param: string;
1184
- productKeys?: ProductKeys;
1185
- typeGuard: IsBooleanType;
1186
- };
1187
1175
  platform_editor_a11y_scrollable_region: {
1188
1176
  defaultValue: boolean;
1189
1177
  param: string;
@@ -1202,12 +1190,6 @@ export declare const editorExperimentsConfig: {
1202
1190
  productKeys?: ProductKeys;
1203
1191
  typeGuard: IsBooleanType;
1204
1192
  };
1205
- platform_editor_fix_editor_unhandled_type_errors: {
1206
- defaultValue: boolean;
1207
- param: string;
1208
- productKeys?: ProductKeys;
1209
- typeGuard: IsBooleanType;
1210
- };
1211
1193
  cc_drag_and_drop_smart_link_from_content_to_tree: {
1212
1194
  defaultValue: boolean;
1213
1195
  param: string;
@@ -1256,6 +1238,12 @@ export declare const editorExperimentsConfig: {
1256
1238
  productKeys?: ProductKeys;
1257
1239
  typeGuard: IsBooleanType;
1258
1240
  };
1241
+ platform_editor_close_expand_find: {
1242
+ defaultValue: boolean;
1243
+ param: string;
1244
+ productKeys?: ProductKeys;
1245
+ typeGuard: IsBooleanType;
1246
+ };
1259
1247
  platform_editor_chromeless_expand_fix: {
1260
1248
  defaultValue: boolean;
1261
1249
  param: string;
@@ -1472,12 +1460,6 @@ export declare const editorExperimentsConfig: {
1472
1460
  productKeys?: ProductKeys;
1473
1461
  typeGuard: IsBooleanType;
1474
1462
  };
1475
- platform_editor_emojis_in_renderer_smart_links: {
1476
- defaultValue: boolean;
1477
- param: string;
1478
- productKeys?: ProductKeys;
1479
- typeGuard: IsBooleanType;
1480
- };
1481
1463
  work_item_modernization: {
1482
1464
  defaultValue: boolean;
1483
1465
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "105.0.0",
3
+ "version": "107.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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/feature-gate-js-client": "^6.0.0",
29
29
  "@atlaskit/platform-feature-flags": "^2.0.0",
30
- "@atlaskit/react-ufo": "^7.0.0",
30
+ "@atlaskit/react-ufo": "^7.1.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {