@atlaskit/tmp-editor-statsig 12.22.0 → 12.23.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`9662879e8506e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9662879e8506e) -
8
+ [ux] EDITOR-1354 Prevent remount of taskItemNodeView children when state is changed
9
+
3
10
  ## 12.22.0
4
11
 
5
12
  ### 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: {
@@ -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: {
@@ -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: {
@@ -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;
@@ -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;
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.23.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",