@atlaskit/tmp-editor-statsig 16.20.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,26 @@
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
+
16
+ ## 16.21.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [`04d96dd658eea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/04d96dd658eea) -
21
+ EDITOR-4534 - Inline Bodied Macro: register experiment
22
+ platform_editor_render_bodied_extension_as_inline
23
+
3
24
  ## 16.20.0
4
25
 
5
26
  ### 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',
@@ -862,6 +861,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
862
861
  values: ['control', 'test'],
863
862
  defaultValue: 'control'
864
863
  }),
864
+ // Added 2026-01-09
865
+ platform_editor_render_bodied_extension_as_inline: (0, _experimentBuilders.createBooleanExperiment)({
866
+ productKeys: {
867
+ confluence: 'platform_editor_render_bodied_extension_as_inline'
868
+ },
869
+ param: 'isEnabled',
870
+ defaultValue: false
871
+ }),
865
872
  // Added 2025-12-04
866
873
  confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
867
874
  productKeys: {
@@ -1208,5 +1215,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1208
1215
  },
1209
1216
  param: 'isEnabled',
1210
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
1211
1226
  })
1212
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',
@@ -856,6 +855,14 @@ export const editorExperimentsConfig = {
856
855
  values: ['control', 'test'],
857
856
  defaultValue: 'control'
858
857
  }),
858
+ // Added 2026-01-09
859
+ platform_editor_render_bodied_extension_as_inline: createBooleanExperiment({
860
+ productKeys: {
861
+ confluence: 'platform_editor_render_bodied_extension_as_inline'
862
+ },
863
+ param: 'isEnabled',
864
+ defaultValue: false
865
+ }),
859
866
  // Added 2025-12-04
860
867
  confluence_compact_text_format: createBooleanExperiment({
861
868
  productKeys: {
@@ -1202,5 +1209,13 @@ export const editorExperimentsConfig = {
1202
1209
  },
1203
1210
  param: 'isEnabled',
1204
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
1205
1220
  })
1206
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',
@@ -856,6 +855,14 @@ export var editorExperimentsConfig = {
856
855
  values: ['control', 'test'],
857
856
  defaultValue: 'control'
858
857
  }),
858
+ // Added 2026-01-09
859
+ platform_editor_render_bodied_extension_as_inline: createBooleanExperiment({
860
+ productKeys: {
861
+ confluence: 'platform_editor_render_bodied_extension_as_inline'
862
+ },
863
+ param: 'isEnabled',
864
+ defaultValue: false
865
+ }),
859
866
  // Added 2025-12-04
860
867
  confluence_compact_text_format: createBooleanExperiment({
861
868
  productKeys: {
@@ -1202,5 +1209,13 @@ export var editorExperimentsConfig = {
1202
1209
  },
1203
1210
  param: 'isEnabled',
1204
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
1205
1220
  })
1206
1221
  };
@@ -118,6 +118,12 @@ export declare const editorExperimentsConfig: {
118
118
  productKeys?: ProductKeys;
119
119
  typeGuard: IsBooleanType;
120
120
  };
121
+ platform_editor_render_bodied_extension_as_inline: {
122
+ defaultValue: boolean;
123
+ param: string;
124
+ productKeys?: ProductKeys;
125
+ typeGuard: IsBooleanType;
126
+ };
121
127
  confluence_compact_text_format: {
122
128
  defaultValue: boolean;
123
129
  param: string;
@@ -890,5 +896,11 @@ export declare const editorExperimentsConfig: {
890
896
  productKeys?: ProductKeys;
891
897
  typeGuard: IsBooleanType;
892
898
  };
899
+ platform_editor_focus_on_chromeless_editor: {
900
+ defaultValue: boolean;
901
+ param: string;
902
+ productKeys?: ProductKeys;
903
+ typeGuard: IsBooleanType;
904
+ };
893
905
  };
894
906
  export {};
@@ -118,6 +118,12 @@ export declare const editorExperimentsConfig: {
118
118
  productKeys?: ProductKeys;
119
119
  typeGuard: IsBooleanType;
120
120
  };
121
+ platform_editor_render_bodied_extension_as_inline: {
122
+ defaultValue: boolean;
123
+ param: string;
124
+ productKeys?: ProductKeys;
125
+ typeGuard: IsBooleanType;
126
+ };
121
127
  confluence_compact_text_format: {
122
128
  defaultValue: boolean;
123
129
  param: string;
@@ -890,5 +896,11 @@ export declare const editorExperimentsConfig: {
890
896
  productKeys?: ProductKeys;
891
897
  typeGuard: IsBooleanType;
892
898
  };
899
+ platform_editor_focus_on_chromeless_editor: {
900
+ defaultValue: boolean;
901
+ param: string;
902
+ productKeys?: ProductKeys;
903
+ typeGuard: IsBooleanType;
904
+ };
893
905
  };
894
906
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.20.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",