@atlaskit/tmp-editor-statsig 49.0.0 → 51.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,29 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 51.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`6442aba65e911`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6442aba65e911) -
8
+ Clean up cc_editor_lcm_readonly_initial experiment - remove LegacyContentHeader rendering and
9
+ associated dead code
10
+ - [`a3b34e2d09709`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3b34e2d09709) -
11
+ Cleanup experiment platform_editor_add_aria_checked_to_inline_img_btn - ships the enabled code
12
+ path (selected: false on inline image button)
13
+
14
+ ## 50.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - [`f65fa1ea7c0e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f65fa1ea7c0e5) -
19
+ Cleaned up stale feature flag `platform_editor_fix_button_name_violation_in_table`. The flag has
20
+ been fully rolled out, so the button name fix in table floating insert button is now always
21
+ applied.
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 49.0.0
4
28
 
5
29
  ### Major Changes
@@ -54,14 +54,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
54
54
  param: 'contentPlaceholder',
55
55
  defaultValue: false
56
56
  }),
57
- // Added 20-01-2026
58
- cc_editor_lcm_readonly_initial: (0, _experimentBuilders.createBooleanExperiment)({
59
- productKeys: {
60
- confluence: 'cc_editor_lcm_readonly_initial'
61
- },
62
- param: 'isEnabled',
63
- defaultValue: false
64
- }),
65
57
  // Added 02-12-2025
66
58
  cc_fix_hydration_ttvc: (0, _experimentBuilders.createBooleanExperiment)({
67
59
  productKeys: {
@@ -949,14 +941,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
949
941
  param: 'isEnabled',
950
942
  defaultValue: false
951
943
  }),
952
- // Added 2025-09-10
953
- platform_editor_fix_button_name_violation_in_table: (0, _experimentBuilders.createBooleanExperiment)({
954
- productKeys: {
955
- confluence: 'platform_editor_fix_button_name_violation_in_table'
956
- },
957
- param: 'isEnabled',
958
- defaultValue: false
959
- }),
960
944
  // Added 2026-03-05
961
945
  platform_editor_abort_ufo_on_user_interaction: (0, _experimentBuilders.createBooleanExperiment)({
962
946
  productKeys: {
@@ -965,14 +949,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
965
949
  param: 'isEnabled',
966
950
  defaultValue: false
967
951
  }),
968
- // Added 2025-09-11
969
- platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
970
- productKeys: {
971
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
972
- },
973
- param: 'isEnabled',
974
- defaultValue: false
975
- }),
976
952
  // Added 2025-10-10
977
953
  platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
978
954
  productKeys: {
@@ -48,14 +48,6 @@ export const editorExperimentsConfig = {
48
48
  param: 'contentPlaceholder',
49
49
  defaultValue: false
50
50
  }),
51
- // Added 20-01-2026
52
- cc_editor_lcm_readonly_initial: createBooleanExperiment({
53
- productKeys: {
54
- confluence: 'cc_editor_lcm_readonly_initial'
55
- },
56
- param: 'isEnabled',
57
- defaultValue: false
58
- }),
59
51
  // Added 02-12-2025
60
52
  cc_fix_hydration_ttvc: createBooleanExperiment({
61
53
  productKeys: {
@@ -943,14 +935,6 @@ export const editorExperimentsConfig = {
943
935
  param: 'isEnabled',
944
936
  defaultValue: false
945
937
  }),
946
- // Added 2025-09-10
947
- platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
948
- productKeys: {
949
- confluence: 'platform_editor_fix_button_name_violation_in_table'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
938
  // Added 2026-03-05
955
939
  platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
956
940
  productKeys: {
@@ -959,14 +943,6 @@ export const editorExperimentsConfig = {
959
943
  param: 'isEnabled',
960
944
  defaultValue: false
961
945
  }),
962
- // Added 2025-09-11
963
- platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
964
- productKeys: {
965
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
966
- },
967
- param: 'isEnabled',
968
- defaultValue: false
969
- }),
970
946
  // Added 2025-10-10
971
947
  platform_use_llm_space_recommendations: createBooleanExperiment({
972
948
  productKeys: {
@@ -48,14 +48,6 @@ export var editorExperimentsConfig = {
48
48
  param: 'contentPlaceholder',
49
49
  defaultValue: false
50
50
  }),
51
- // Added 20-01-2026
52
- cc_editor_lcm_readonly_initial: createBooleanExperiment({
53
- productKeys: {
54
- confluence: 'cc_editor_lcm_readonly_initial'
55
- },
56
- param: 'isEnabled',
57
- defaultValue: false
58
- }),
59
51
  // Added 02-12-2025
60
52
  cc_fix_hydration_ttvc: createBooleanExperiment({
61
53
  productKeys: {
@@ -943,14 +935,6 @@ export var editorExperimentsConfig = {
943
935
  param: 'isEnabled',
944
936
  defaultValue: false
945
937
  }),
946
- // Added 2025-09-10
947
- platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
948
- productKeys: {
949
- confluence: 'platform_editor_fix_button_name_violation_in_table'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
938
  // Added 2026-03-05
955
939
  platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
956
940
  productKeys: {
@@ -959,14 +943,6 @@ export var editorExperimentsConfig = {
959
943
  param: 'isEnabled',
960
944
  defaultValue: false
961
945
  }),
962
- // Added 2025-09-11
963
- platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
964
- productKeys: {
965
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
966
- },
967
- param: 'isEnabled',
968
- defaultValue: false
969
- }),
970
946
  // Added 2025-10-10
971
947
  platform_use_llm_space_recommendations: createBooleanExperiment({
972
948
  productKeys: {
@@ -112,12 +112,6 @@ export declare const editorExperimentsConfig: {
112
112
  productKeys?: ProductKeys;
113
113
  typeGuard: IsBooleanType;
114
114
  };
115
- cc_editor_lcm_readonly_initial: {
116
- defaultValue: boolean;
117
- param: string;
118
- productKeys?: ProductKeys;
119
- typeGuard: IsBooleanType;
120
- };
121
115
  cc_fix_hydration_ttvc: {
122
116
  defaultValue: boolean;
123
117
  param: string;
@@ -281,12 +275,6 @@ export declare const editorExperimentsConfig: {
281
275
  productKeys?: ProductKeys;
282
276
  typeGuard: IsBooleanType;
283
277
  };
284
- platform_editor_add_aria_checked_to_inline_img_btn: {
285
- defaultValue: boolean;
286
- param: string;
287
- productKeys?: ProductKeys;
288
- typeGuard: IsBooleanType;
289
- };
290
278
  platform_editor_a11y_eslint_fix: {
291
279
  defaultValue: boolean;
292
280
  param: string;
@@ -487,12 +475,6 @@ export declare const editorExperimentsConfig: {
487
475
  productKeys?: ProductKeys;
488
476
  typeGuard: IsBooleanType;
489
477
  };
490
- platform_editor_fix_button_name_violation_in_table: {
491
- defaultValue: boolean;
492
- param: string;
493
- productKeys?: ProductKeys;
494
- typeGuard: IsBooleanType;
495
- };
496
478
  platform_editor_floating_toolbar_button_aria_label: {
497
479
  defaultValue: boolean;
498
480
  param: string;
@@ -112,12 +112,6 @@ export declare const editorExperimentsConfig: {
112
112
  productKeys?: ProductKeys;
113
113
  typeGuard: IsBooleanType;
114
114
  };
115
- cc_editor_lcm_readonly_initial: {
116
- defaultValue: boolean;
117
- param: string;
118
- productKeys?: ProductKeys;
119
- typeGuard: IsBooleanType;
120
- };
121
115
  cc_fix_hydration_ttvc: {
122
116
  defaultValue: boolean;
123
117
  param: string;
@@ -281,12 +275,6 @@ export declare const editorExperimentsConfig: {
281
275
  productKeys?: ProductKeys;
282
276
  typeGuard: IsBooleanType;
283
277
  };
284
- platform_editor_add_aria_checked_to_inline_img_btn: {
285
- defaultValue: boolean;
286
- param: string;
287
- productKeys?: ProductKeys;
288
- typeGuard: IsBooleanType;
289
- };
290
278
  platform_editor_a11y_eslint_fix: {
291
279
  defaultValue: boolean;
292
280
  param: string;
@@ -487,12 +475,6 @@ export declare const editorExperimentsConfig: {
487
475
  productKeys?: ProductKeys;
488
476
  typeGuard: IsBooleanType;
489
477
  };
490
- platform_editor_fix_button_name_violation_in_table: {
491
- defaultValue: boolean;
492
- param: string;
493
- productKeys?: ProductKeys;
494
- typeGuard: IsBooleanType;
495
- };
496
478
  platform_editor_floating_toolbar_button_aria_label: {
497
479
  defaultValue: boolean;
498
480
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "49.0.0",
3
+ "version": "51.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",