@atlaskit/tmp-editor-statsig 16.31.0 → 16.33.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`989213ce3c890`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/989213ce3c890) -
8
+ fg cleanup: company-hub-config-panel-keyboard-nav
9
+
10
+ ## 16.32.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`64f281a2f3086`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64f281a2f3086) -
15
+ Introduces a new fix to adf streaming sanitizer, before it could be too aggressive with the
16
+ patterns of fixing some cases of streaming by escaping characters that it would break key/value
17
+ pairs.
18
+
3
19
  ## 16.31.0
4
20
 
5
21
  ### Minor Changes
@@ -216,14 +216,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
216
216
  param: 'isEnabled',
217
217
  defaultValue: false
218
218
  }),
219
- // Added 2025-11-20
220
- 'company-hub-config-panel-keyboard-nav': (0, _experimentBuilders.createBooleanExperiment)({
221
- productKeys: {
222
- confluence: 'company-hub-config-panel-keyboard-nav'
223
- },
224
- param: 'isEnabled',
225
- defaultValue: false
226
- }),
227
219
  // Added 2026-01-05
228
220
  'company_hub_carousel_thumbnails-refactor': (0, _experimentBuilders.createBooleanExperiment)({
229
221
  productKeys: {
@@ -1231,5 +1223,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1231
1223
  },
1232
1224
  param: 'isEnabled',
1233
1225
  defaultValue: false
1226
+ }),
1227
+ // Added 2026-01-26
1228
+ platform_editor_ai_fix_streaming_json_escape: (0, _experimentBuilders.createBooleanExperiment)({
1229
+ productKeys: {
1230
+ confluence: 'platform_editor_ai_fix_streaming_json_escape'
1231
+ },
1232
+ param: 'isEnabled',
1233
+ defaultValue: false
1234
1234
  })
1235
1235
  };
@@ -210,14 +210,6 @@ export const editorExperimentsConfig = {
210
210
  param: 'isEnabled',
211
211
  defaultValue: false
212
212
  }),
213
- // Added 2025-11-20
214
- 'company-hub-config-panel-keyboard-nav': createBooleanExperiment({
215
- productKeys: {
216
- confluence: 'company-hub-config-panel-keyboard-nav'
217
- },
218
- param: 'isEnabled',
219
- defaultValue: false
220
- }),
221
213
  // Added 2026-01-05
222
214
  'company_hub_carousel_thumbnails-refactor': createBooleanExperiment({
223
215
  productKeys: {
@@ -1225,5 +1217,13 @@ export const editorExperimentsConfig = {
1225
1217
  },
1226
1218
  param: 'isEnabled',
1227
1219
  defaultValue: false
1220
+ }),
1221
+ // Added 2026-01-26
1222
+ platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
1223
+ productKeys: {
1224
+ confluence: 'platform_editor_ai_fix_streaming_json_escape'
1225
+ },
1226
+ param: 'isEnabled',
1227
+ defaultValue: false
1228
1228
  })
1229
1229
  };
@@ -210,14 +210,6 @@ export var editorExperimentsConfig = {
210
210
  param: 'isEnabled',
211
211
  defaultValue: false
212
212
  }),
213
- // Added 2025-11-20
214
- 'company-hub-config-panel-keyboard-nav': createBooleanExperiment({
215
- productKeys: {
216
- confluence: 'company-hub-config-panel-keyboard-nav'
217
- },
218
- param: 'isEnabled',
219
- defaultValue: false
220
- }),
221
213
  // Added 2026-01-05
222
214
  'company_hub_carousel_thumbnails-refactor': createBooleanExperiment({
223
215
  productKeys: {
@@ -1225,5 +1217,13 @@ export var editorExperimentsConfig = {
1225
1217
  },
1226
1218
  param: 'isEnabled',
1227
1219
  defaultValue: false
1220
+ }),
1221
+ // Added 2026-01-26
1222
+ platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
1223
+ productKeys: {
1224
+ confluence: 'platform_editor_ai_fix_streaming_json_escape'
1225
+ },
1226
+ param: 'isEnabled',
1227
+ defaultValue: false
1228
1228
  })
1229
1229
  };
@@ -94,12 +94,6 @@ export declare const editorExperimentsConfig: {
94
94
  productKeys?: ProductKeys;
95
95
  typeGuard: IsBooleanType;
96
96
  };
97
- 'company-hub-config-panel-keyboard-nav': {
98
- defaultValue: boolean;
99
- param: string;
100
- productKeys?: ProductKeys;
101
- typeGuard: IsBooleanType;
102
- };
103
97
  platform_editor_fix_emoji_paste_html: {
104
98
  defaultValue: boolean;
105
99
  param: string;
@@ -908,5 +902,11 @@ export declare const editorExperimentsConfig: {
908
902
  productKeys?: ProductKeys;
909
903
  typeGuard: IsBooleanType;
910
904
  };
905
+ platform_editor_ai_fix_streaming_json_escape: {
906
+ defaultValue: boolean;
907
+ param: string;
908
+ productKeys?: ProductKeys;
909
+ typeGuard: IsBooleanType;
910
+ };
911
911
  };
912
912
  export {};
@@ -94,12 +94,6 @@ export declare const editorExperimentsConfig: {
94
94
  productKeys?: ProductKeys;
95
95
  typeGuard: IsBooleanType;
96
96
  };
97
- 'company-hub-config-panel-keyboard-nav': {
98
- defaultValue: boolean;
99
- param: string;
100
- productKeys?: ProductKeys;
101
- typeGuard: IsBooleanType;
102
- };
103
97
  platform_editor_fix_emoji_paste_html: {
104
98
  defaultValue: boolean;
105
99
  param: string;
@@ -908,5 +902,11 @@ export declare const editorExperimentsConfig: {
908
902
  productKeys?: ProductKeys;
909
903
  typeGuard: IsBooleanType;
910
904
  };
905
+ platform_editor_ai_fix_streaming_json_escape: {
906
+ defaultValue: boolean;
907
+ param: string;
908
+ productKeys?: ProductKeys;
909
+ typeGuard: IsBooleanType;
910
+ };
911
911
  };
912
912
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.31.0",
3
+ "version": "16.33.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",