@atlaskit/tmp-editor-statsig 12.22.0 → 12.24.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
+ ## 12.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e24c73c66f022`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e24c73c66f022) -
8
+ [ux] ED-29268 [SoftServ] Toolbar doesn’t move with text when text alignment change
9
+
10
+ ## 12.23.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`9662879e8506e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9662879e8506e) -
15
+ [ux] EDITOR-1354 Prevent remount of taskItemNodeView children when state is changed
16
+
3
17
  ## 12.22.0
4
18
 
5
19
  ### Minor Changes
@@ -64,6 +64,5 @@ 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,
68
67
  platform_editor_ai_aifc: false
69
68
  };
@@ -806,14 +806,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
806
806
  param: 'isEnabled',
807
807
  defaultValue: false
808
808
  }),
809
- // Added 2025-09-10
810
- cc_improve_writing_on_paste_aa: (0, _experimentBuilders.createBooleanExperiment)({
811
- productKeys: {
812
- confluence: 'cc_improve_writing_on_paste_aa'
813
- },
814
- param: 'isEnabled',
815
- defaultValue: false
816
- }),
817
809
  // Added 2025-08-18
818
810
  platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
819
811
  productKeys: {
@@ -881,6 +873,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
881
873
  param: 'isEnabled',
882
874
  defaultValue: false
883
875
  }),
876
+ // Added 2025-09-16
877
+ platform_editor_prevent_taskitem_remount: (0, _experimentBuilders.createBooleanExperiment)({
878
+ productKeys: {
879
+ confluence: 'platform_editor_prevent_taskitem_remount'
880
+ },
881
+ param: 'isEnabled',
882
+ defaultValue: false
883
+ }),
884
884
  // Added 2025-08-26
885
885
  platform_editor_toolbar_aifc_patch_1: (0, _experimentBuilders.createBooleanExperiment)({
886
886
  productKeys: {
@@ -997,5 +997,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
997
997
  },
998
998
  param: 'isEnabled',
999
999
  defaultValue: false
1000
+ }),
1001
+ // Added 2025-09-15
1002
+ platform_editor_toolbar_aifc_patch_5: (0, _experimentBuilders.createBooleanExperiment)({
1003
+ productKeys: {
1004
+ confluence: 'platform_editor_toolbar_aifc_patch_5'
1005
+ },
1006
+ param: 'isEnabled',
1007
+ defaultValue: false
1000
1008
  })
1001
1009
  };
@@ -58,6 +58,5 @@ 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,
62
61
  platform_editor_ai_aifc: false
63
62
  };
@@ -800,14 +800,6 @@ export const editorExperimentsConfig = {
800
800
  param: 'isEnabled',
801
801
  defaultValue: false
802
802
  }),
803
- // Added 2025-09-10
804
- cc_improve_writing_on_paste_aa: createBooleanExperiment({
805
- productKeys: {
806
- confluence: 'cc_improve_writing_on_paste_aa'
807
- },
808
- param: 'isEnabled',
809
- defaultValue: false
810
- }),
811
803
  // Added 2025-08-18
812
804
  platform_editor_locale_datepicker: createBooleanExperiment({
813
805
  productKeys: {
@@ -875,6 +867,14 @@ export const editorExperimentsConfig = {
875
867
  param: 'isEnabled',
876
868
  defaultValue: false
877
869
  }),
870
+ // Added 2025-09-16
871
+ platform_editor_prevent_taskitem_remount: createBooleanExperiment({
872
+ productKeys: {
873
+ confluence: 'platform_editor_prevent_taskitem_remount'
874
+ },
875
+ param: 'isEnabled',
876
+ defaultValue: false
877
+ }),
878
878
  // Added 2025-08-26
879
879
  platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
880
880
  productKeys: {
@@ -991,5 +991,13 @@ export const editorExperimentsConfig = {
991
991
  },
992
992
  param: 'isEnabled',
993
993
  defaultValue: false
994
+ }),
995
+ // Added 2025-09-15
996
+ platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
997
+ productKeys: {
998
+ confluence: 'platform_editor_toolbar_aifc_patch_5'
999
+ },
1000
+ param: 'isEnabled',
1001
+ defaultValue: false
994
1002
  })
995
1003
  };
@@ -58,6 +58,5 @@ 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,
62
61
  platform_editor_ai_aifc: false
63
62
  };
@@ -800,14 +800,6 @@ export var editorExperimentsConfig = {
800
800
  param: 'isEnabled',
801
801
  defaultValue: false
802
802
  }),
803
- // Added 2025-09-10
804
- cc_improve_writing_on_paste_aa: createBooleanExperiment({
805
- productKeys: {
806
- confluence: 'cc_improve_writing_on_paste_aa'
807
- },
808
- param: 'isEnabled',
809
- defaultValue: false
810
- }),
811
803
  // Added 2025-08-18
812
804
  platform_editor_locale_datepicker: createBooleanExperiment({
813
805
  productKeys: {
@@ -875,6 +867,14 @@ export var editorExperimentsConfig = {
875
867
  param: 'isEnabled',
876
868
  defaultValue: false
877
869
  }),
870
+ // Added 2025-09-16
871
+ platform_editor_prevent_taskitem_remount: createBooleanExperiment({
872
+ productKeys: {
873
+ confluence: 'platform_editor_prevent_taskitem_remount'
874
+ },
875
+ param: 'isEnabled',
876
+ defaultValue: false
877
+ }),
878
878
  // Added 2025-08-26
879
879
  platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
880
880
  productKeys: {
@@ -991,5 +991,13 @@ export var editorExperimentsConfig = {
991
991
  },
992
992
  param: 'isEnabled',
993
993
  defaultValue: false
994
+ }),
995
+ // Added 2025-09-15
996
+ platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
997
+ productKeys: {
998
+ confluence: 'platform_editor_toolbar_aifc_patch_5'
999
+ },
1000
+ param: 'isEnabled',
1001
+ defaultValue: false
994
1002
  })
995
1003
  };
@@ -594,12 +594,6 @@ export declare const editorExperimentsConfig: {
594
594
  param: string;
595
595
  productKeys?: import("./types").ProductKeys;
596
596
  };
597
- cc_improve_writing_on_paste_aa: {
598
- typeGuard: typeof import("./type-guards").isBoolean;
599
- defaultValue: boolean;
600
- param: string;
601
- productKeys?: import("./types").ProductKeys;
602
- };
603
597
  platform_editor_locale_datepicker: {
604
598
  typeGuard: typeof import("./type-guards").isBoolean;
605
599
  defaultValue: boolean;
@@ -648,6 +642,12 @@ export declare const editorExperimentsConfig: {
648
642
  param: string;
649
643
  productKeys?: import("./types").ProductKeys;
650
644
  };
645
+ platform_editor_prevent_taskitem_remount: {
646
+ typeGuard: typeof import("./type-guards").isBoolean;
647
+ defaultValue: boolean;
648
+ param: string;
649
+ productKeys?: import("./types").ProductKeys;
650
+ };
651
651
  platform_editor_toolbar_aifc_patch_1: {
652
652
  typeGuard: typeof import("./type-guards").isBoolean;
653
653
  defaultValue: boolean;
@@ -732,4 +732,10 @@ export declare const editorExperimentsConfig: {
732
732
  param: string;
733
733
  productKeys?: import("./types").ProductKeys;
734
734
  };
735
+ platform_editor_toolbar_aifc_patch_5: {
736
+ typeGuard: typeof import("./type-guards").isBoolean;
737
+ defaultValue: boolean;
738
+ param: string;
739
+ productKeys?: import("./types").ProductKeys;
740
+ };
735
741
  };
@@ -594,12 +594,6 @@ export declare const editorExperimentsConfig: {
594
594
  param: string;
595
595
  productKeys?: import("./types").ProductKeys;
596
596
  };
597
- cc_improve_writing_on_paste_aa: {
598
- typeGuard: typeof import("./type-guards").isBoolean;
599
- defaultValue: boolean;
600
- param: string;
601
- productKeys?: import("./types").ProductKeys;
602
- };
603
597
  platform_editor_locale_datepicker: {
604
598
  typeGuard: typeof import("./type-guards").isBoolean;
605
599
  defaultValue: boolean;
@@ -648,6 +642,12 @@ export declare const editorExperimentsConfig: {
648
642
  param: string;
649
643
  productKeys?: import("./types").ProductKeys;
650
644
  };
645
+ platform_editor_prevent_taskitem_remount: {
646
+ typeGuard: typeof import("./type-guards").isBoolean;
647
+ defaultValue: boolean;
648
+ param: string;
649
+ productKeys?: import("./types").ProductKeys;
650
+ };
651
651
  platform_editor_toolbar_aifc_patch_1: {
652
652
  typeGuard: typeof import("./type-guards").isBoolean;
653
653
  defaultValue: boolean;
@@ -732,4 +732,10 @@ export declare const editorExperimentsConfig: {
732
732
  param: string;
733
733
  productKeys?: import("./types").ProductKeys;
734
734
  };
735
+ platform_editor_toolbar_aifc_patch_5: {
736
+ typeGuard: typeof import("./type-guards").isBoolean;
737
+ defaultValue: boolean;
738
+ param: string;
739
+ productKeys?: import("./types").ProductKeys;
740
+ };
735
741
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.22.0",
3
+ "version": "12.24.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",