@atlaskit/tmp-editor-statsig 50.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,16 @@
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
+
3
14
  ## 50.0.0
4
15
 
5
16
  ### 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: {
@@ -957,14 +949,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
957
949
  param: 'isEnabled',
958
950
  defaultValue: false
959
951
  }),
960
- // Added 2025-09-11
961
- platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
962
- productKeys: {
963
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
964
- },
965
- param: 'isEnabled',
966
- defaultValue: false
967
- }),
968
952
  // Added 2025-10-10
969
953
  platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
970
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: {
@@ -951,14 +943,6 @@ export const editorExperimentsConfig = {
951
943
  param: 'isEnabled',
952
944
  defaultValue: false
953
945
  }),
954
- // Added 2025-09-11
955
- platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
956
- productKeys: {
957
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
958
- },
959
- param: 'isEnabled',
960
- defaultValue: false
961
- }),
962
946
  // Added 2025-10-10
963
947
  platform_use_llm_space_recommendations: createBooleanExperiment({
964
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: {
@@ -951,14 +943,6 @@ export var editorExperimentsConfig = {
951
943
  param: 'isEnabled',
952
944
  defaultValue: false
953
945
  }),
954
- // Added 2025-09-11
955
- platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
956
- productKeys: {
957
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
958
- },
959
- param: 'isEnabled',
960
- defaultValue: false
961
- }),
962
946
  // Added 2025-10-10
963
947
  platform_use_llm_space_recommendations: createBooleanExperiment({
964
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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "50.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",