@atlaskit/tmp-editor-statsig 32.1.0 → 32.3.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.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4446a5fc716d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4446a5fc716d9) -
8
+ [ux] proactively catch up on ncs connected
9
+
10
+ ## 32.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`ca3fbbec7f693`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca3fbbec7f693) -
15
+ Removes fg: company_hub_deprecate_atlaskit_onboarding
16
+
3
17
  ## 32.1.0
4
18
 
5
19
  ### Minor 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: {
@@ -1484,5 +1477,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1484
1477
  },
1485
1478
  param: 'isEnabled',
1486
1479
  defaultValue: false
1480
+ }),
1481
+ // Added 2026-02-27
1482
+ platform_editor_early_exit_return_draft: (0, _experimentBuilders.createBooleanExperiment)({
1483
+ productKeys: {
1484
+ confluence: 'platform_editor_early_exit_return_draft'
1485
+ },
1486
+ param: 'isEnabled',
1487
+ defaultValue: false
1487
1488
  })
1488
1489
  };
@@ -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: {
@@ -1478,5 +1471,13 @@ export const editorExperimentsConfig = {
1478
1471
  },
1479
1472
  param: 'isEnabled',
1480
1473
  defaultValue: false
1474
+ }),
1475
+ // Added 2026-02-27
1476
+ platform_editor_early_exit_return_draft: createBooleanExperiment({
1477
+ productKeys: {
1478
+ confluence: 'platform_editor_early_exit_return_draft'
1479
+ },
1480
+ param: 'isEnabled',
1481
+ defaultValue: false
1481
1482
  })
1482
1483
  };
@@ -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: {
@@ -1478,5 +1471,13 @@ export var editorExperimentsConfig = {
1478
1471
  },
1479
1472
  param: 'isEnabled',
1480
1473
  defaultValue: false
1474
+ }),
1475
+ // Added 2026-02-27
1476
+ platform_editor_early_exit_return_draft: createBooleanExperiment({
1477
+ productKeys: {
1478
+ confluence: 'platform_editor_early_exit_return_draft'
1479
+ },
1480
+ param: 'isEnabled',
1481
+ defaultValue: false
1481
1482
  })
1482
1483
  };
@@ -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;
@@ -1098,5 +1092,11 @@ export declare const editorExperimentsConfig: {
1098
1092
  productKeys?: ProductKeys;
1099
1093
  typeGuard: IsBooleanType;
1100
1094
  };
1095
+ platform_editor_early_exit_return_draft: {
1096
+ defaultValue: boolean;
1097
+ param: string;
1098
+ productKeys?: ProductKeys;
1099
+ typeGuard: IsBooleanType;
1100
+ };
1101
1101
  };
1102
1102
  export {};
@@ -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;
@@ -1098,5 +1092,11 @@ export declare const editorExperimentsConfig: {
1098
1092
  productKeys?: ProductKeys;
1099
1093
  typeGuard: IsBooleanType;
1100
1094
  };
1095
+ platform_editor_early_exit_return_draft: {
1096
+ defaultValue: boolean;
1097
+ param: string;
1098
+ productKeys?: ProductKeys;
1099
+ typeGuard: IsBooleanType;
1100
+ };
1101
1101
  };
1102
1102
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.1.0",
3
+ "version": "32.3.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",