@atlaskit/tmp-editor-statsig 106.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,26 @@
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
+
3
24
  ## 106.0.0
4
25
 
5
26
  ### Major Changes
@@ -892,14 +892,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
892
892
  param: 'isEnabled',
893
893
  defaultValue: false
894
894
  }),
895
- // Added 2026-02-25
896
- platform_editor_ai_escape_early_for_unhealthy_node: (0, _experimentBuilders.createBooleanExperiment)({
897
- productKeys: {
898
- confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
899
- },
900
- param: 'isEnabled',
901
- defaultValue: false
902
- }),
903
895
  // Added 2025-12-04
904
896
  confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
905
897
  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'
@@ -886,14 +886,6 @@ export const editorExperimentsConfig = {
886
886
  param: 'isEnabled',
887
887
  defaultValue: false
888
888
  }),
889
- // Added 2026-02-25
890
- platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
891
- productKeys: {
892
- confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
893
- },
894
- param: 'isEnabled',
895
- defaultValue: false
896
- }),
897
889
  // Added 2025-12-04
898
890
  confluence_compact_text_format: createBooleanExperiment({
899
891
  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'
@@ -886,14 +886,6 @@ export var editorExperimentsConfig = {
886
886
  param: 'isEnabled',
887
887
  defaultValue: false
888
888
  }),
889
- // Added 2026-02-25
890
- platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
891
- productKeys: {
892
- confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
893
- },
894
- param: 'isEnabled',
895
- defaultValue: false
896
- }),
897
889
  // Added 2025-12-04
898
890
  confluence_compact_text_format: createBooleanExperiment({
899
891
  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'
@@ -179,12 +179,6 @@ export declare const editorExperimentsConfig: {
179
179
  productKeys?: ProductKeys;
180
180
  typeGuard: IsBooleanType;
181
181
  };
182
- platform_editor_ai_escape_early_for_unhealthy_node: {
183
- defaultValue: boolean;
184
- param: string;
185
- productKeys?: ProductKeys;
186
- typeGuard: IsBooleanType;
187
- };
188
182
  confluence_compact_text_format: {
189
183
  defaultValue: boolean;
190
184
  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": "106.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",