@atlaskit/tmp-editor-statsig 53.1.0 → 54.0.1

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,32 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 54.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cfd14d8f3b8df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cfd14d8f3b8df) -
8
+ [ux] Hide unreleased changes behind new experiment as they have been cut from v1 experiment scope
9
+
10
+ ## 54.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`65e300b324e87`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/65e300b324e87) -
15
+ Remove feature flag platform_editor_fix_advanced_codeblocks_crlf - CRLF line separator fix is now
16
+ always enabled
17
+
18
+ ### Minor Changes
19
+
20
+ - [`22cc6940b4250`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22cc6940b4250) -
21
+ Add gated editor-core perf lint cleanup experiment support
22
+ - [`59c51386456c3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/59c51386456c3) -
23
+ Convert platform_editor_ai_aifc_list_indentation_fix feature gate to
24
+ platform_editor_ai_aifc_listitem_indentation_fix experiment
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+
3
30
  ## 53.1.0
4
31
 
5
32
  ### Minor Changes
@@ -752,6 +752,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
752
752
  param: 'isEnabled',
753
753
  defaultValue: false
754
754
  }),
755
+ // Added 2026-03-26
756
+ platform_editor_perf_lint_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
757
+ productKeys: {
758
+ confluence: 'platform_editor_perf_lint_cleanup'
759
+ },
760
+ param: 'isEnabled',
761
+ defaultValue: false
762
+ }),
755
763
  // Added 2025-07-30
756
764
  platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
757
765
  productKeys: {
@@ -1170,14 +1178,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1170
1178
  param: 'isEnabled',
1171
1179
  defaultValue: false
1172
1180
  }),
1173
- // Added 2026-01-15
1174
- platform_editor_fix_advanced_codeblocks_crlf: (0, _experimentBuilders.createBooleanExperiment)({
1175
- productKeys: {
1176
- confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
1177
- },
1178
- param: 'isEnabled',
1179
- defaultValue: false
1180
- }),
1181
1181
  // Added 2026-01-08
1182
1182
  platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
1183
1183
  productKeys: {
@@ -1568,6 +1568,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1568
1568
  param: 'isEnabled',
1569
1569
  defaultValue: false
1570
1570
  }),
1571
+ // Added 2026-04-02
1572
+ platform_editor_ai_smartlink_toolbar_v2_exp: (0, _experimentBuilders.createBooleanExperiment)({
1573
+ productKeys: {
1574
+ confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1575
+ },
1576
+ param: 'isEnabled',
1577
+ defaultValue: false
1578
+ }),
1571
1579
  // Added 2026-03-30
1572
1580
  platform_editor_a11y_scrollable_region: (0, _experimentBuilders.createBooleanExperiment)({
1573
1581
  productKeys: {
@@ -1870,5 +1878,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1870
1878
  },
1871
1879
  param: 'isEnabled',
1872
1880
  defaultValue: false
1881
+ }),
1882
+ // Added 2026-04-02
1883
+ platform_editor_ai_aifc_listitem_indentation_fix: (0, _experimentBuilders.createBooleanExperiment)({
1884
+ productKeys: {
1885
+ confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
1886
+ },
1887
+ param: 'isEnabled',
1888
+ defaultValue: false
1873
1889
  })
1874
1890
  };
@@ -746,6 +746,14 @@ export const editorExperimentsConfig = {
746
746
  param: 'isEnabled',
747
747
  defaultValue: false
748
748
  }),
749
+ // Added 2026-03-26
750
+ platform_editor_perf_lint_cleanup: createBooleanExperiment({
751
+ productKeys: {
752
+ confluence: 'platform_editor_perf_lint_cleanup'
753
+ },
754
+ param: 'isEnabled',
755
+ defaultValue: false
756
+ }),
749
757
  // Added 2025-07-30
750
758
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
751
759
  productKeys: {
@@ -1164,14 +1172,6 @@ export const editorExperimentsConfig = {
1164
1172
  param: 'isEnabled',
1165
1173
  defaultValue: false
1166
1174
  }),
1167
- // Added 2026-01-15
1168
- platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
1169
- productKeys: {
1170
- confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
1171
- },
1172
- param: 'isEnabled',
1173
- defaultValue: false
1174
- }),
1175
1175
  // Added 2026-01-08
1176
1176
  platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
1177
1177
  productKeys: {
@@ -1562,6 +1562,14 @@ export const editorExperimentsConfig = {
1562
1562
  param: 'isEnabled',
1563
1563
  defaultValue: false
1564
1564
  }),
1565
+ // Added 2026-04-02
1566
+ platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
1567
+ productKeys: {
1568
+ confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1569
+ },
1570
+ param: 'isEnabled',
1571
+ defaultValue: false
1572
+ }),
1565
1573
  // Added 2026-03-30
1566
1574
  platform_editor_a11y_scrollable_region: createBooleanExperiment({
1567
1575
  productKeys: {
@@ -1864,5 +1872,13 @@ export const editorExperimentsConfig = {
1864
1872
  },
1865
1873
  param: 'isEnabled',
1866
1874
  defaultValue: false
1875
+ }),
1876
+ // Added 2026-04-02
1877
+ platform_editor_ai_aifc_listitem_indentation_fix: createBooleanExperiment({
1878
+ productKeys: {
1879
+ confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
1880
+ },
1881
+ param: 'isEnabled',
1882
+ defaultValue: false
1867
1883
  })
1868
1884
  };
@@ -746,6 +746,14 @@ export var editorExperimentsConfig = {
746
746
  param: 'isEnabled',
747
747
  defaultValue: false
748
748
  }),
749
+ // Added 2026-03-26
750
+ platform_editor_perf_lint_cleanup: createBooleanExperiment({
751
+ productKeys: {
752
+ confluence: 'platform_editor_perf_lint_cleanup'
753
+ },
754
+ param: 'isEnabled',
755
+ defaultValue: false
756
+ }),
749
757
  // Added 2025-07-30
750
758
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
751
759
  productKeys: {
@@ -1164,14 +1172,6 @@ export var editorExperimentsConfig = {
1164
1172
  param: 'isEnabled',
1165
1173
  defaultValue: false
1166
1174
  }),
1167
- // Added 2026-01-15
1168
- platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
1169
- productKeys: {
1170
- confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
1171
- },
1172
- param: 'isEnabled',
1173
- defaultValue: false
1174
- }),
1175
1175
  // Added 2026-01-08
1176
1176
  platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
1177
1177
  productKeys: {
@@ -1562,6 +1562,14 @@ export var editorExperimentsConfig = {
1562
1562
  param: 'isEnabled',
1563
1563
  defaultValue: false
1564
1564
  }),
1565
+ // Added 2026-04-02
1566
+ platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
1567
+ productKeys: {
1568
+ confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1569
+ },
1570
+ param: 'isEnabled',
1571
+ defaultValue: false
1572
+ }),
1565
1573
  // Added 2026-03-30
1566
1574
  platform_editor_a11y_scrollable_region: createBooleanExperiment({
1567
1575
  productKeys: {
@@ -1864,5 +1872,13 @@ export var editorExperimentsConfig = {
1864
1872
  },
1865
1873
  param: 'isEnabled',
1866
1874
  defaultValue: false
1875
+ }),
1876
+ // Added 2026-04-02
1877
+ platform_editor_ai_aifc_listitem_indentation_fix: createBooleanExperiment({
1878
+ productKeys: {
1879
+ confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
1880
+ },
1881
+ param: 'isEnabled',
1882
+ defaultValue: false
1867
1883
  })
1868
1884
  };
@@ -529,6 +529,12 @@ export declare const editorExperimentsConfig: {
529
529
  productKeys?: ProductKeys;
530
530
  typeGuard: IsBooleanType;
531
531
  };
532
+ platform_editor_ai_aifc_listitem_indentation_fix: {
533
+ defaultValue: boolean;
534
+ param: string;
535
+ productKeys?: ProductKeys;
536
+ typeGuard: IsBooleanType;
537
+ };
532
538
  platform_editor_lovability_distribute_column_fix: {
533
539
  defaultValue: boolean;
534
540
  param: string;
@@ -857,12 +863,6 @@ export declare const editorExperimentsConfig: {
857
863
  productKeys?: ProductKeys;
858
864
  typeGuard: IsBooleanType;
859
865
  };
860
- platform_editor_fix_advanced_codeblocks_crlf: {
861
- defaultValue: boolean;
862
- param: string;
863
- productKeys?: ProductKeys;
864
- typeGuard: IsBooleanType;
865
- };
866
866
  platform_editor_table_sticky_header_patch_11: {
867
867
  defaultValue: boolean;
868
868
  param: string;
@@ -1026,6 +1026,12 @@ export declare const editorExperimentsConfig: {
1026
1026
  productKeys?: ProductKeys;
1027
1027
  typeGuard: IsBooleanType;
1028
1028
  };
1029
+ platform_editor_perf_lint_cleanup: {
1030
+ defaultValue: boolean;
1031
+ param: string;
1032
+ productKeys?: ProductKeys;
1033
+ typeGuard: IsBooleanType;
1034
+ };
1029
1035
  confluence_frontend_fix_date_hydration_error: {
1030
1036
  defaultValue: boolean;
1031
1037
  param: string;
@@ -1164,6 +1170,12 @@ export declare const editorExperimentsConfig: {
1164
1170
  productKeys?: ProductKeys;
1165
1171
  typeGuard: IsBooleanType;
1166
1172
  };
1173
+ platform_editor_ai_smartlink_toolbar_v2_exp: {
1174
+ defaultValue: boolean;
1175
+ param: string;
1176
+ productKeys?: ProductKeys;
1177
+ typeGuard: IsBooleanType;
1178
+ };
1167
1179
  platform_editor_renderer_error_boundary_stable_key: {
1168
1180
  defaultValue: boolean;
1169
1181
  param: string;
@@ -529,6 +529,12 @@ export declare const editorExperimentsConfig: {
529
529
  productKeys?: ProductKeys;
530
530
  typeGuard: IsBooleanType;
531
531
  };
532
+ platform_editor_ai_aifc_listitem_indentation_fix: {
533
+ defaultValue: boolean;
534
+ param: string;
535
+ productKeys?: ProductKeys;
536
+ typeGuard: IsBooleanType;
537
+ };
532
538
  platform_editor_lovability_distribute_column_fix: {
533
539
  defaultValue: boolean;
534
540
  param: string;
@@ -857,12 +863,6 @@ export declare const editorExperimentsConfig: {
857
863
  productKeys?: ProductKeys;
858
864
  typeGuard: IsBooleanType;
859
865
  };
860
- platform_editor_fix_advanced_codeblocks_crlf: {
861
- defaultValue: boolean;
862
- param: string;
863
- productKeys?: ProductKeys;
864
- typeGuard: IsBooleanType;
865
- };
866
866
  platform_editor_table_sticky_header_patch_11: {
867
867
  defaultValue: boolean;
868
868
  param: string;
@@ -1026,6 +1026,12 @@ export declare const editorExperimentsConfig: {
1026
1026
  productKeys?: ProductKeys;
1027
1027
  typeGuard: IsBooleanType;
1028
1028
  };
1029
+ platform_editor_perf_lint_cleanup: {
1030
+ defaultValue: boolean;
1031
+ param: string;
1032
+ productKeys?: ProductKeys;
1033
+ typeGuard: IsBooleanType;
1034
+ };
1029
1035
  confluence_frontend_fix_date_hydration_error: {
1030
1036
  defaultValue: boolean;
1031
1037
  param: string;
@@ -1164,6 +1170,12 @@ export declare const editorExperimentsConfig: {
1164
1170
  productKeys?: ProductKeys;
1165
1171
  typeGuard: IsBooleanType;
1166
1172
  };
1173
+ platform_editor_ai_smartlink_toolbar_v2_exp: {
1174
+ defaultValue: boolean;
1175
+ param: string;
1176
+ productKeys?: ProductKeys;
1177
+ typeGuard: IsBooleanType;
1178
+ };
1167
1179
  platform_editor_renderer_error_boundary_stable_key: {
1168
1180
  defaultValue: boolean;
1169
1181
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "53.1.0",
3
+ "version": "54.0.1",
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",