@atlaskit/tmp-editor-statsig 186.0.0 → 187.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 187.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`7f71b28df7e6c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f71b28df7e6c) -
8
+ Clean up launched experiment `cc_maui_polish_changes_batch_3` by making the `isEnabled=true`
9
+ Confluence MAUI/editor remix behaviours permanent.
10
+
3
11
  ## 186.0.0
4
12
 
5
13
  ### 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_3: false,
26
25
  cc_maui_polish_changes_batch_4: false,
27
26
  social_proof_3p_unauth_block_exp: false,
28
27
  platform_sl_3p_preauth_better_hovercard: true,
@@ -944,14 +944,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
944
944
  defaultValue: false
945
945
  }),
946
946
  // Added 2026-07-29
947
- cc_maui_polish_changes_batch_3: (0, _createBooleanExperiment.createBooleanExperiment)({
948
- productKeys: {
949
- confluence: 'cc_maui_polish_changes_batch_3'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
- // Added 2026-07-29
955
947
  cc_maui_polish_changes_batch_4: (0, _createBooleanExperiment.createBooleanExperiment)({
956
948
  productKeys: {
957
949
  confluence: 'cc_maui_polish_changes_batch_4'
@@ -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_3: false,
20
19
  cc_maui_polish_changes_batch_4: false,
21
20
  social_proof_3p_unauth_block_exp: false,
22
21
  platform_sl_3p_preauth_better_hovercard: true,
@@ -938,14 +938,6 @@ export const editorExperimentsConfig = {
938
938
  defaultValue: false
939
939
  }),
940
940
  // Added 2026-07-29
941
- cc_maui_polish_changes_batch_3: createBooleanExperiment({
942
- productKeys: {
943
- confluence: 'cc_maui_polish_changes_batch_3'
944
- },
945
- param: 'isEnabled',
946
- defaultValue: false
947
- }),
948
- // Added 2026-07-29
949
941
  cc_maui_polish_changes_batch_4: createBooleanExperiment({
950
942
  productKeys: {
951
943
  confluence: 'cc_maui_polish_changes_batch_4'
@@ -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_3: false,
20
19
  cc_maui_polish_changes_batch_4: false,
21
20
  social_proof_3p_unauth_block_exp: false,
22
21
  platform_sl_3p_preauth_better_hovercard: true,
@@ -938,14 +938,6 @@ export var editorExperimentsConfig = {
938
938
  defaultValue: false
939
939
  }),
940
940
  // Added 2026-07-29
941
- cc_maui_polish_changes_batch_3: createBooleanExperiment({
942
- productKeys: {
943
- confluence: 'cc_maui_polish_changes_batch_3'
944
- },
945
- param: 'isEnabled',
946
- defaultValue: false
947
- }),
948
- // Added 2026-07-29
949
941
  cc_maui_polish_changes_batch_4: createBooleanExperiment({
950
942
  productKeys: {
951
943
  confluence: 'cc_maui_polish_changes_batch_4'
@@ -739,12 +739,6 @@ export declare const editorExperimentsConfig: {
739
739
  productKeys?: ProductKeys;
740
740
  typeGuard: IsBooleanType;
741
741
  };
742
- cc_maui_polish_changes_batch_3: {
743
- defaultValue: boolean;
744
- param: string;
745
- productKeys?: ProductKeys;
746
- typeGuard: IsBooleanType;
747
- };
748
742
  cc_maui_polish_changes_batch_4: {
749
743
  defaultValue: boolean;
750
744
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "186.0.0",
3
+ "version": "187.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",