@atlaskit/tmp-editor-statsig 34.0.0 → 34.1.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
+ ## 34.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1a05924d64777`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a05924d64777) -
8
+ [EDITOR-5528] Fix bodiedSyncBlock mutation
9
+ - [`00ae34886b5f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00ae34886b5f7) -
10
+ [EDITOR-5796](https://hello.jira.atlassian.cloud/browse/EDITOR-5796) - clean up
11
+ platform_editor_display_none_to_expand experiment
12
+ - [`557de2bd28f21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/557de2bd28f21) -
13
+ [EDITOR-5773](https://hello.jira.atlassian.cloud/browse/EDITOR-5773) - clean up
14
+ platform_editor_disable_query_command_supported experiment
15
+
3
16
  ## 34.0.0
4
17
 
5
18
  ### 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: {
@@ -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: {
@@ -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: {
@@ -287,24 +287,12 @@ export declare const editorExperimentsConfig: {
287
287
  productKeys?: ProductKeys;
288
288
  typeGuard: IsBooleanType;
289
289
  };
290
- platform_editor_display_none_to_expand: {
291
- defaultValue: boolean;
292
- param: string;
293
- productKeys?: ProductKeys;
294
- typeGuard: IsBooleanType;
295
- };
296
290
  platform_editor_ai_quickstart_command: {
297
291
  defaultValue: boolean;
298
292
  param: string;
299
293
  productKeys?: ProductKeys;
300
294
  typeGuard: IsBooleanType;
301
295
  };
302
- platform_editor_disable_query_command_supported: {
303
- defaultValue: boolean;
304
- param: string;
305
- productKeys?: ProductKeys;
306
- typeGuard: IsBooleanType;
307
- };
308
296
  platform_editor_ai_unsplash_page_header: {
309
297
  defaultValue: boolean;
310
298
  param: string;
@@ -754,6 +742,18 @@ export declare const editorExperimentsConfig: {
754
742
  productKeys?: ProductKeys;
755
743
  typeGuard: IsBooleanType;
756
744
  };
745
+ platform_synced_block_use_new_source_nodeview: {
746
+ defaultValue: boolean;
747
+ param: string;
748
+ productKeys?: ProductKeys;
749
+ typeGuard: IsBooleanType;
750
+ };
751
+ platform_synced_block_patch_6: {
752
+ defaultValue: boolean;
753
+ param: string;
754
+ productKeys?: ProductKeys;
755
+ typeGuard: IsBooleanType;
756
+ };
757
757
  platform_editor_table_sticky_header_patch_9: {
758
758
  defaultValue: boolean;
759
759
  param: string;
@@ -287,24 +287,12 @@ export declare const editorExperimentsConfig: {
287
287
  productKeys?: ProductKeys;
288
288
  typeGuard: IsBooleanType;
289
289
  };
290
- platform_editor_display_none_to_expand: {
291
- defaultValue: boolean;
292
- param: string;
293
- productKeys?: ProductKeys;
294
- typeGuard: IsBooleanType;
295
- };
296
290
  platform_editor_ai_quickstart_command: {
297
291
  defaultValue: boolean;
298
292
  param: string;
299
293
  productKeys?: ProductKeys;
300
294
  typeGuard: IsBooleanType;
301
295
  };
302
- platform_editor_disable_query_command_supported: {
303
- defaultValue: boolean;
304
- param: string;
305
- productKeys?: ProductKeys;
306
- typeGuard: IsBooleanType;
307
- };
308
296
  platform_editor_ai_unsplash_page_header: {
309
297
  defaultValue: boolean;
310
298
  param: string;
@@ -754,6 +742,18 @@ export declare const editorExperimentsConfig: {
754
742
  productKeys?: ProductKeys;
755
743
  typeGuard: IsBooleanType;
756
744
  };
745
+ platform_synced_block_use_new_source_nodeview: {
746
+ defaultValue: boolean;
747
+ param: string;
748
+ productKeys?: ProductKeys;
749
+ typeGuard: IsBooleanType;
750
+ };
751
+ platform_synced_block_patch_6: {
752
+ defaultValue: boolean;
753
+ param: string;
754
+ productKeys?: ProductKeys;
755
+ typeGuard: IsBooleanType;
756
+ };
757
757
  platform_editor_table_sticky_header_patch_9: {
758
758
  defaultValue: boolean;
759
759
  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.1.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",