@atlaskit/tmp-editor-statsig 42.1.0 → 43.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 43.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`60fc4abc3b900`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/60fc4abc3b900) -
8
+ Cleanup platform_editor_fix_cursor_flickering experiment, always using ON path
9
+
10
+ ### Minor Changes
11
+
12
+ - [`0d04e250bdf4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d04e250bdf4b) -
13
+ [ux] Making submenus for media (color/size) and table (background color) consistent with ADS and
14
+ fixing incorrect gate mocking in editor-plugin-ai-tests
15
+ - [`c9d8de9fd5a33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9d8de9fd5a33) -
16
+ Avoid wrapping block controls in any block mark - fixes issues with font size mark.
17
+
3
18
  ## 42.1.0
4
19
 
5
20
  ### Minor Changes
@@ -501,6 +501,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
501
501
  param: 'isEnabled',
502
502
  defaultValue: false
503
503
  }),
504
+ platform_editor_clean_up_widget_mark_logic: (0, _experimentBuilders.createBooleanExperiment)({
505
+ productKeys: {
506
+ confluence: 'platform_editor_clean_up_widget_mark_logic',
507
+ jira: 'platform_editor_clean_up_widget_mark_logic'
508
+ },
509
+ param: 'isEnabled',
510
+ defaultValue: false
511
+ }),
504
512
  // Added 2025-07-14
505
513
  platform_editor_debounce_portal_provider: (0, _experimentBuilders.createBooleanExperiment)({
506
514
  productKeys: {
@@ -1107,14 +1115,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1107
1115
  param: 'isEnabled',
1108
1116
  defaultValue: false
1109
1117
  }),
1110
- // Added 2026-02-04
1111
- platform_editor_fix_cursor_flickering: (0, _experimentBuilders.createBooleanExperiment)({
1112
- productKeys: {
1113
- confluence: 'platform_editor_fix_cursor_flickering'
1114
- },
1115
- param: 'isEnabled',
1116
- defaultValue: false
1117
- }),
1118
1118
  // Added 2025-01-23
1119
1119
  platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
1120
1120
  productKeys: {
@@ -1147,6 +1147,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1147
1147
  param: 'isEnabled',
1148
1148
  defaultValue: false
1149
1149
  }),
1150
+ platform_editor_toolbar_submenu_open_click: (0, _experimentBuilders.createBooleanExperiment)({
1151
+ productKeys: {
1152
+ confluence: 'platform_editor_toolbar_submenu_open_click'
1153
+ },
1154
+ param: 'isEnabled',
1155
+ defaultValue: false
1156
+ }),
1150
1157
  // Added 2025-12-30
1151
1158
  platform_editor_table_sticky_header_patch_9: (0, _experimentBuilders.createBooleanExperiment)({
1152
1159
  productKeys: {
@@ -495,6 +495,14 @@ export const editorExperimentsConfig = {
495
495
  param: 'isEnabled',
496
496
  defaultValue: false
497
497
  }),
498
+ platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
499
+ productKeys: {
500
+ confluence: 'platform_editor_clean_up_widget_mark_logic',
501
+ jira: 'platform_editor_clean_up_widget_mark_logic'
502
+ },
503
+ param: 'isEnabled',
504
+ defaultValue: false
505
+ }),
498
506
  // Added 2025-07-14
499
507
  platform_editor_debounce_portal_provider: createBooleanExperiment({
500
508
  productKeys: {
@@ -1101,14 +1109,6 @@ export const editorExperimentsConfig = {
1101
1109
  param: 'isEnabled',
1102
1110
  defaultValue: false
1103
1111
  }),
1104
- // Added 2026-02-04
1105
- platform_editor_fix_cursor_flickering: createBooleanExperiment({
1106
- productKeys: {
1107
- confluence: 'platform_editor_fix_cursor_flickering'
1108
- },
1109
- param: 'isEnabled',
1110
- defaultValue: false
1111
- }),
1112
1112
  // Added 2025-01-23
1113
1113
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1114
1114
  productKeys: {
@@ -1141,6 +1141,13 @@ export const editorExperimentsConfig = {
1141
1141
  param: 'isEnabled',
1142
1142
  defaultValue: false
1143
1143
  }),
1144
+ platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
1145
+ productKeys: {
1146
+ confluence: 'platform_editor_toolbar_submenu_open_click'
1147
+ },
1148
+ param: 'isEnabled',
1149
+ defaultValue: false
1150
+ }),
1144
1151
  // Added 2025-12-30
1145
1152
  platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
1146
1153
  productKeys: {
@@ -495,6 +495,14 @@ export var editorExperimentsConfig = {
495
495
  param: 'isEnabled',
496
496
  defaultValue: false
497
497
  }),
498
+ platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
499
+ productKeys: {
500
+ confluence: 'platform_editor_clean_up_widget_mark_logic',
501
+ jira: 'platform_editor_clean_up_widget_mark_logic'
502
+ },
503
+ param: 'isEnabled',
504
+ defaultValue: false
505
+ }),
498
506
  // Added 2025-07-14
499
507
  platform_editor_debounce_portal_provider: createBooleanExperiment({
500
508
  productKeys: {
@@ -1101,14 +1109,6 @@ export var editorExperimentsConfig = {
1101
1109
  param: 'isEnabled',
1102
1110
  defaultValue: false
1103
1111
  }),
1104
- // Added 2026-02-04
1105
- platform_editor_fix_cursor_flickering: createBooleanExperiment({
1106
- productKeys: {
1107
- confluence: 'platform_editor_fix_cursor_flickering'
1108
- },
1109
- param: 'isEnabled',
1110
- defaultValue: false
1111
- }),
1112
1112
  // Added 2025-01-23
1113
1113
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1114
1114
  productKeys: {
@@ -1141,6 +1141,13 @@ export var editorExperimentsConfig = {
1141
1141
  param: 'isEnabled',
1142
1142
  defaultValue: false
1143
1143
  }),
1144
+ platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
1145
+ productKeys: {
1146
+ confluence: 'platform_editor_toolbar_submenu_open_click'
1147
+ },
1148
+ param: 'isEnabled',
1149
+ defaultValue: false
1150
+ }),
1144
1151
  // Added 2025-12-30
1145
1152
  platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
1146
1153
  productKeys: {
@@ -397,6 +397,12 @@ export declare const editorExperimentsConfig: {
397
397
  productKeys?: ProductKeys;
398
398
  typeGuard: IsBooleanType;
399
399
  };
400
+ platform_editor_clean_up_widget_mark_logic: {
401
+ defaultValue: boolean;
402
+ param: string;
403
+ productKeys?: ProductKeys;
404
+ typeGuard: IsBooleanType;
405
+ };
400
406
  platform_editor_debounce_portal_provider: {
401
407
  defaultValue: boolean;
402
408
  param: string;
@@ -674,6 +680,12 @@ export declare const editorExperimentsConfig: {
674
680
  productKeys?: ProductKeys;
675
681
  typeGuard: IsBooleanType;
676
682
  };
683
+ platform_editor_toolbar_submenu_open_click: {
684
+ defaultValue: boolean;
685
+ param: string;
686
+ productKeys?: ProductKeys;
687
+ typeGuard: IsBooleanType;
688
+ };
677
689
  platform_editor_usesharedpluginstateselector: {
678
690
  defaultValue: boolean;
679
691
  param: string;
@@ -935,12 +947,6 @@ export declare const editorExperimentsConfig: {
935
947
  productKeys?: ProductKeys;
936
948
  typeGuard: IsBooleanType;
937
949
  };
938
- platform_editor_fix_cursor_flickering: {
939
- defaultValue: boolean;
940
- param: string;
941
- productKeys?: ProductKeys;
942
- typeGuard: IsBooleanType;
943
- };
944
950
  platform_editor_renderer_toolbar_updates: {
945
951
  defaultValue: boolean;
946
952
  param: string;
@@ -397,6 +397,12 @@ export declare const editorExperimentsConfig: {
397
397
  productKeys?: ProductKeys;
398
398
  typeGuard: IsBooleanType;
399
399
  };
400
+ platform_editor_clean_up_widget_mark_logic: {
401
+ defaultValue: boolean;
402
+ param: string;
403
+ productKeys?: ProductKeys;
404
+ typeGuard: IsBooleanType;
405
+ };
400
406
  platform_editor_debounce_portal_provider: {
401
407
  defaultValue: boolean;
402
408
  param: string;
@@ -674,6 +680,12 @@ export declare const editorExperimentsConfig: {
674
680
  productKeys?: ProductKeys;
675
681
  typeGuard: IsBooleanType;
676
682
  };
683
+ platform_editor_toolbar_submenu_open_click: {
684
+ defaultValue: boolean;
685
+ param: string;
686
+ productKeys?: ProductKeys;
687
+ typeGuard: IsBooleanType;
688
+ };
677
689
  platform_editor_usesharedpluginstateselector: {
678
690
  defaultValue: boolean;
679
691
  param: string;
@@ -935,12 +947,6 @@ export declare const editorExperimentsConfig: {
935
947
  productKeys?: ProductKeys;
936
948
  typeGuard: IsBooleanType;
937
949
  };
938
- platform_editor_fix_cursor_flickering: {
939
- defaultValue: boolean;
940
- param: string;
941
- productKeys?: ProductKeys;
942
- typeGuard: IsBooleanType;
943
- };
944
950
  platform_editor_renderer_toolbar_updates: {
945
951
  defaultValue: boolean;
946
952
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "42.1.0",
3
+ "version": "43.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",