@atlaskit/tmp-editor-statsig 14.6.1 → 14.8.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 14.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`361f88d13201f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/361f88d13201f) -
8
+ Removes experiment gate cc_complexit_fe_emoji_stability
9
+
10
+ ## 14.7.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`2bab449c372a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2bab449c372a5) -
15
+ sync annotations state when delete and undo
16
+
3
17
  ## 14.6.1
4
18
 
5
19
  ### Patch Changes
@@ -121,6 +121,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
121
121
  param: 'isEnabled',
122
122
  defaultValue: false
123
123
  }),
124
+ // Added 2025-11-20
125
+ platform_editor_annotations_sync_on_docchange: (0, _experimentBuilders.createBooleanExperiment)({
126
+ productKeys: {
127
+ confluence: 'platform_editor_annotations_sync_on_docchange'
128
+ },
129
+ param: 'isEnabled',
130
+ defaultValue: false
131
+ }),
124
132
  // Added 2025-05-27
125
133
  platform_editor_reduce_noisy_steps_ncs: (0, _experimentBuilders.createBooleanExperiment)({
126
134
  productKeys: {
@@ -982,14 +990,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
982
990
  param: 'isEnabled',
983
991
  defaultValue: false
984
992
  }),
985
- // Added 2025-09-17
986
- cc_complexit_fe_emoji_stability: (0, _experimentBuilders.createBooleanExperiment)({
987
- productKeys: {
988
- confluence: 'cc_complexit_fe_emoji_stability'
989
- },
990
- param: 'isEnabled',
991
- defaultValue: false
992
- }),
993
993
  // Added 2025-09-23
994
994
  cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
995
995
  productKeys: {
@@ -115,6 +115,14 @@ export const editorExperimentsConfig = {
115
115
  param: 'isEnabled',
116
116
  defaultValue: false
117
117
  }),
118
+ // Added 2025-11-20
119
+ platform_editor_annotations_sync_on_docchange: createBooleanExperiment({
120
+ productKeys: {
121
+ confluence: 'platform_editor_annotations_sync_on_docchange'
122
+ },
123
+ param: 'isEnabled',
124
+ defaultValue: false
125
+ }),
118
126
  // Added 2025-05-27
119
127
  platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
120
128
  productKeys: {
@@ -976,14 +984,6 @@ export const editorExperimentsConfig = {
976
984
  param: 'isEnabled',
977
985
  defaultValue: false
978
986
  }),
979
- // Added 2025-09-17
980
- cc_complexit_fe_emoji_stability: createBooleanExperiment({
981
- productKeys: {
982
- confluence: 'cc_complexit_fe_emoji_stability'
983
- },
984
- param: 'isEnabled',
985
- defaultValue: false
986
- }),
987
987
  // Added 2025-09-23
988
988
  cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
989
989
  productKeys: {
@@ -115,6 +115,14 @@ export var editorExperimentsConfig = {
115
115
  param: 'isEnabled',
116
116
  defaultValue: false
117
117
  }),
118
+ // Added 2025-11-20
119
+ platform_editor_annotations_sync_on_docchange: createBooleanExperiment({
120
+ productKeys: {
121
+ confluence: 'platform_editor_annotations_sync_on_docchange'
122
+ },
123
+ param: 'isEnabled',
124
+ defaultValue: false
125
+ }),
118
126
  // Added 2025-05-27
119
127
  platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
120
128
  productKeys: {
@@ -976,14 +984,6 @@ export var editorExperimentsConfig = {
976
984
  param: 'isEnabled',
977
985
  defaultValue: false
978
986
  }),
979
- // Added 2025-09-17
980
- cc_complexit_fe_emoji_stability: createBooleanExperiment({
981
- productKeys: {
982
- confluence: 'cc_complexit_fe_emoji_stability'
983
- },
984
- param: 'isEnabled',
985
- defaultValue: false
986
- }),
987
987
  // Added 2025-09-23
988
988
  cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
989
989
  productKeys: {
@@ -26,12 +26,6 @@ export declare const editorExperimentsConfig: {
26
26
  productKeys?: ProductKeys;
27
27
  typeGuard: IsBooleanType;
28
28
  };
29
- cc_complexit_fe_emoji_stability: {
30
- defaultValue: boolean;
31
- param: string;
32
- productKeys?: ProductKeys;
33
- typeGuard: IsBooleanType;
34
- };
35
29
  cc_editor_ai_content_mode: {
36
30
  defaultValue: 'control' | 'test';
37
31
  param: string;
@@ -255,6 +249,12 @@ export declare const editorExperimentsConfig: {
255
249
  typeGuard: (value: unknown) => value is 'control' | 'test';
256
250
  values: ('control' | 'test')[];
257
251
  };
252
+ platform_editor_annotations_sync_on_docchange: {
253
+ defaultValue: boolean;
254
+ param: string;
255
+ productKeys?: ProductKeys;
256
+ typeGuard: IsBooleanType;
257
+ };
258
258
  platform_editor_august_a11y: {
259
259
  defaultValue: boolean;
260
260
  param: string;
@@ -814,6 +814,13 @@ export declare const editorExperimentsConfig: {
814
814
  productKeys?: ProductKeys;
815
815
  typeGuard: IsBooleanType;
816
816
  };
817
+ platform_sl_3p_unauth_paste_as_block_card: {
818
+ defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
819
+ param: string;
820
+ productKeys?: ProductKeys;
821
+ typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
822
+ values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
823
+ };
817
824
  platform_synced_block: {
818
825
  defaultValue: boolean;
819
826
  param: string;
@@ -851,13 +858,6 @@ export declare const editorExperimentsConfig: {
851
858
  productKeys?: ProductKeys;
852
859
  typeGuard: IsBooleanType;
853
860
  };
854
- platform_sl_3p_unauth_paste_as_block_card: {
855
- defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
856
- param: string;
857
- productKeys?: ProductKeys;
858
- typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
859
- values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
860
- };
861
861
  'test-new-experiments-package': {
862
862
  defaultValue: boolean;
863
863
  param: string;
@@ -26,12 +26,6 @@ export declare const editorExperimentsConfig: {
26
26
  productKeys?: ProductKeys;
27
27
  typeGuard: IsBooleanType;
28
28
  };
29
- cc_complexit_fe_emoji_stability: {
30
- defaultValue: boolean;
31
- param: string;
32
- productKeys?: ProductKeys;
33
- typeGuard: IsBooleanType;
34
- };
35
29
  cc_editor_ai_content_mode: {
36
30
  defaultValue: 'control' | 'test';
37
31
  param: string;
@@ -255,6 +249,12 @@ export declare const editorExperimentsConfig: {
255
249
  typeGuard: (value: unknown) => value is 'control' | 'test';
256
250
  values: ('control' | 'test')[];
257
251
  };
252
+ platform_editor_annotations_sync_on_docchange: {
253
+ defaultValue: boolean;
254
+ param: string;
255
+ productKeys?: ProductKeys;
256
+ typeGuard: IsBooleanType;
257
+ };
258
258
  platform_editor_august_a11y: {
259
259
  defaultValue: boolean;
260
260
  param: string;
@@ -814,6 +814,13 @@ export declare const editorExperimentsConfig: {
814
814
  productKeys?: ProductKeys;
815
815
  typeGuard: IsBooleanType;
816
816
  };
817
+ platform_sl_3p_unauth_paste_as_block_card: {
818
+ defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
819
+ param: string;
820
+ productKeys?: ProductKeys;
821
+ typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
822
+ values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
823
+ };
817
824
  platform_synced_block: {
818
825
  defaultValue: boolean;
819
826
  param: string;
@@ -851,13 +858,6 @@ export declare const editorExperimentsConfig: {
851
858
  productKeys?: ProductKeys;
852
859
  typeGuard: IsBooleanType;
853
860
  };
854
- platform_sl_3p_unauth_paste_as_block_card: {
855
- defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
856
- param: string;
857
- productKeys?: ProductKeys;
858
- typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
859
- values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
860
- };
861
861
  'test-new-experiments-package': {
862
862
  defaultValue: boolean;
863
863
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.6.1",
3
+ "version": "14.8.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",