@atlaskit/tmp-editor-statsig 22.0.0 → 22.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 22.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d63d5af234d7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d63d5af234d7f) -
8
+ Fix issue when expand is collapsed after streaming.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 22.1.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`2126e50c0c9e4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2126e50c0c9e4) -
19
+ [EDITOR-4926] add new experiment to statsig config
20
+
3
21
  ## 22.0.0
4
22
 
5
23
  ### Major Changes
@@ -1181,6 +1181,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1181
1181
  param: 'isEnabled',
1182
1182
  defaultValue: false
1183
1183
  }),
1184
+ // Added 2026-01-27 - AI create-page expand collapse fix
1185
+ platform_editor_aifc_expand_collapses_oncreate_fix: (0, _experimentBuilders.createBooleanExperiment)({
1186
+ productKeys: {
1187
+ confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
1188
+ jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
1189
+ },
1190
+ param: 'isEnabled',
1191
+ defaultValue: false
1192
+ }),
1184
1193
  // Added 2026-01-22
1185
1194
  platform_editor_ai_loading_responsive_width: (0, _experimentBuilders.createBooleanExperiment)({
1186
1195
  productKeys: {
@@ -1314,5 +1323,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1314
1323
  },
1315
1324
  param: 'isEnabled',
1316
1325
  defaultValue: false
1326
+ }),
1327
+ // Added 2026-02-05
1328
+ platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
1329
+ productKeys: {
1330
+ confluence: 'platform_editor_toolbar_split_button_ui'
1331
+ },
1332
+ param: 'isEnabled',
1333
+ defaultValue: false
1317
1334
  })
1318
1335
  };
@@ -1175,6 +1175,15 @@ export const editorExperimentsConfig = {
1175
1175
  param: 'isEnabled',
1176
1176
  defaultValue: false
1177
1177
  }),
1178
+ // Added 2026-01-27 - AI create-page expand collapse fix
1179
+ platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
1180
+ productKeys: {
1181
+ confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
1182
+ jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
1183
+ },
1184
+ param: 'isEnabled',
1185
+ defaultValue: false
1186
+ }),
1178
1187
  // Added 2026-01-22
1179
1188
  platform_editor_ai_loading_responsive_width: createBooleanExperiment({
1180
1189
  productKeys: {
@@ -1308,5 +1317,13 @@ export const editorExperimentsConfig = {
1308
1317
  },
1309
1318
  param: 'isEnabled',
1310
1319
  defaultValue: false
1320
+ }),
1321
+ // Added 2026-02-05
1322
+ platform_editor_toolbar_split_button_ui: createBooleanExperiment({
1323
+ productKeys: {
1324
+ confluence: 'platform_editor_toolbar_split_button_ui'
1325
+ },
1326
+ param: 'isEnabled',
1327
+ defaultValue: false
1311
1328
  })
1312
1329
  };
@@ -1175,6 +1175,15 @@ export var editorExperimentsConfig = {
1175
1175
  param: 'isEnabled',
1176
1176
  defaultValue: false
1177
1177
  }),
1178
+ // Added 2026-01-27 - AI create-page expand collapse fix
1179
+ platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
1180
+ productKeys: {
1181
+ confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
1182
+ jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
1183
+ },
1184
+ param: 'isEnabled',
1185
+ defaultValue: false
1186
+ }),
1178
1187
  // Added 2026-01-22
1179
1188
  platform_editor_ai_loading_responsive_width: createBooleanExperiment({
1180
1189
  productKeys: {
@@ -1308,5 +1317,13 @@ export var editorExperimentsConfig = {
1308
1317
  },
1309
1318
  param: 'isEnabled',
1310
1319
  defaultValue: false
1320
+ }),
1321
+ // Added 2026-02-05
1322
+ platform_editor_toolbar_split_button_ui: createBooleanExperiment({
1323
+ productKeys: {
1324
+ confluence: 'platform_editor_toolbar_split_button_ui'
1325
+ },
1326
+ param: 'isEnabled',
1327
+ defaultValue: false
1311
1328
  })
1312
1329
  };
@@ -864,6 +864,12 @@ export declare const editorExperimentsConfig: {
864
864
  productKeys?: ProductKeys;
865
865
  typeGuard: IsBooleanType;
866
866
  };
867
+ platform_editor_aifc_expand_collapses_oncreate_fix: {
868
+ defaultValue: boolean;
869
+ param: string;
870
+ productKeys?: ProductKeys;
871
+ typeGuard: IsBooleanType;
872
+ };
867
873
  platform_editor_ai_loading_responsive_width: {
868
874
  defaultValue: boolean;
869
875
  param: string;
@@ -972,5 +978,11 @@ export declare const editorExperimentsConfig: {
972
978
  productKeys?: ProductKeys;
973
979
  typeGuard: IsBooleanType;
974
980
  };
981
+ platform_editor_toolbar_split_button_ui: {
982
+ defaultValue: boolean;
983
+ param: string;
984
+ productKeys?: ProductKeys;
985
+ typeGuard: IsBooleanType;
986
+ };
975
987
  };
976
988
  export {};
@@ -864,6 +864,12 @@ export declare const editorExperimentsConfig: {
864
864
  productKeys?: ProductKeys;
865
865
  typeGuard: IsBooleanType;
866
866
  };
867
+ platform_editor_aifc_expand_collapses_oncreate_fix: {
868
+ defaultValue: boolean;
869
+ param: string;
870
+ productKeys?: ProductKeys;
871
+ typeGuard: IsBooleanType;
872
+ };
867
873
  platform_editor_ai_loading_responsive_width: {
868
874
  defaultValue: boolean;
869
875
  param: string;
@@ -972,5 +978,11 @@ export declare const editorExperimentsConfig: {
972
978
  productKeys?: ProductKeys;
973
979
  typeGuard: IsBooleanType;
974
980
  };
981
+ platform_editor_toolbar_split_button_ui: {
982
+ defaultValue: boolean;
983
+ param: string;
984
+ productKeys?: ProductKeys;
985
+ typeGuard: IsBooleanType;
986
+ };
975
987
  };
976
988
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "22.0.0",
3
+ "version": "22.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",