@atlaskit/tmp-editor-statsig 32.0.0 → 32.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`ca3fbbec7f693`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca3fbbec7f693) -
8
+ Removes fg: company_hub_deprecate_atlaskit_onboarding
9
+
10
+ ## 32.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`f726b988e0c1f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f726b988e0c1f) -
15
+ Change MAUI experiment name from cc-mui-experiment to cc-maui-experiment
16
+
3
17
  ## 32.0.0
4
18
 
5
19
  ### Major Changes
@@ -239,13 +239,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
239
239
  param: 'isEnabled',
240
240
  defaultValue: false
241
241
  }),
242
- company_hub_deprecate_atlaskit_onboarding: (0, _experimentBuilders.createBooleanExperiment)({
243
- productKeys: {
244
- confluence: 'company_hub_deprecate_atlaskit_onboarding'
245
- },
246
- param: 'isEnabled',
247
- defaultValue: false
248
- }),
249
242
  // Added 2025-10-10
250
243
  platform_editor_experience_tracking: (0, _experimentBuilders.createBooleanExperiment)({
251
244
  productKeys: {
@@ -1419,9 +1412,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1419
1412
  defaultValue: false
1420
1413
  }),
1421
1414
  // Added 2026-02-23
1422
- 'cc-mui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1415
+ 'cc-maui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1423
1416
  productKeys: {
1424
- confluence: 'cc-mui-experiment'
1417
+ confluence: 'cc-maui-experiment'
1425
1418
  },
1426
1419
  param: 'isEnabled',
1427
1420
  defaultValue: false
@@ -233,13 +233,6 @@ export const editorExperimentsConfig = {
233
233
  param: 'isEnabled',
234
234
  defaultValue: false
235
235
  }),
236
- company_hub_deprecate_atlaskit_onboarding: createBooleanExperiment({
237
- productKeys: {
238
- confluence: 'company_hub_deprecate_atlaskit_onboarding'
239
- },
240
- param: 'isEnabled',
241
- defaultValue: false
242
- }),
243
236
  // Added 2025-10-10
244
237
  platform_editor_experience_tracking: createBooleanExperiment({
245
238
  productKeys: {
@@ -1413,9 +1406,9 @@ export const editorExperimentsConfig = {
1413
1406
  defaultValue: false
1414
1407
  }),
1415
1408
  // Added 2026-02-23
1416
- 'cc-mui-experiment': createBooleanExperiment({
1409
+ 'cc-maui-experiment': createBooleanExperiment({
1417
1410
  productKeys: {
1418
- confluence: 'cc-mui-experiment'
1411
+ confluence: 'cc-maui-experiment'
1419
1412
  },
1420
1413
  param: 'isEnabled',
1421
1414
  defaultValue: false
@@ -233,13 +233,6 @@ export var editorExperimentsConfig = {
233
233
  param: 'isEnabled',
234
234
  defaultValue: false
235
235
  }),
236
- company_hub_deprecate_atlaskit_onboarding: createBooleanExperiment({
237
- productKeys: {
238
- confluence: 'company_hub_deprecate_atlaskit_onboarding'
239
- },
240
- param: 'isEnabled',
241
- defaultValue: false
242
- }),
243
236
  // Added 2025-10-10
244
237
  platform_editor_experience_tracking: createBooleanExperiment({
245
238
  productKeys: {
@@ -1413,9 +1406,9 @@ export var editorExperimentsConfig = {
1413
1406
  defaultValue: false
1414
1407
  }),
1415
1408
  // Added 2026-02-23
1416
- 'cc-mui-experiment': createBooleanExperiment({
1409
+ 'cc-maui-experiment': createBooleanExperiment({
1417
1410
  productKeys: {
1418
- confluence: 'cc-mui-experiment'
1411
+ confluence: 'cc-maui-experiment'
1419
1412
  },
1420
1413
  param: 'isEnabled',
1421
1414
  defaultValue: false
@@ -100,12 +100,6 @@ export declare const editorExperimentsConfig: {
100
100
  productKeys?: ProductKeys;
101
101
  typeGuard: IsBooleanType;
102
102
  };
103
- company_hub_deprecate_atlaskit_onboarding: {
104
- defaultValue: boolean;
105
- param: string;
106
- productKeys?: ProductKeys;
107
- typeGuard: IsBooleanType;
108
- };
109
103
  platform_editor_fix_emoji_paste_html: {
110
104
  defaultValue: boolean;
111
105
  param: string;
@@ -1056,7 +1050,7 @@ export declare const editorExperimentsConfig: {
1056
1050
  productKeys?: ProductKeys;
1057
1051
  typeGuard: IsBooleanType;
1058
1052
  };
1059
- 'cc-mui-experiment': {
1053
+ 'cc-maui-experiment': {
1060
1054
  defaultValue: boolean;
1061
1055
  param: string;
1062
1056
  productKeys?: ProductKeys;
@@ -100,12 +100,6 @@ export declare const editorExperimentsConfig: {
100
100
  productKeys?: ProductKeys;
101
101
  typeGuard: IsBooleanType;
102
102
  };
103
- company_hub_deprecate_atlaskit_onboarding: {
104
- defaultValue: boolean;
105
- param: string;
106
- productKeys?: ProductKeys;
107
- typeGuard: IsBooleanType;
108
- };
109
103
  platform_editor_fix_emoji_paste_html: {
110
104
  defaultValue: boolean;
111
105
  param: string;
@@ -1056,7 +1050,7 @@ export declare const editorExperimentsConfig: {
1056
1050
  productKeys?: ProductKeys;
1057
1051
  typeGuard: IsBooleanType;
1058
1052
  };
1059
- 'cc-mui-experiment': {
1053
+ 'cc-maui-experiment': {
1060
1054
  defaultValue: boolean;
1061
1055
  param: string;
1062
1056
  productKeys?: ProductKeys;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.0.0",
3
+ "version": "32.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",