@atlaskit/tmp-editor-statsig 34.0.0 → 34.2.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,25 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 34.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a71583c5b6516`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a71583c5b6516) -
8
+ cleanup platform_editor_fix_emoji_paste_html
9
+
10
+ ## 34.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`1a05924d64777`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a05924d64777) -
15
+ [EDITOR-5528] Fix bodiedSyncBlock mutation
16
+ - [`00ae34886b5f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00ae34886b5f7) -
17
+ [EDITOR-5796](https://hello.jira.atlassian.cloud/browse/EDITOR-5796) - clean up
18
+ platform_editor_display_none_to_expand experiment
19
+ - [`557de2bd28f21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/557de2bd28f21) -
20
+ [EDITOR-5773](https://hello.jira.atlassian.cloud/browse/EDITOR-5773) - clean up
21
+ platform_editor_disable_query_command_supported experiment
22
+
3
23
  ## 34.0.0
4
24
 
5
25
  ### Major Changes
@@ -556,13 +556,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
556
556
  param: 'isEnabled',
557
557
  defaultValue: false
558
558
  }),
559
- platform_editor_display_none_to_expand: (0, _experimentBuilders.createBooleanExperiment)({
560
- productKeys: {
561
- confluence: 'platform_editor_display_none_to_expand'
562
- },
563
- param: 'isEnabled',
564
- defaultValue: false
565
- }),
566
559
  // Added 2025-06-24
567
560
  platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
568
561
  productKeys: {
@@ -571,13 +564,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
571
564
  param: 'isEnabled',
572
565
  defaultValue: false
573
566
  }),
574
- platform_editor_disable_query_command_supported: (0, _experimentBuilders.createBooleanExperiment)({
575
- productKeys: {
576
- confluence: 'platform_editor_disable_query_command_supported'
577
- },
578
- param: 'isEnabled',
579
- defaultValue: false
580
- }),
581
567
  // Added 2025-06-26
582
568
  platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
583
569
  productKeys: {
@@ -803,6 +789,24 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
803
789
  param: 'isEnabled',
804
790
  defaultValue: false
805
791
  }),
792
+ // Added 2026-03-05
793
+ platform_synced_block_use_new_source_nodeview: (0, _experimentBuilders.createBooleanExperiment)({
794
+ productKeys: {
795
+ confluence: 'platform_synced_block_use_new_source_nodeview',
796
+ jira: 'platform_synced_block_use_new_source_nodeview'
797
+ },
798
+ param: 'isEnabled',
799
+ defaultValue: false
800
+ }),
801
+ // Added 2026-03-05
802
+ platform_synced_block_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
803
+ productKeys: {
804
+ confluence: 'platform_synced_block_patch_6',
805
+ jira: 'platform_synced_block_patch_6'
806
+ },
807
+ param: 'isEnabled',
808
+ defaultValue: false
809
+ }),
806
810
  // Added 2025-08-18
807
811
  platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
808
812
  productKeys: {
@@ -1002,13 +1006,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1002
1006
  param: 'isEnabled',
1003
1007
  defaultValue: false
1004
1008
  }),
1005
- platform_editor_fix_emoji_paste_html: (0, _experimentBuilders.createBooleanExperiment)({
1006
- productKeys: {
1007
- confluence: 'platform_editor_fix_emoji_paste_html'
1008
- },
1009
- param: 'isEnabled',
1010
- defaultValue: false
1011
- }),
1012
1009
  platform_editor_flex_based_centering: (0, _experimentBuilders.createBooleanExperiment)({
1013
1010
  productKeys: {
1014
1011
  confluence: 'platform_editor_flex_based_centering'
@@ -550,13 +550,6 @@ export const editorExperimentsConfig = {
550
550
  param: 'isEnabled',
551
551
  defaultValue: false
552
552
  }),
553
- platform_editor_display_none_to_expand: createBooleanExperiment({
554
- productKeys: {
555
- confluence: 'platform_editor_display_none_to_expand'
556
- },
557
- param: 'isEnabled',
558
- defaultValue: false
559
- }),
560
553
  // Added 2025-06-24
561
554
  platform_editor_find_and_replace_improvements: createBooleanExperiment({
562
555
  productKeys: {
@@ -565,13 +558,6 @@ export const editorExperimentsConfig = {
565
558
  param: 'isEnabled',
566
559
  defaultValue: false
567
560
  }),
568
- platform_editor_disable_query_command_supported: createBooleanExperiment({
569
- productKeys: {
570
- confluence: 'platform_editor_disable_query_command_supported'
571
- },
572
- param: 'isEnabled',
573
- defaultValue: false
574
- }),
575
561
  // Added 2025-06-26
576
562
  platform_editor_feedback_mandatory_rating: createBooleanExperiment({
577
563
  productKeys: {
@@ -797,6 +783,24 @@ export const editorExperimentsConfig = {
797
783
  param: 'isEnabled',
798
784
  defaultValue: false
799
785
  }),
786
+ // Added 2026-03-05
787
+ platform_synced_block_use_new_source_nodeview: createBooleanExperiment({
788
+ productKeys: {
789
+ confluence: 'platform_synced_block_use_new_source_nodeview',
790
+ jira: 'platform_synced_block_use_new_source_nodeview'
791
+ },
792
+ param: 'isEnabled',
793
+ defaultValue: false
794
+ }),
795
+ // Added 2026-03-05
796
+ platform_synced_block_patch_6: createBooleanExperiment({
797
+ productKeys: {
798
+ confluence: 'platform_synced_block_patch_6',
799
+ jira: 'platform_synced_block_patch_6'
800
+ },
801
+ param: 'isEnabled',
802
+ defaultValue: false
803
+ }),
800
804
  // Added 2025-08-18
801
805
  platform_editor_locale_datepicker: createBooleanExperiment({
802
806
  productKeys: {
@@ -996,13 +1000,6 @@ export const editorExperimentsConfig = {
996
1000
  param: 'isEnabled',
997
1001
  defaultValue: false
998
1002
  }),
999
- platform_editor_fix_emoji_paste_html: createBooleanExperiment({
1000
- productKeys: {
1001
- confluence: 'platform_editor_fix_emoji_paste_html'
1002
- },
1003
- param: 'isEnabled',
1004
- defaultValue: false
1005
- }),
1006
1003
  platform_editor_flex_based_centering: createBooleanExperiment({
1007
1004
  productKeys: {
1008
1005
  confluence: 'platform_editor_flex_based_centering'
@@ -550,13 +550,6 @@ export var editorExperimentsConfig = {
550
550
  param: 'isEnabled',
551
551
  defaultValue: false
552
552
  }),
553
- platform_editor_display_none_to_expand: createBooleanExperiment({
554
- productKeys: {
555
- confluence: 'platform_editor_display_none_to_expand'
556
- },
557
- param: 'isEnabled',
558
- defaultValue: false
559
- }),
560
553
  // Added 2025-06-24
561
554
  platform_editor_find_and_replace_improvements: createBooleanExperiment({
562
555
  productKeys: {
@@ -565,13 +558,6 @@ export var editorExperimentsConfig = {
565
558
  param: 'isEnabled',
566
559
  defaultValue: false
567
560
  }),
568
- platform_editor_disable_query_command_supported: createBooleanExperiment({
569
- productKeys: {
570
- confluence: 'platform_editor_disable_query_command_supported'
571
- },
572
- param: 'isEnabled',
573
- defaultValue: false
574
- }),
575
561
  // Added 2025-06-26
576
562
  platform_editor_feedback_mandatory_rating: createBooleanExperiment({
577
563
  productKeys: {
@@ -797,6 +783,24 @@ export var editorExperimentsConfig = {
797
783
  param: 'isEnabled',
798
784
  defaultValue: false
799
785
  }),
786
+ // Added 2026-03-05
787
+ platform_synced_block_use_new_source_nodeview: createBooleanExperiment({
788
+ productKeys: {
789
+ confluence: 'platform_synced_block_use_new_source_nodeview',
790
+ jira: 'platform_synced_block_use_new_source_nodeview'
791
+ },
792
+ param: 'isEnabled',
793
+ defaultValue: false
794
+ }),
795
+ // Added 2026-03-05
796
+ platform_synced_block_patch_6: createBooleanExperiment({
797
+ productKeys: {
798
+ confluence: 'platform_synced_block_patch_6',
799
+ jira: 'platform_synced_block_patch_6'
800
+ },
801
+ param: 'isEnabled',
802
+ defaultValue: false
803
+ }),
800
804
  // Added 2025-08-18
801
805
  platform_editor_locale_datepicker: createBooleanExperiment({
802
806
  productKeys: {
@@ -996,13 +1000,6 @@ export var editorExperimentsConfig = {
996
1000
  param: 'isEnabled',
997
1001
  defaultValue: false
998
1002
  }),
999
- platform_editor_fix_emoji_paste_html: createBooleanExperiment({
1000
- productKeys: {
1001
- confluence: 'platform_editor_fix_emoji_paste_html'
1002
- },
1003
- param: 'isEnabled',
1004
- defaultValue: false
1005
- }),
1006
1003
  platform_editor_flex_based_centering: createBooleanExperiment({
1007
1004
  productKeys: {
1008
1005
  confluence: 'platform_editor_flex_based_centering'
@@ -118,12 +118,6 @@ export declare const editorExperimentsConfig: {
118
118
  productKeys?: ProductKeys;
119
119
  typeGuard: IsBooleanType;
120
120
  };
121
- platform_editor_fix_emoji_paste_html: {
122
- defaultValue: boolean;
123
- param: string;
124
- productKeys?: ProductKeys;
125
- typeGuard: IsBooleanType;
126
- };
127
121
  platform_editor_flex_based_centering: {
128
122
  defaultValue: boolean;
129
123
  param: string;
@@ -287,24 +281,12 @@ export declare const editorExperimentsConfig: {
287
281
  productKeys?: ProductKeys;
288
282
  typeGuard: IsBooleanType;
289
283
  };
290
- platform_editor_display_none_to_expand: {
291
- defaultValue: boolean;
292
- param: string;
293
- productKeys?: ProductKeys;
294
- typeGuard: IsBooleanType;
295
- };
296
284
  platform_editor_ai_quickstart_command: {
297
285
  defaultValue: boolean;
298
286
  param: string;
299
287
  productKeys?: ProductKeys;
300
288
  typeGuard: IsBooleanType;
301
289
  };
302
- platform_editor_disable_query_command_supported: {
303
- defaultValue: boolean;
304
- param: string;
305
- productKeys?: ProductKeys;
306
- typeGuard: IsBooleanType;
307
- };
308
290
  platform_editor_ai_unsplash_page_header: {
309
291
  defaultValue: boolean;
310
292
  param: string;
@@ -754,6 +736,18 @@ export declare const editorExperimentsConfig: {
754
736
  productKeys?: ProductKeys;
755
737
  typeGuard: IsBooleanType;
756
738
  };
739
+ platform_synced_block_use_new_source_nodeview: {
740
+ defaultValue: boolean;
741
+ param: string;
742
+ productKeys?: ProductKeys;
743
+ typeGuard: IsBooleanType;
744
+ };
745
+ platform_synced_block_patch_6: {
746
+ defaultValue: boolean;
747
+ param: string;
748
+ productKeys?: ProductKeys;
749
+ typeGuard: IsBooleanType;
750
+ };
757
751
  platform_editor_table_sticky_header_patch_9: {
758
752
  defaultValue: boolean;
759
753
  param: string;
@@ -118,12 +118,6 @@ export declare const editorExperimentsConfig: {
118
118
  productKeys?: ProductKeys;
119
119
  typeGuard: IsBooleanType;
120
120
  };
121
- platform_editor_fix_emoji_paste_html: {
122
- defaultValue: boolean;
123
- param: string;
124
- productKeys?: ProductKeys;
125
- typeGuard: IsBooleanType;
126
- };
127
121
  platform_editor_flex_based_centering: {
128
122
  defaultValue: boolean;
129
123
  param: string;
@@ -287,24 +281,12 @@ export declare const editorExperimentsConfig: {
287
281
  productKeys?: ProductKeys;
288
282
  typeGuard: IsBooleanType;
289
283
  };
290
- platform_editor_display_none_to_expand: {
291
- defaultValue: boolean;
292
- param: string;
293
- productKeys?: ProductKeys;
294
- typeGuard: IsBooleanType;
295
- };
296
284
  platform_editor_ai_quickstart_command: {
297
285
  defaultValue: boolean;
298
286
  param: string;
299
287
  productKeys?: ProductKeys;
300
288
  typeGuard: IsBooleanType;
301
289
  };
302
- platform_editor_disable_query_command_supported: {
303
- defaultValue: boolean;
304
- param: string;
305
- productKeys?: ProductKeys;
306
- typeGuard: IsBooleanType;
307
- };
308
290
  platform_editor_ai_unsplash_page_header: {
309
291
  defaultValue: boolean;
310
292
  param: string;
@@ -754,6 +736,18 @@ export declare const editorExperimentsConfig: {
754
736
  productKeys?: ProductKeys;
755
737
  typeGuard: IsBooleanType;
756
738
  };
739
+ platform_synced_block_use_new_source_nodeview: {
740
+ defaultValue: boolean;
741
+ param: string;
742
+ productKeys?: ProductKeys;
743
+ typeGuard: IsBooleanType;
744
+ };
745
+ platform_synced_block_patch_6: {
746
+ defaultValue: boolean;
747
+ param: string;
748
+ productKeys?: ProductKeys;
749
+ typeGuard: IsBooleanType;
750
+ };
757
751
  platform_editor_table_sticky_header_patch_9: {
758
752
  defaultValue: boolean;
759
753
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "34.0.0",
3
+ "version": "34.2.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",