@atlaskit/tmp-editor-statsig 174.0.0 → 177.0.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,27 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 177.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`20b31a55e5eb3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20b31a55e5eb3) -
8
+ Clean up experiment `platform_editor_abort_ufo_on_user_interaction`
9
+
10
+ ## 176.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`ceafacf811cf7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ceafacf811cf7) -
15
+ Clean up launched experiment `cc_maui_polish_changes_batch_1`, including its Statsig
16
+ configuration.
17
+
18
+ ## 175.0.0
19
+
20
+ ### Major Changes
21
+
22
+ - [`c1a25d416f137`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1a25d416f137) -
23
+ Clean up experiment `platform_editor_comment_editor_border_radius`.
24
+
3
25
  ## 174.0.0
4
26
 
5
27
  ### Major Changes
@@ -22,7 +22,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
22
22
  };
23
23
  var testBooleanOverrides = exports.testBooleanOverrides = {
24
24
  'cc-maui-ai-edit-loading-experiment': true,
25
- cc_maui_polish_changes_batch_1: false,
26
25
  cc_maui_polish_changes_batch_2: false,
27
26
  cc_maui_polish_changes_batch_3: false,
28
27
  cc_maui_polish_changes_batch_4: false,
@@ -631,14 +631,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
631
631
  param: 'isEnabled',
632
632
  defaultValue: false
633
633
  }),
634
- // Added 2026-02-19
635
- platform_editor_comment_editor_border_radius: (0, _createBooleanExperiment.createBooleanExperiment)({
636
- productKeys: {
637
- confluence: 'platform_editor_comment_editor_border_radius'
638
- },
639
- param: 'isEnabled',
640
- defaultValue: false
641
- }),
642
634
  // Added 2025-07-30
643
635
  platform_editor_blocktaskitem_node_tenantid: (0, _createBooleanExperiment.createBooleanExperiment)({
644
636
  productKeys: {
@@ -730,14 +722,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
730
722
  values: ['control', 'shadow_compare', 'live_cc_smarts'],
731
723
  defaultValue: 'control'
732
724
  }),
733
- // Added 2026-03-05
734
- platform_editor_abort_ufo_on_user_interaction: (0, _createBooleanExperiment.createBooleanExperiment)({
735
- productKeys: {
736
- confluence: 'platform_editor_abort_ufo_on_user_interaction'
737
- },
738
- param: 'isEnabled',
739
- defaultValue: false
740
- }),
741
725
  // Added 2025-10-10
742
726
  platform_use_llm_space_recommendations: (0, _createBooleanExperiment.createBooleanExperiment)({
743
727
  productKeys: {
@@ -1032,14 +1016,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1032
1016
  param: 'isEnabled',
1033
1017
  defaultValue: false
1034
1018
  }),
1035
- // Added 2026-07-22
1036
- cc_maui_polish_changes_batch_1: (0, _createBooleanExperiment.createBooleanExperiment)({
1037
- productKeys: {
1038
- confluence: 'cc_maui_polish_changes_batch_1'
1039
- },
1040
- param: 'isEnabled',
1041
- defaultValue: false
1042
- }),
1043
1019
  // Added 2026-07-24
1044
1020
  cc_maui_polish_changes_batch_2: (0, _createBooleanExperiment.createBooleanExperiment)({
1045
1021
  productKeys: {
@@ -16,7 +16,6 @@ export const testMultivariateOverrides = {
16
16
  };
17
17
  export const testBooleanOverrides = {
18
18
  'cc-maui-ai-edit-loading-experiment': true,
19
- cc_maui_polish_changes_batch_1: false,
20
19
  cc_maui_polish_changes_batch_2: false,
21
20
  cc_maui_polish_changes_batch_3: false,
22
21
  cc_maui_polish_changes_batch_4: false,
@@ -625,14 +625,6 @@ export const editorExperimentsConfig = {
625
625
  param: 'isEnabled',
626
626
  defaultValue: false
627
627
  }),
628
- // Added 2026-02-19
629
- platform_editor_comment_editor_border_radius: createBooleanExperiment({
630
- productKeys: {
631
- confluence: 'platform_editor_comment_editor_border_radius'
632
- },
633
- param: 'isEnabled',
634
- defaultValue: false
635
- }),
636
628
  // Added 2025-07-30
637
629
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
638
630
  productKeys: {
@@ -724,14 +716,6 @@ export const editorExperimentsConfig = {
724
716
  values: ['control', 'shadow_compare', 'live_cc_smarts'],
725
717
  defaultValue: 'control'
726
718
  }),
727
- // Added 2026-03-05
728
- platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
729
- productKeys: {
730
- confluence: 'platform_editor_abort_ufo_on_user_interaction'
731
- },
732
- param: 'isEnabled',
733
- defaultValue: false
734
- }),
735
719
  // Added 2025-10-10
736
720
  platform_use_llm_space_recommendations: createBooleanExperiment({
737
721
  productKeys: {
@@ -1026,14 +1010,6 @@ export const editorExperimentsConfig = {
1026
1010
  param: 'isEnabled',
1027
1011
  defaultValue: false
1028
1012
  }),
1029
- // Added 2026-07-22
1030
- cc_maui_polish_changes_batch_1: createBooleanExperiment({
1031
- productKeys: {
1032
- confluence: 'cc_maui_polish_changes_batch_1'
1033
- },
1034
- param: 'isEnabled',
1035
- defaultValue: false
1036
- }),
1037
1013
  // Added 2026-07-24
1038
1014
  cc_maui_polish_changes_batch_2: createBooleanExperiment({
1039
1015
  productKeys: {
@@ -16,7 +16,6 @@ export var testMultivariateOverrides = {
16
16
  };
17
17
  export var testBooleanOverrides = {
18
18
  'cc-maui-ai-edit-loading-experiment': true,
19
- cc_maui_polish_changes_batch_1: false,
20
19
  cc_maui_polish_changes_batch_2: false,
21
20
  cc_maui_polish_changes_batch_3: false,
22
21
  cc_maui_polish_changes_batch_4: false,
@@ -625,14 +625,6 @@ export var editorExperimentsConfig = {
625
625
  param: 'isEnabled',
626
626
  defaultValue: false
627
627
  }),
628
- // Added 2026-02-19
629
- platform_editor_comment_editor_border_radius: createBooleanExperiment({
630
- productKeys: {
631
- confluence: 'platform_editor_comment_editor_border_radius'
632
- },
633
- param: 'isEnabled',
634
- defaultValue: false
635
- }),
636
628
  // Added 2025-07-30
637
629
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
638
630
  productKeys: {
@@ -724,14 +716,6 @@ export var editorExperimentsConfig = {
724
716
  values: ['control', 'shadow_compare', 'live_cc_smarts'],
725
717
  defaultValue: 'control'
726
718
  }),
727
- // Added 2026-03-05
728
- platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
729
- productKeys: {
730
- confluence: 'platform_editor_abort_ufo_on_user_interaction'
731
- },
732
- param: 'isEnabled',
733
- defaultValue: false
734
- }),
735
719
  // Added 2025-10-10
736
720
  platform_use_llm_space_recommendations: createBooleanExperiment({
737
721
  productKeys: {
@@ -1026,14 +1010,6 @@ export var editorExperimentsConfig = {
1026
1010
  param: 'isEnabled',
1027
1011
  defaultValue: false
1028
1012
  }),
1029
- // Added 2026-07-22
1030
- cc_maui_polish_changes_batch_1: createBooleanExperiment({
1031
- productKeys: {
1032
- confluence: 'cc_maui_polish_changes_batch_1'
1033
- },
1034
- param: 'isEnabled',
1035
- defaultValue: false
1036
- }),
1037
1013
  // Added 2026-07-24
1038
1014
  cc_maui_polish_changes_batch_2: createBooleanExperiment({
1039
1015
  productKeys: {
@@ -278,12 +278,6 @@ export declare const editorExperimentsConfig: {
278
278
  productKeys?: ProductKeys;
279
279
  typeGuard: IsBooleanType;
280
280
  };
281
- platform_editor_abort_ufo_on_user_interaction: {
282
- defaultValue: boolean;
283
- param: string;
284
- productKeys?: ProductKeys;
285
- typeGuard: IsBooleanType;
286
- };
287
281
  platform_editor_ai_edit_response_in_preview: {
288
282
  defaultValue: boolean;
289
283
  param: string;
@@ -721,12 +715,6 @@ export declare const editorExperimentsConfig: {
721
715
  productKeys?: ProductKeys;
722
716
  typeGuard: IsBooleanType;
723
717
  };
724
- platform_editor_comment_editor_border_radius: {
725
- defaultValue: boolean;
726
- param: string;
727
- productKeys?: ProductKeys;
728
- typeGuard: IsBooleanType;
729
- };
730
718
  platform_editor_layout_column_menu: {
731
719
  defaultValue: boolean;
732
720
  param: string;
@@ -799,12 +787,6 @@ export declare const editorExperimentsConfig: {
799
787
  productKeys?: ProductKeys;
800
788
  typeGuard: IsBooleanType;
801
789
  };
802
- cc_maui_polish_changes_batch_1: {
803
- defaultValue: boolean;
804
- param: string;
805
- productKeys?: ProductKeys;
806
- typeGuard: IsBooleanType;
807
- };
808
790
  cc_maui_polish_changes_batch_2: {
809
791
  defaultValue: boolean;
810
792
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "174.0.0",
3
+ "version": "177.0.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",