@atlaskit/tmp-editor-statsig 52.1.0 → 53.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 53.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`93ba2d2f0eb22`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/93ba2d2f0eb22) -
8
+ Clean up experiment flag platform_editor_ai_fix_streaming_json_escape and to fix JSON escape on
9
+ the streaming parser for URL and path values
10
+
11
+ ## 52.2.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`89c9f0b61cb49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/89c9f0b61cb49) -
16
+ ENGHEALTH-49654 add aria label to rovo inline chat dialog
17
+
3
18
  ## 52.1.0
4
19
 
5
20
  ### Minor Changes
@@ -1244,14 +1244,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1244
1244
  param: 'isEnabled',
1245
1245
  defaultValue: false
1246
1246
  }),
1247
- // Added 2026-01-26
1248
- platform_editor_ai_fix_streaming_json_escape: (0, _experimentBuilders.createBooleanExperiment)({
1249
- productKeys: {
1250
- confluence: 'platform_editor_ai_fix_streaming_json_escape'
1251
- },
1252
- param: 'isEnabled',
1253
- defaultValue: false
1254
- }),
1255
1247
  // Added 2026-02-18
1256
1248
  platform_editor_table_a11y_eslint_fix: (0, _experimentBuilders.createBooleanExperiment)({
1257
1249
  productKeys: {
@@ -1714,6 +1706,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1714
1706
  param: 'isEnabled',
1715
1707
  defaultValue: false
1716
1708
  }),
1709
+ // Added 2026-04-01
1710
+ platform_editor_rovo_inline_chat_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
1711
+ productKeys: {
1712
+ confluence: 'platform_editor_rovo_inline_chat_aria_label'
1713
+ },
1714
+ param: 'isEnabled',
1715
+ defaultValue: false
1716
+ }),
1717
1717
  // Added 2026-03-11
1718
1718
  platform_editor_are_nodes_equal_ignore_mark_order: (0, _experimentBuilders.createBooleanExperiment)({
1719
1719
  productKeys: {
@@ -1238,14 +1238,6 @@ export const editorExperimentsConfig = {
1238
1238
  param: 'isEnabled',
1239
1239
  defaultValue: false
1240
1240
  }),
1241
- // Added 2026-01-26
1242
- platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
1243
- productKeys: {
1244
- confluence: 'platform_editor_ai_fix_streaming_json_escape'
1245
- },
1246
- param: 'isEnabled',
1247
- defaultValue: false
1248
- }),
1249
1241
  // Added 2026-02-18
1250
1242
  platform_editor_table_a11y_eslint_fix: createBooleanExperiment({
1251
1243
  productKeys: {
@@ -1708,6 +1700,14 @@ export const editorExperimentsConfig = {
1708
1700
  param: 'isEnabled',
1709
1701
  defaultValue: false
1710
1702
  }),
1703
+ // Added 2026-04-01
1704
+ platform_editor_rovo_inline_chat_aria_label: createBooleanExperiment({
1705
+ productKeys: {
1706
+ confluence: 'platform_editor_rovo_inline_chat_aria_label'
1707
+ },
1708
+ param: 'isEnabled',
1709
+ defaultValue: false
1710
+ }),
1711
1711
  // Added 2026-03-11
1712
1712
  platform_editor_are_nodes_equal_ignore_mark_order: createBooleanExperiment({
1713
1713
  productKeys: {
@@ -1238,14 +1238,6 @@ export var editorExperimentsConfig = {
1238
1238
  param: 'isEnabled',
1239
1239
  defaultValue: false
1240
1240
  }),
1241
- // Added 2026-01-26
1242
- platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
1243
- productKeys: {
1244
- confluence: 'platform_editor_ai_fix_streaming_json_escape'
1245
- },
1246
- param: 'isEnabled',
1247
- defaultValue: false
1248
- }),
1249
1241
  // Added 2026-02-18
1250
1242
  platform_editor_table_a11y_eslint_fix: createBooleanExperiment({
1251
1243
  productKeys: {
@@ -1708,6 +1700,14 @@ export var editorExperimentsConfig = {
1708
1700
  param: 'isEnabled',
1709
1701
  defaultValue: false
1710
1702
  }),
1703
+ // Added 2026-04-01
1704
+ platform_editor_rovo_inline_chat_aria_label: createBooleanExperiment({
1705
+ productKeys: {
1706
+ confluence: 'platform_editor_rovo_inline_chat_aria_label'
1707
+ },
1708
+ param: 'isEnabled',
1709
+ defaultValue: false
1710
+ }),
1711
1711
  // Added 2026-03-11
1712
1712
  platform_editor_are_nodes_equal_ignore_mark_order: createBooleanExperiment({
1713
1713
  productKeys: {
@@ -917,12 +917,6 @@ export declare const editorExperimentsConfig: {
917
917
  productKeys?: ProductKeys;
918
918
  typeGuard: IsBooleanType;
919
919
  };
920
- platform_editor_ai_fix_streaming_json_escape: {
921
- defaultValue: boolean;
922
- param: string;
923
- productKeys?: ProductKeys;
924
- typeGuard: IsBooleanType;
925
- };
926
920
  platform_editor_renderer_toolbar_updates: {
927
921
  defaultValue: boolean;
928
922
  param: string;
@@ -1278,6 +1272,12 @@ export declare const editorExperimentsConfig: {
1278
1272
  productKeys?: ProductKeys;
1279
1273
  typeGuard: IsBooleanType;
1280
1274
  };
1275
+ platform_editor_rovo_inline_chat_aria_label: {
1276
+ defaultValue: boolean;
1277
+ param: string;
1278
+ productKeys?: ProductKeys;
1279
+ typeGuard: IsBooleanType;
1280
+ };
1281
1281
  platform_editor_are_nodes_equal_ignore_mark_order: {
1282
1282
  defaultValue: boolean;
1283
1283
  param: string;
@@ -917,12 +917,6 @@ export declare const editorExperimentsConfig: {
917
917
  productKeys?: ProductKeys;
918
918
  typeGuard: IsBooleanType;
919
919
  };
920
- platform_editor_ai_fix_streaming_json_escape: {
921
- defaultValue: boolean;
922
- param: string;
923
- productKeys?: ProductKeys;
924
- typeGuard: IsBooleanType;
925
- };
926
920
  platform_editor_renderer_toolbar_updates: {
927
921
  defaultValue: boolean;
928
922
  param: string;
@@ -1278,6 +1272,12 @@ export declare const editorExperimentsConfig: {
1278
1272
  productKeys?: ProductKeys;
1279
1273
  typeGuard: IsBooleanType;
1280
1274
  };
1275
+ platform_editor_rovo_inline_chat_aria_label: {
1276
+ defaultValue: boolean;
1277
+ param: string;
1278
+ productKeys?: ProductKeys;
1279
+ typeGuard: IsBooleanType;
1280
+ };
1281
1281
  platform_editor_are_nodes_equal_ignore_mark_order: {
1282
1282
  defaultValue: boolean;
1283
1283
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "52.1.0",
3
+ "version": "53.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",