@atlaskit/tmp-editor-statsig 12.14.0 → 12.15.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,18 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`66414cddf2784`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/66414cddf2784) -
8
+ Add new platform_editor_toolbar_aifc_fix_editor_view experiment, replace destructured objects with
9
+ direct property access
10
+
11
+ ### Patch Changes
12
+
13
+ - [`f31129999be36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f31129999be36) -
14
+ Add improve writing on paste AA test
15
+
3
16
  ## 12.14.0
4
17
 
5
18
  ### Minor Changes
@@ -64,5 +64,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
64
64
  platform_editor_toggle_expand_on_match_found: false,
65
65
  platform_editor_reduce_noisy_steps_ncs: false,
66
66
  cc_improve_writing_on_paste: false,
67
+ cc_improve_writing_on_paste_aa: false,
67
68
  platform_editor_ai_aifc: false
68
69
  };
@@ -160,6 +160,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
160
160
  values: ['control', 'test'],
161
161
  defaultValue: 'control'
162
162
  }),
163
+ platform_editor_toolbar_aifc_fix_editor_view: (0, _experimentBuilders.createBooleanExperiment)({
164
+ productKeys: {
165
+ confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
166
+ jira: 'platform_editor_toolbar_aifc_fix_editor_view'
167
+ },
168
+ param: 'isEnabled',
169
+ defaultValue: false
170
+ }),
163
171
  // added 2024-11-06
164
172
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
165
173
  'nested-tables-in-tables': (0, _experimentBuilders.createBooleanExperiment)({
@@ -790,6 +798,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
790
798
  param: 'isEnabled',
791
799
  defaultValue: false
792
800
  }),
801
+ // Added 2025-09-10
802
+ cc_improve_writing_on_paste_aa: (0, _experimentBuilders.createBooleanExperiment)({
803
+ productKeys: {
804
+ confluence: 'cc_improve_writing_on_paste_aa'
805
+ },
806
+ param: 'isEnabled',
807
+ defaultValue: false
808
+ }),
793
809
  // Added 2025-08-18
794
810
  platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
795
811
  productKeys: {
@@ -58,5 +58,6 @@ export const testBooleanOverrides = {
58
58
  platform_editor_toggle_expand_on_match_found: false,
59
59
  platform_editor_reduce_noisy_steps_ncs: false,
60
60
  cc_improve_writing_on_paste: false,
61
+ cc_improve_writing_on_paste_aa: false,
61
62
  platform_editor_ai_aifc: false
62
63
  };
@@ -154,6 +154,14 @@ export const editorExperimentsConfig = {
154
154
  values: ['control', 'test'],
155
155
  defaultValue: 'control'
156
156
  }),
157
+ platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
158
+ productKeys: {
159
+ confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
160
+ jira: 'platform_editor_toolbar_aifc_fix_editor_view'
161
+ },
162
+ param: 'isEnabled',
163
+ defaultValue: false
164
+ }),
157
165
  // added 2024-11-06
158
166
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
159
167
  'nested-tables-in-tables': createBooleanExperiment({
@@ -784,6 +792,14 @@ export const editorExperimentsConfig = {
784
792
  param: 'isEnabled',
785
793
  defaultValue: false
786
794
  }),
795
+ // Added 2025-09-10
796
+ cc_improve_writing_on_paste_aa: createBooleanExperiment({
797
+ productKeys: {
798
+ confluence: 'cc_improve_writing_on_paste_aa'
799
+ },
800
+ param: 'isEnabled',
801
+ defaultValue: false
802
+ }),
787
803
  // Added 2025-08-18
788
804
  platform_editor_locale_datepicker: createBooleanExperiment({
789
805
  productKeys: {
@@ -58,5 +58,6 @@ export var testBooleanOverrides = {
58
58
  platform_editor_toggle_expand_on_match_found: false,
59
59
  platform_editor_reduce_noisy_steps_ncs: false,
60
60
  cc_improve_writing_on_paste: false,
61
+ cc_improve_writing_on_paste_aa: false,
61
62
  platform_editor_ai_aifc: false
62
63
  };
@@ -154,6 +154,14 @@ export var editorExperimentsConfig = {
154
154
  values: ['control', 'test'],
155
155
  defaultValue: 'control'
156
156
  }),
157
+ platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
158
+ productKeys: {
159
+ confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
160
+ jira: 'platform_editor_toolbar_aifc_fix_editor_view'
161
+ },
162
+ param: 'isEnabled',
163
+ defaultValue: false
164
+ }),
157
165
  // added 2024-11-06
158
166
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
159
167
  'nested-tables-in-tables': createBooleanExperiment({
@@ -784,6 +792,14 @@ export var editorExperimentsConfig = {
784
792
  param: 'isEnabled',
785
793
  defaultValue: false
786
794
  }),
795
+ // Added 2025-09-10
796
+ cc_improve_writing_on_paste_aa: createBooleanExperiment({
797
+ productKeys: {
798
+ confluence: 'cc_improve_writing_on_paste_aa'
799
+ },
800
+ param: 'isEnabled',
801
+ defaultValue: false
802
+ }),
787
803
  // Added 2025-08-18
788
804
  platform_editor_locale_datepicker: createBooleanExperiment({
789
805
  productKeys: {
@@ -115,6 +115,12 @@ export declare const editorExperimentsConfig: {
115
115
  param: string;
116
116
  productKeys?: import("./types").ProductKeys;
117
117
  };
118
+ platform_editor_toolbar_aifc_fix_editor_view: {
119
+ typeGuard: typeof import("./type-guards").isBoolean;
120
+ defaultValue: boolean;
121
+ param: string;
122
+ productKeys?: import("./types").ProductKeys;
123
+ };
118
124
  'nested-tables-in-tables': {
119
125
  typeGuard: typeof import("./type-guards").isBoolean;
120
126
  defaultValue: boolean;
@@ -582,6 +588,12 @@ export declare const editorExperimentsConfig: {
582
588
  param: string;
583
589
  productKeys?: import("./types").ProductKeys;
584
590
  };
591
+ cc_improve_writing_on_paste_aa: {
592
+ typeGuard: typeof import("./type-guards").isBoolean;
593
+ defaultValue: boolean;
594
+ param: string;
595
+ productKeys?: import("./types").ProductKeys;
596
+ };
585
597
  platform_editor_locale_datepicker: {
586
598
  typeGuard: typeof import("./type-guards").isBoolean;
587
599
  defaultValue: boolean;
@@ -115,6 +115,12 @@ export declare const editorExperimentsConfig: {
115
115
  param: string;
116
116
  productKeys?: import("./types").ProductKeys;
117
117
  };
118
+ platform_editor_toolbar_aifc_fix_editor_view: {
119
+ typeGuard: typeof import("./type-guards").isBoolean;
120
+ defaultValue: boolean;
121
+ param: string;
122
+ productKeys?: import("./types").ProductKeys;
123
+ };
118
124
  'nested-tables-in-tables': {
119
125
  typeGuard: typeof import("./type-guards").isBoolean;
120
126
  defaultValue: boolean;
@@ -582,6 +588,12 @@ export declare const editorExperimentsConfig: {
582
588
  param: string;
583
589
  productKeys?: import("./types").ProductKeys;
584
590
  };
591
+ cc_improve_writing_on_paste_aa: {
592
+ typeGuard: typeof import("./type-guards").isBoolean;
593
+ defaultValue: boolean;
594
+ param: string;
595
+ productKeys?: import("./types").ProductKeys;
596
+ };
585
597
  platform_editor_locale_datepicker: {
586
598
  typeGuard: typeof import("./type-guards").isBoolean;
587
599
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.14.0",
3
+ "version": "12.15.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",