@atlaskit/tmp-editor-statsig 36.2.0 → 37.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 37.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`e6fbfbf141ff3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e6fbfbf141ff3) -
8
+ Cleanup feature exp cleanup-platform_editor_send_client_platform_header
9
+
10
+ ## 36.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`3e12453af02dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e12453af02dd) -
15
+ EDITOR-5922: Fix space shortcut activating opt in flow
16
+
3
17
  ## 36.2.0
4
18
 
5
19
  ### Minor Changes
@@ -1325,14 +1325,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1325
1325
  param: 'isEnabled',
1326
1326
  defaultValue: false
1327
1327
  }),
1328
- // Added 2025-01-29
1329
- platform_editor_send_client_platform_header: (0, _experimentBuilders.createBooleanExperiment)({
1330
- productKeys: {
1331
- confluence: 'platform_editor_send_client_platform_header'
1332
- },
1333
- param: 'isEnabled',
1334
- defaultValue: false
1335
- }),
1336
1328
  // Added 2026-01-29
1337
1329
  platform_editor_renderer_toolbar_updates: (0, _experimentBuilders.createBooleanExperiment)({
1338
1330
  productKeys: {
@@ -1634,6 +1626,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1634
1626
  param: 'isEnabled',
1635
1627
  defaultValue: false
1636
1628
  }),
1629
+ // Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
1630
+ platform_editor_ai_aifc_space_shortcut_patch: (0, _experimentBuilders.createBooleanExperiment)({
1631
+ productKeys: {
1632
+ confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
1633
+ },
1634
+ param: 'isEnabled',
1635
+ defaultValue: false
1636
+ }),
1637
1637
  // Added 2026-03-05
1638
1638
  platform_editor_eslint_suppression_fix: (0, _experimentBuilders.createBooleanExperiment)({
1639
1639
  productKeys: {
@@ -1319,14 +1319,6 @@ export const editorExperimentsConfig = {
1319
1319
  param: 'isEnabled',
1320
1320
  defaultValue: false
1321
1321
  }),
1322
- // Added 2025-01-29
1323
- platform_editor_send_client_platform_header: createBooleanExperiment({
1324
- productKeys: {
1325
- confluence: 'platform_editor_send_client_platform_header'
1326
- },
1327
- param: 'isEnabled',
1328
- defaultValue: false
1329
- }),
1330
1322
  // Added 2026-01-29
1331
1323
  platform_editor_renderer_toolbar_updates: createBooleanExperiment({
1332
1324
  productKeys: {
@@ -1628,6 +1620,14 @@ export const editorExperimentsConfig = {
1628
1620
  param: 'isEnabled',
1629
1621
  defaultValue: false
1630
1622
  }),
1623
+ // Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
1624
+ platform_editor_ai_aifc_space_shortcut_patch: createBooleanExperiment({
1625
+ productKeys: {
1626
+ confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
1627
+ },
1628
+ param: 'isEnabled',
1629
+ defaultValue: false
1630
+ }),
1631
1631
  // Added 2026-03-05
1632
1632
  platform_editor_eslint_suppression_fix: createBooleanExperiment({
1633
1633
  productKeys: {
@@ -1319,14 +1319,6 @@ export var editorExperimentsConfig = {
1319
1319
  param: 'isEnabled',
1320
1320
  defaultValue: false
1321
1321
  }),
1322
- // Added 2025-01-29
1323
- platform_editor_send_client_platform_header: createBooleanExperiment({
1324
- productKeys: {
1325
- confluence: 'platform_editor_send_client_platform_header'
1326
- },
1327
- param: 'isEnabled',
1328
- defaultValue: false
1329
- }),
1330
1322
  // Added 2026-01-29
1331
1323
  platform_editor_renderer_toolbar_updates: createBooleanExperiment({
1332
1324
  productKeys: {
@@ -1628,6 +1620,14 @@ export var editorExperimentsConfig = {
1628
1620
  param: 'isEnabled',
1629
1621
  defaultValue: false
1630
1622
  }),
1623
+ // Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
1624
+ platform_editor_ai_aifc_space_shortcut_patch: createBooleanExperiment({
1625
+ productKeys: {
1626
+ confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
1627
+ },
1628
+ param: 'isEnabled',
1629
+ defaultValue: false
1630
+ }),
1631
1631
  // Added 2026-03-05
1632
1632
  platform_editor_eslint_suppression_fix: createBooleanExperiment({
1633
1633
  productKeys: {
@@ -965,12 +965,6 @@ export declare const editorExperimentsConfig: {
965
965
  productKeys?: ProductKeys;
966
966
  typeGuard: IsBooleanType;
967
967
  };
968
- platform_editor_send_client_platform_header: {
969
- defaultValue: boolean;
970
- param: string;
971
- productKeys?: ProductKeys;
972
- typeGuard: IsBooleanType;
973
- };
974
968
  platform_editor_renderer_toolbar_updates: {
975
969
  defaultValue: boolean;
976
970
  param: string;
@@ -1188,6 +1182,12 @@ export declare const editorExperimentsConfig: {
1188
1182
  productKeys?: ProductKeys;
1189
1183
  typeGuard: IsBooleanType;
1190
1184
  };
1185
+ platform_editor_ai_aifc_space_shortcut_patch: {
1186
+ defaultValue: boolean;
1187
+ param: string;
1188
+ productKeys?: ProductKeys;
1189
+ typeGuard: IsBooleanType;
1190
+ };
1191
1191
  platform_editor_media_reliability_observability: {
1192
1192
  defaultValue: boolean;
1193
1193
  param: string;
@@ -965,12 +965,6 @@ export declare const editorExperimentsConfig: {
965
965
  productKeys?: ProductKeys;
966
966
  typeGuard: IsBooleanType;
967
967
  };
968
- platform_editor_send_client_platform_header: {
969
- defaultValue: boolean;
970
- param: string;
971
- productKeys?: ProductKeys;
972
- typeGuard: IsBooleanType;
973
- };
974
968
  platform_editor_renderer_toolbar_updates: {
975
969
  defaultValue: boolean;
976
970
  param: string;
@@ -1188,6 +1182,12 @@ export declare const editorExperimentsConfig: {
1188
1182
  productKeys?: ProductKeys;
1189
1183
  typeGuard: IsBooleanType;
1190
1184
  };
1185
+ platform_editor_ai_aifc_space_shortcut_patch: {
1186
+ defaultValue: boolean;
1187
+ param: string;
1188
+ productKeys?: ProductKeys;
1189
+ typeGuard: IsBooleanType;
1190
+ };
1191
1191
  platform_editor_media_reliability_observability: {
1192
1192
  defaultValue: boolean;
1193
1193
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "36.2.0",
3
+ "version": "37.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",