@atlaskit/tmp-editor-statsig 24.0.0 → 25.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 25.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`a5a1710c6da4a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a5a1710c6da4a) -
8
+ Clean up of platform_editor_hoverlink_ui_fixes_exp
9
+ - [`edbbd04a0a2b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edbbd04a0a2b8) -
10
+ Remove platform_editor_breakout_resizing_vc90_fix feature flag - feature has been shipped
11
+
12
+ ### Minor Changes
13
+
14
+ - [`b56fac4df95b4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b56fac4df95b4) -
15
+ remove no-tscheck and fix safe url logic
16
+
17
+ ## 24.1.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`88336b2b8f870`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88336b2b8f870) -
22
+ Add A/A test for cc_fd_db_top_editor_toolbar experiment
23
+
3
24
  ## 24.0.0
4
25
 
5
26
  ### Major Changes
@@ -12,10 +12,10 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
12
12
  platform_hover_card_preview_panel: 'control',
13
13
  smart_link_confluence_short_link_analytics: 'control',
14
14
  cc_editor_insm_outlier_events: 'test',
15
- platform_editor_hoverlink_ui_fixes_exp: 'control',
16
15
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
17
16
  platform_sl_3p_unauth_paste_as_block_card: 'control',
18
- cc_fd_db_top_editor_toolbar: 'control'
17
+ cc_fd_db_top_editor_toolbar: 'control',
18
+ cc_fd_db_top_editor_toolbar_aa: 'control'
19
19
  };
20
20
  var testBooleanOverrides = exports.testBooleanOverrides = {
21
21
  cc_editor_hover_link_overlay_css_fix: false,
@@ -578,15 +578,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
578
578
  param: 'isEnabled',
579
579
  defaultValue: false
580
580
  }),
581
- // Added 2025-10-10
582
- platform_editor_hoverlink_ui_fixes_exp: (0, _experimentBuilders.createMultivariateExperiment)({
583
- productKeys: {
584
- confluence: 'platform_editor_hoverlink_ui_fixes_exp'
585
- },
586
- param: 'cohort',
587
- values: ['control', 'css_changes_only', 'css_js_changes'],
588
- defaultValue: 'control'
589
- }),
590
581
  // Added 2026-01-05
591
582
  platform_editor_table_update_table_ref: (0, _experimentBuilders.createBooleanExperiment)({
592
583
  productKeys: {
@@ -778,14 +769,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
778
769
  param: 'isEnabled',
779
770
  defaultValue: false
780
771
  }),
781
- // Added 2025-08-19
782
- platform_editor_breakout_resizing_vc90_fix: (0, _experimentBuilders.createBooleanExperiment)({
783
- productKeys: {
784
- confluence: 'platform_editor_breakout_resizing_vc90_fix'
785
- },
786
- param: 'isEnabled',
787
- defaultValue: false
788
- }),
789
772
  // Added 2025-09-16
790
773
  platform_editor_prevent_taskitem_remount: (0, _experimentBuilders.createBooleanExperiment)({
791
774
  productKeys: {
@@ -1333,6 +1316,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1333
1316
  values: ['control', 'new-description', 'orig-description'],
1334
1317
  defaultValue: 'control'
1335
1318
  }),
1319
+ // Added 2026-02-11
1320
+ cc_fd_db_top_editor_toolbar_aa: (0, _experimentBuilders.createMultivariateExperiment)({
1321
+ productKeys: {
1322
+ confluence: 'cc_fd_db_top_editor_toolbar_aa'
1323
+ },
1324
+ param: 'cohort',
1325
+ values: ['control', 'new-description', 'orig-description'],
1326
+ defaultValue: 'control'
1327
+ }),
1336
1328
  // Added 2026-01-28
1337
1329
  platform_editor_smartlink_local_cache: (0, _experimentBuilders.createBooleanExperiment)({
1338
1330
  productKeys: {
@@ -1372,5 +1364,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1372
1364
  },
1373
1365
  param: 'isEnabled',
1374
1366
  defaultValue: false
1367
+ }),
1368
+ // Added 2026-02-16
1369
+ platform_editor_safe_url_trim_fix: (0, _experimentBuilders.createBooleanExperiment)({
1370
+ productKeys: {
1371
+ confluence: 'platform_editor_safe_url_trim_fix'
1372
+ },
1373
+ param: 'isEnabled',
1374
+ defaultValue: false
1375
1375
  })
1376
1376
  };
@@ -6,10 +6,10 @@ export const testMultivariateOverrides = {
6
6
  platform_hover_card_preview_panel: 'control',
7
7
  smart_link_confluence_short_link_analytics: 'control',
8
8
  cc_editor_insm_outlier_events: 'test',
9
- platform_editor_hoverlink_ui_fixes_exp: 'control',
10
9
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
11
10
  platform_sl_3p_unauth_paste_as_block_card: 'control',
12
- cc_fd_db_top_editor_toolbar: 'control'
11
+ cc_fd_db_top_editor_toolbar: 'control',
12
+ cc_fd_db_top_editor_toolbar_aa: 'control'
13
13
  };
14
14
  export const testBooleanOverrides = {
15
15
  cc_editor_hover_link_overlay_css_fix: false,
@@ -572,15 +572,6 @@ export const editorExperimentsConfig = {
572
572
  param: 'isEnabled',
573
573
  defaultValue: false
574
574
  }),
575
- // Added 2025-10-10
576
- platform_editor_hoverlink_ui_fixes_exp: createMultivariateExperiment({
577
- productKeys: {
578
- confluence: 'platform_editor_hoverlink_ui_fixes_exp'
579
- },
580
- param: 'cohort',
581
- values: ['control', 'css_changes_only', 'css_js_changes'],
582
- defaultValue: 'control'
583
- }),
584
575
  // Added 2026-01-05
585
576
  platform_editor_table_update_table_ref: createBooleanExperiment({
586
577
  productKeys: {
@@ -772,14 +763,6 @@ export const editorExperimentsConfig = {
772
763
  param: 'isEnabled',
773
764
  defaultValue: false
774
765
  }),
775
- // Added 2025-08-19
776
- platform_editor_breakout_resizing_vc90_fix: createBooleanExperiment({
777
- productKeys: {
778
- confluence: 'platform_editor_breakout_resizing_vc90_fix'
779
- },
780
- param: 'isEnabled',
781
- defaultValue: false
782
- }),
783
766
  // Added 2025-09-16
784
767
  platform_editor_prevent_taskitem_remount: createBooleanExperiment({
785
768
  productKeys: {
@@ -1327,6 +1310,15 @@ export const editorExperimentsConfig = {
1327
1310
  values: ['control', 'new-description', 'orig-description'],
1328
1311
  defaultValue: 'control'
1329
1312
  }),
1313
+ // Added 2026-02-11
1314
+ cc_fd_db_top_editor_toolbar_aa: createMultivariateExperiment({
1315
+ productKeys: {
1316
+ confluence: 'cc_fd_db_top_editor_toolbar_aa'
1317
+ },
1318
+ param: 'cohort',
1319
+ values: ['control', 'new-description', 'orig-description'],
1320
+ defaultValue: 'control'
1321
+ }),
1330
1322
  // Added 2026-01-28
1331
1323
  platform_editor_smartlink_local_cache: createBooleanExperiment({
1332
1324
  productKeys: {
@@ -1366,5 +1358,13 @@ export const editorExperimentsConfig = {
1366
1358
  },
1367
1359
  param: 'isEnabled',
1368
1360
  defaultValue: false
1361
+ }),
1362
+ // Added 2026-02-16
1363
+ platform_editor_safe_url_trim_fix: createBooleanExperiment({
1364
+ productKeys: {
1365
+ confluence: 'platform_editor_safe_url_trim_fix'
1366
+ },
1367
+ param: 'isEnabled',
1368
+ defaultValue: false
1369
1369
  })
1370
1370
  };
@@ -6,10 +6,10 @@ export var testMultivariateOverrides = {
6
6
  platform_hover_card_preview_panel: 'control',
7
7
  smart_link_confluence_short_link_analytics: 'control',
8
8
  cc_editor_insm_outlier_events: 'test',
9
- platform_editor_hoverlink_ui_fixes_exp: 'control',
10
9
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
11
10
  platform_sl_3p_unauth_paste_as_block_card: 'control',
12
- cc_fd_db_top_editor_toolbar: 'control'
11
+ cc_fd_db_top_editor_toolbar: 'control',
12
+ cc_fd_db_top_editor_toolbar_aa: 'control'
13
13
  };
14
14
  export var testBooleanOverrides = {
15
15
  cc_editor_hover_link_overlay_css_fix: false,
@@ -572,15 +572,6 @@ export var editorExperimentsConfig = {
572
572
  param: 'isEnabled',
573
573
  defaultValue: false
574
574
  }),
575
- // Added 2025-10-10
576
- platform_editor_hoverlink_ui_fixes_exp: createMultivariateExperiment({
577
- productKeys: {
578
- confluence: 'platform_editor_hoverlink_ui_fixes_exp'
579
- },
580
- param: 'cohort',
581
- values: ['control', 'css_changes_only', 'css_js_changes'],
582
- defaultValue: 'control'
583
- }),
584
575
  // Added 2026-01-05
585
576
  platform_editor_table_update_table_ref: createBooleanExperiment({
586
577
  productKeys: {
@@ -772,14 +763,6 @@ export var editorExperimentsConfig = {
772
763
  param: 'isEnabled',
773
764
  defaultValue: false
774
765
  }),
775
- // Added 2025-08-19
776
- platform_editor_breakout_resizing_vc90_fix: createBooleanExperiment({
777
- productKeys: {
778
- confluence: 'platform_editor_breakout_resizing_vc90_fix'
779
- },
780
- param: 'isEnabled',
781
- defaultValue: false
782
- }),
783
766
  // Added 2025-09-16
784
767
  platform_editor_prevent_taskitem_remount: createBooleanExperiment({
785
768
  productKeys: {
@@ -1327,6 +1310,15 @@ export var editorExperimentsConfig = {
1327
1310
  values: ['control', 'new-description', 'orig-description'],
1328
1311
  defaultValue: 'control'
1329
1312
  }),
1313
+ // Added 2026-02-11
1314
+ cc_fd_db_top_editor_toolbar_aa: createMultivariateExperiment({
1315
+ productKeys: {
1316
+ confluence: 'cc_fd_db_top_editor_toolbar_aa'
1317
+ },
1318
+ param: 'cohort',
1319
+ values: ['control', 'new-description', 'orig-description'],
1320
+ defaultValue: 'control'
1321
+ }),
1330
1322
  // Added 2026-01-28
1331
1323
  platform_editor_smartlink_local_cache: createBooleanExperiment({
1332
1324
  productKeys: {
@@ -1366,5 +1358,13 @@ export var editorExperimentsConfig = {
1366
1358
  },
1367
1359
  param: 'isEnabled',
1368
1360
  defaultValue: false
1361
+ }),
1362
+ // Added 2026-02-16
1363
+ platform_editor_safe_url_trim_fix: createBooleanExperiment({
1364
+ productKeys: {
1365
+ confluence: 'platform_editor_safe_url_trim_fix'
1366
+ },
1367
+ param: 'isEnabled',
1368
+ defaultValue: false
1369
1369
  })
1370
1370
  };
@@ -324,12 +324,6 @@ export declare const editorExperimentsConfig: {
324
324
  productKeys?: ProductKeys;
325
325
  typeGuard: IsBooleanType;
326
326
  };
327
- platform_editor_breakout_resizing_vc90_fix: {
328
- defaultValue: boolean;
329
- param: string;
330
- productKeys?: ProductKeys;
331
- typeGuard: IsBooleanType;
332
- };
333
327
  platform_editor_code_block_fold_gutter: {
334
328
  defaultValue: boolean;
335
329
  param: string;
@@ -421,13 +415,6 @@ export declare const editorExperimentsConfig: {
421
415
  productKeys?: ProductKeys;
422
416
  typeGuard: IsBooleanType;
423
417
  };
424
- platform_editor_hoverlink_ui_fixes_exp: {
425
- defaultValue: 'control' | 'css_changes_only' | 'css_js_changes';
426
- param: string;
427
- productKeys?: ProductKeys;
428
- typeGuard: (value: unknown) => value is 'control' | 'css_changes_only' | 'css_js_changes';
429
- values: ('control' | 'css_changes_only' | 'css_js_changes')[];
430
- };
431
418
  platform_editor_hydratable_ui: {
432
419
  defaultValue: boolean;
433
420
  param: string;
@@ -985,6 +972,13 @@ export declare const editorExperimentsConfig: {
985
972
  typeGuard: (value: unknown) => value is 'control' | 'new-description' | 'orig-description';
986
973
  values: ('control' | 'new-description' | 'orig-description')[];
987
974
  };
975
+ cc_fd_db_top_editor_toolbar_aa: {
976
+ defaultValue: 'control' | 'new-description' | 'orig-description';
977
+ param: string;
978
+ productKeys?: ProductKeys;
979
+ typeGuard: (value: unknown) => value is 'control' | 'new-description' | 'orig-description';
980
+ values: ('control' | 'new-description' | 'orig-description')[];
981
+ };
988
982
  platform_editor_smartlink_local_cache: {
989
983
  defaultValue: boolean;
990
984
  param: string;
@@ -1015,5 +1009,11 @@ export declare const editorExperimentsConfig: {
1015
1009
  productKeys?: ProductKeys;
1016
1010
  typeGuard: IsBooleanType;
1017
1011
  };
1012
+ platform_editor_safe_url_trim_fix: {
1013
+ defaultValue: boolean;
1014
+ param: string;
1015
+ productKeys?: ProductKeys;
1016
+ typeGuard: IsBooleanType;
1017
+ };
1018
1018
  };
1019
1019
  export {};
@@ -324,12 +324,6 @@ export declare const editorExperimentsConfig: {
324
324
  productKeys?: ProductKeys;
325
325
  typeGuard: IsBooleanType;
326
326
  };
327
- platform_editor_breakout_resizing_vc90_fix: {
328
- defaultValue: boolean;
329
- param: string;
330
- productKeys?: ProductKeys;
331
- typeGuard: IsBooleanType;
332
- };
333
327
  platform_editor_code_block_fold_gutter: {
334
328
  defaultValue: boolean;
335
329
  param: string;
@@ -421,13 +415,6 @@ export declare const editorExperimentsConfig: {
421
415
  productKeys?: ProductKeys;
422
416
  typeGuard: IsBooleanType;
423
417
  };
424
- platform_editor_hoverlink_ui_fixes_exp: {
425
- defaultValue: 'control' | 'css_changes_only' | 'css_js_changes';
426
- param: string;
427
- productKeys?: ProductKeys;
428
- typeGuard: (value: unknown) => value is 'control' | 'css_changes_only' | 'css_js_changes';
429
- values: ('control' | 'css_changes_only' | 'css_js_changes')[];
430
- };
431
418
  platform_editor_hydratable_ui: {
432
419
  defaultValue: boolean;
433
420
  param: string;
@@ -985,6 +972,13 @@ export declare const editorExperimentsConfig: {
985
972
  typeGuard: (value: unknown) => value is 'control' | 'new-description' | 'orig-description';
986
973
  values: ('control' | 'new-description' | 'orig-description')[];
987
974
  };
975
+ cc_fd_db_top_editor_toolbar_aa: {
976
+ defaultValue: 'control' | 'new-description' | 'orig-description';
977
+ param: string;
978
+ productKeys?: ProductKeys;
979
+ typeGuard: (value: unknown) => value is 'control' | 'new-description' | 'orig-description';
980
+ values: ('control' | 'new-description' | 'orig-description')[];
981
+ };
988
982
  platform_editor_smartlink_local_cache: {
989
983
  defaultValue: boolean;
990
984
  param: string;
@@ -1015,5 +1009,11 @@ export declare const editorExperimentsConfig: {
1015
1009
  productKeys?: ProductKeys;
1016
1010
  typeGuard: IsBooleanType;
1017
1011
  };
1012
+ platform_editor_safe_url_trim_fix: {
1013
+ defaultValue: boolean;
1014
+ param: string;
1015
+ productKeys?: ProductKeys;
1016
+ typeGuard: IsBooleanType;
1017
+ };
1018
1018
  };
1019
1019
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "24.0.0",
3
+ "version": "25.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",