@atlaskit/tmp-editor-statsig 11.3.0 → 11.3.1

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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 11.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3cb013fc55d88`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3cb013fc55d88) -
8
+ Add initial trigger for Improve Writing on Paste experiment
9
+
3
10
  ## 11.3.0
4
11
 
5
12
  ### Minor Changes
@@ -63,5 +63,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
63
63
  cc_editor_ufo_hold_table_till_resize_complete: false,
64
64
  platform_editor_toggle_expand_on_match_found: false,
65
65
  platform_editor_reduce_noisy_steps_ncs: false,
66
+ cc_improve_writing_on_paste: false,
66
67
  platform_editor_ai_aifc: false
67
68
  };
@@ -711,6 +711,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
711
711
  param: 'isEnabled',
712
712
  defaultValue: false
713
713
  }),
714
+ // Added 2025-08-06
715
+ cc_improve_writing_on_paste: (0, _experimentBuilders.createBooleanExperiment)({
716
+ productKeys: {
717
+ confluence: 'cc_improve_writing_on_paste'
718
+ },
719
+ param: 'isEnabled',
720
+ defaultValue: false
721
+ }),
714
722
  // Added 2025-08-18
715
723
  platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
716
724
  productKeys: {
@@ -57,5 +57,6 @@ export const testBooleanOverrides = {
57
57
  cc_editor_ufo_hold_table_till_resize_complete: false,
58
58
  platform_editor_toggle_expand_on_match_found: false,
59
59
  platform_editor_reduce_noisy_steps_ncs: false,
60
+ cc_improve_writing_on_paste: false,
60
61
  platform_editor_ai_aifc: false
61
62
  };
@@ -705,6 +705,14 @@ export const editorExperimentsConfig = {
705
705
  param: 'isEnabled',
706
706
  defaultValue: false
707
707
  }),
708
+ // Added 2025-08-06
709
+ cc_improve_writing_on_paste: createBooleanExperiment({
710
+ productKeys: {
711
+ confluence: 'cc_improve_writing_on_paste'
712
+ },
713
+ param: 'isEnabled',
714
+ defaultValue: false
715
+ }),
708
716
  // Added 2025-08-18
709
717
  platform_editor_locale_datepicker: createBooleanExperiment({
710
718
  productKeys: {
@@ -57,5 +57,6 @@ export var testBooleanOverrides = {
57
57
  cc_editor_ufo_hold_table_till_resize_complete: false,
58
58
  platform_editor_toggle_expand_on_match_found: false,
59
59
  platform_editor_reduce_noisy_steps_ncs: false,
60
+ cc_improve_writing_on_paste: false,
60
61
  platform_editor_ai_aifc: false
61
62
  };
@@ -705,6 +705,14 @@ export var editorExperimentsConfig = {
705
705
  param: 'isEnabled',
706
706
  defaultValue: false
707
707
  }),
708
+ // Added 2025-08-06
709
+ cc_improve_writing_on_paste: createBooleanExperiment({
710
+ productKeys: {
711
+ confluence: 'cc_improve_writing_on_paste'
712
+ },
713
+ param: 'isEnabled',
714
+ defaultValue: false
715
+ }),
708
716
  // Added 2025-08-18
709
717
  platform_editor_locale_datepicker: createBooleanExperiment({
710
718
  productKeys: {
@@ -526,6 +526,12 @@ export declare const editorExperimentsConfig: {
526
526
  productKeys?: import("./types").ProductKeys;
527
527
  param: string;
528
528
  };
529
+ cc_improve_writing_on_paste: {
530
+ typeGuard: typeof import("./type-guards").isBoolean;
531
+ defaultValue: boolean;
532
+ productKeys?: import("./types").ProductKeys;
533
+ param: string;
534
+ };
529
535
  platform_editor_locale_datepicker: {
530
536
  typeGuard: typeof import("./type-guards").isBoolean;
531
537
  defaultValue: boolean;
@@ -526,6 +526,12 @@ export declare const editorExperimentsConfig: {
526
526
  productKeys?: import("./types").ProductKeys;
527
527
  param: string;
528
528
  };
529
+ cc_improve_writing_on_paste: {
530
+ typeGuard: typeof import("./type-guards").isBoolean;
531
+ defaultValue: boolean;
532
+ productKeys?: import("./types").ProductKeys;
533
+ param: string;
534
+ };
529
535
  platform_editor_locale_datepicker: {
530
536
  typeGuard: typeof import("./type-guards").isBoolean;
531
537
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "11.3.0",
3
+ "version": "11.3.1",
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",