@atlaskit/tmp-editor-statsig 174.0.0 → 176.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 176.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`ceafacf811cf7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ceafacf811cf7) -
8
+ Clean up launched experiment `cc_maui_polish_changes_batch_1`, including its Statsig
9
+ configuration.
10
+
11
+ ## 175.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [`c1a25d416f137`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1a25d416f137) -
16
+ Clean up experiment `platform_editor_comment_editor_border_radius`.
17
+
3
18
  ## 174.0.0
4
19
 
5
20
  ### 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: {
@@ -1032,14 +1024,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1032
1024
  param: 'isEnabled',
1033
1025
  defaultValue: false
1034
1026
  }),
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
1027
  // Added 2026-07-24
1044
1028
  cc_maui_polish_changes_batch_2: (0, _createBooleanExperiment.createBooleanExperiment)({
1045
1029
  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: {
@@ -1026,14 +1018,6 @@ export const editorExperimentsConfig = {
1026
1018
  param: 'isEnabled',
1027
1019
  defaultValue: false
1028
1020
  }),
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
1021
  // Added 2026-07-24
1038
1022
  cc_maui_polish_changes_batch_2: createBooleanExperiment({
1039
1023
  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: {
@@ -1026,14 +1018,6 @@ export var editorExperimentsConfig = {
1026
1018
  param: 'isEnabled',
1027
1019
  defaultValue: false
1028
1020
  }),
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
1021
  // Added 2026-07-24
1038
1022
  cc_maui_polish_changes_batch_2: createBooleanExperiment({
1039
1023
  productKeys: {
@@ -721,12 +721,6 @@ export declare const editorExperimentsConfig: {
721
721
  productKeys?: ProductKeys;
722
722
  typeGuard: IsBooleanType;
723
723
  };
724
- platform_editor_comment_editor_border_radius: {
725
- defaultValue: boolean;
726
- param: string;
727
- productKeys?: ProductKeys;
728
- typeGuard: IsBooleanType;
729
- };
730
724
  platform_editor_layout_column_menu: {
731
725
  defaultValue: boolean;
732
726
  param: string;
@@ -799,12 +793,6 @@ export declare const editorExperimentsConfig: {
799
793
  productKeys?: ProductKeys;
800
794
  typeGuard: IsBooleanType;
801
795
  };
802
- cc_maui_polish_changes_batch_1: {
803
- defaultValue: boolean;
804
- param: string;
805
- productKeys?: ProductKeys;
806
- typeGuard: IsBooleanType;
807
- };
808
796
  cc_maui_polish_changes_batch_2: {
809
797
  defaultValue: boolean;
810
798
  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": "176.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",