@atlaskit/tmp-editor-statsig 16.21.0 → 16.22.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,18 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5a01e256502a0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a01e256502a0) -
8
+ [EDITOR-3531] Fixed bug where focus is not set to the Editor for chromeless comments editor in
9
+ inline comments
10
+
11
+ ### Patch Changes
12
+
13
+ - [`25b6f03d52fb3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/25b6f03d52fb3) -
14
+ Remove platform_editor_toolbar_aifc_jira from config
15
+
3
16
  ## 16.21.0
4
17
 
5
18
  ### Minor Changes
@@ -684,7 +684,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
684
684
  //Added 2025-07-16
685
685
  platform_editor_toolbar_aifc: (0, _experimentBuilders.createBooleanExperiment)({
686
686
  productKeys: {
687
- jira: 'platform_editor_toolbar_aifc_jira',
688
687
  confluence: 'platform_editor_toolbar_aifc_confluence'
689
688
  },
690
689
  param: 'isEnabled',
@@ -1216,5 +1215,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1216
1215
  },
1217
1216
  param: 'isEnabled',
1218
1217
  defaultValue: false
1218
+ }),
1219
+ // Added 2026-01-08
1220
+ platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
1221
+ productKeys: {
1222
+ confluence: 'platform_editor_focus_on_chromeless_editor'
1223
+ },
1224
+ param: 'isEnabled',
1225
+ defaultValue: false
1219
1226
  })
1220
1227
  };
@@ -678,7 +678,6 @@ export const editorExperimentsConfig = {
678
678
  //Added 2025-07-16
679
679
  platform_editor_toolbar_aifc: createBooleanExperiment({
680
680
  productKeys: {
681
- jira: 'platform_editor_toolbar_aifc_jira',
682
681
  confluence: 'platform_editor_toolbar_aifc_confluence'
683
682
  },
684
683
  param: 'isEnabled',
@@ -1210,5 +1209,13 @@ export const editorExperimentsConfig = {
1210
1209
  },
1211
1210
  param: 'isEnabled',
1212
1211
  defaultValue: false
1212
+ }),
1213
+ // Added 2026-01-08
1214
+ platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
1215
+ productKeys: {
1216
+ confluence: 'platform_editor_focus_on_chromeless_editor'
1217
+ },
1218
+ param: 'isEnabled',
1219
+ defaultValue: false
1213
1220
  })
1214
1221
  };
@@ -678,7 +678,6 @@ export var editorExperimentsConfig = {
678
678
  //Added 2025-07-16
679
679
  platform_editor_toolbar_aifc: createBooleanExperiment({
680
680
  productKeys: {
681
- jira: 'platform_editor_toolbar_aifc_jira',
682
681
  confluence: 'platform_editor_toolbar_aifc_confluence'
683
682
  },
684
683
  param: 'isEnabled',
@@ -1210,5 +1209,13 @@ export var editorExperimentsConfig = {
1210
1209
  },
1211
1210
  param: 'isEnabled',
1212
1211
  defaultValue: false
1212
+ }),
1213
+ // Added 2026-01-08
1214
+ platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
1215
+ productKeys: {
1216
+ confluence: 'platform_editor_focus_on_chromeless_editor'
1217
+ },
1218
+ param: 'isEnabled',
1219
+ defaultValue: false
1213
1220
  })
1214
1221
  };
@@ -896,5 +896,11 @@ export declare const editorExperimentsConfig: {
896
896
  productKeys?: ProductKeys;
897
897
  typeGuard: IsBooleanType;
898
898
  };
899
+ platform_editor_focus_on_chromeless_editor: {
900
+ defaultValue: boolean;
901
+ param: string;
902
+ productKeys?: ProductKeys;
903
+ typeGuard: IsBooleanType;
904
+ };
899
905
  };
900
906
  export {};
@@ -896,5 +896,11 @@ export declare const editorExperimentsConfig: {
896
896
  productKeys?: ProductKeys;
897
897
  typeGuard: IsBooleanType;
898
898
  };
899
+ platform_editor_focus_on_chromeless_editor: {
900
+ defaultValue: boolean;
901
+ param: string;
902
+ productKeys?: ProductKeys;
903
+ typeGuard: IsBooleanType;
904
+ };
899
905
  };
900
906
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.21.0",
3
+ "version": "16.22.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",