@atlaskit/tmp-editor-statsig 35.8.0 → 35.9.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
+ ## 35.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5c1f0e3fb0a3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c1f0e3fb0a3f) -
8
+ EDITO-5622 Update errorboundary key to reduce rerenders from new key being generated
9
+
10
+ ### Patch Changes
11
+
12
+ - [`1813c0774ee29`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1813c0774ee29) -
13
+ cleanup platform_editor_context_context_types_migration
14
+ - Updated dependencies
15
+
3
16
  ## 35.8.0
4
17
 
5
18
  ### Minor Changes
@@ -1242,15 +1242,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1242
1242
  param: 'isEnabled',
1243
1243
  defaultValue: false
1244
1244
  }),
1245
- // Added 2026-01-14
1246
- platform_editor_context_context_types_migration: (0, _experimentBuilders.createBooleanExperiment)({
1247
- productKeys: {
1248
- confluence: 'platform_editor_context_context_types_migration',
1249
- jira: 'platform_editor_context_context_types_migration'
1250
- },
1251
- param: 'isEnabled',
1252
- defaultValue: false
1253
- }),
1254
1245
  // Added 2026-01-16
1255
1246
  platform_editor_ai_edit_unsupported_content: (0, _experimentBuilders.createBooleanExperiment)({
1256
1247
  productKeys: {
@@ -1650,6 +1641,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1650
1641
  param: 'isEnabled',
1651
1642
  defaultValue: false
1652
1643
  }),
1644
+ // Added 2026-03-11
1645
+ platform_editor_renderer_error_boundary_stable_key: (0, _experimentBuilders.createBooleanExperiment)({
1646
+ productKeys: {
1647
+ jira: 'platform_editor_renderer_error_boundary_stable_key',
1648
+ confluence: 'platform_editor_renderer_error_boundary_stable_key'
1649
+ },
1650
+ param: 'isEnabled',
1651
+ defaultValue: false
1652
+ }),
1653
1653
  // Added 2026-03-04
1654
1654
  confluence_fe_renderer_inline_node_mark_color_fix: (0, _experimentBuilders.createBooleanExperiment)({
1655
1655
  productKeys: {
@@ -1236,15 +1236,6 @@ export const editorExperimentsConfig = {
1236
1236
  param: 'isEnabled',
1237
1237
  defaultValue: false
1238
1238
  }),
1239
- // Added 2026-01-14
1240
- platform_editor_context_context_types_migration: createBooleanExperiment({
1241
- productKeys: {
1242
- confluence: 'platform_editor_context_context_types_migration',
1243
- jira: 'platform_editor_context_context_types_migration'
1244
- },
1245
- param: 'isEnabled',
1246
- defaultValue: false
1247
- }),
1248
1239
  // Added 2026-01-16
1249
1240
  platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
1250
1241
  productKeys: {
@@ -1644,6 +1635,15 @@ export const editorExperimentsConfig = {
1644
1635
  param: 'isEnabled',
1645
1636
  defaultValue: false
1646
1637
  }),
1638
+ // Added 2026-03-11
1639
+ platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1640
+ productKeys: {
1641
+ jira: 'platform_editor_renderer_error_boundary_stable_key',
1642
+ confluence: 'platform_editor_renderer_error_boundary_stable_key'
1643
+ },
1644
+ param: 'isEnabled',
1645
+ defaultValue: false
1646
+ }),
1647
1647
  // Added 2026-03-04
1648
1648
  confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1649
1649
  productKeys: {
@@ -1236,15 +1236,6 @@ export var editorExperimentsConfig = {
1236
1236
  param: 'isEnabled',
1237
1237
  defaultValue: false
1238
1238
  }),
1239
- // Added 2026-01-14
1240
- platform_editor_context_context_types_migration: createBooleanExperiment({
1241
- productKeys: {
1242
- confluence: 'platform_editor_context_context_types_migration',
1243
- jira: 'platform_editor_context_context_types_migration'
1244
- },
1245
- param: 'isEnabled',
1246
- defaultValue: false
1247
- }),
1248
1239
  // Added 2026-01-16
1249
1240
  platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
1250
1241
  productKeys: {
@@ -1644,6 +1635,15 @@ export var editorExperimentsConfig = {
1644
1635
  param: 'isEnabled',
1645
1636
  defaultValue: false
1646
1637
  }),
1638
+ // Added 2026-03-11
1639
+ platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1640
+ productKeys: {
1641
+ jira: 'platform_editor_renderer_error_boundary_stable_key',
1642
+ confluence: 'platform_editor_renderer_error_boundary_stable_key'
1643
+ },
1644
+ param: 'isEnabled',
1645
+ defaultValue: false
1646
+ }),
1647
1647
  // Added 2026-03-04
1648
1648
  confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1649
1649
  productKeys: {
@@ -899,12 +899,6 @@ export declare const editorExperimentsConfig: {
899
899
  productKeys?: ProductKeys;
900
900
  typeGuard: IsBooleanType;
901
901
  };
902
- platform_editor_context_context_types_migration: {
903
- defaultValue: boolean;
904
- param: string;
905
- productKeys?: ProductKeys;
906
- typeGuard: IsBooleanType;
907
- };
908
902
  platform_editor_ai_edit_unsupported_content: {
909
903
  defaultValue: boolean;
910
904
  param: string;
@@ -1200,6 +1194,12 @@ export declare const editorExperimentsConfig: {
1200
1194
  productKeys?: ProductKeys;
1201
1195
  typeGuard: IsBooleanType;
1202
1196
  };
1197
+ platform_editor_renderer_error_boundary_stable_key: {
1198
+ defaultValue: boolean;
1199
+ param: string;
1200
+ productKeys?: ProductKeys;
1201
+ typeGuard: IsBooleanType;
1202
+ };
1203
1203
  platform_editor_a11y_table_wrapper_fix: {
1204
1204
  defaultValue: boolean;
1205
1205
  param: string;
@@ -899,12 +899,6 @@ export declare const editorExperimentsConfig: {
899
899
  productKeys?: ProductKeys;
900
900
  typeGuard: IsBooleanType;
901
901
  };
902
- platform_editor_context_context_types_migration: {
903
- defaultValue: boolean;
904
- param: string;
905
- productKeys?: ProductKeys;
906
- typeGuard: IsBooleanType;
907
- };
908
902
  platform_editor_ai_edit_unsupported_content: {
909
903
  defaultValue: boolean;
910
904
  param: string;
@@ -1200,6 +1194,12 @@ export declare const editorExperimentsConfig: {
1200
1194
  productKeys?: ProductKeys;
1201
1195
  typeGuard: IsBooleanType;
1202
1196
  };
1197
+ platform_editor_renderer_error_boundary_stable_key: {
1198
+ defaultValue: boolean;
1199
+ param: string;
1200
+ productKeys?: ProductKeys;
1201
+ typeGuard: IsBooleanType;
1202
+ };
1203
1203
  platform_editor_a11y_table_wrapper_fix: {
1204
1204
  defaultValue: boolean;
1205
1205
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "35.8.0",
3
+ "version": "35.9.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",