@atlaskit/tmp-editor-statsig 35.7.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,25 @@
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
+
16
+ ## 35.8.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [`477d48a3021a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/477d48a3021a5) -
21
+ EDITOR-5818 fix to not send dispatch during render or in ref callback
22
+
3
23
  ## 35.7.0
4
24
 
5
25
  ### 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: {
@@ -1658,6 +1658,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1658
1658
  param: 'isEnabled',
1659
1659
  defaultValue: false
1660
1660
  }),
1661
+ // Added 2026-03-10
1662
+ platform_editor_fix_editor_unhandled_type_errors: (0, _experimentBuilders.createBooleanExperiment)({
1663
+ productKeys: {
1664
+ confluence: 'platform_editor_fix_editor_unhandled_type_errors'
1665
+ },
1666
+ param: 'isEnabled',
1667
+ defaultValue: false
1668
+ }),
1661
1669
  // Added 2026-03-05
1662
1670
  platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
1663
1671
  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: {
@@ -1652,6 +1652,14 @@ export const editorExperimentsConfig = {
1652
1652
  param: 'isEnabled',
1653
1653
  defaultValue: false
1654
1654
  }),
1655
+ // Added 2026-03-10
1656
+ platform_editor_fix_editor_unhandled_type_errors: createBooleanExperiment({
1657
+ productKeys: {
1658
+ confluence: 'platform_editor_fix_editor_unhandled_type_errors'
1659
+ },
1660
+ param: 'isEnabled',
1661
+ defaultValue: false
1662
+ }),
1655
1663
  // Added 2026-03-05
1656
1664
  platform_editor_table_resizer_extended_zone: createBooleanExperiment({
1657
1665
  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: {
@@ -1652,6 +1652,14 @@ export var editorExperimentsConfig = {
1652
1652
  param: 'isEnabled',
1653
1653
  defaultValue: false
1654
1654
  }),
1655
+ // Added 2026-03-10
1656
+ platform_editor_fix_editor_unhandled_type_errors: createBooleanExperiment({
1657
+ productKeys: {
1658
+ confluence: 'platform_editor_fix_editor_unhandled_type_errors'
1659
+ },
1660
+ param: 'isEnabled',
1661
+ defaultValue: false
1662
+ }),
1655
1663
  // Added 2026-03-05
1656
1664
  platform_editor_table_resizer_extended_zone: createBooleanExperiment({
1657
1665
  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;
@@ -1224,6 +1224,12 @@ export declare const editorExperimentsConfig: {
1224
1224
  productKeys?: ProductKeys;
1225
1225
  typeGuard: IsBooleanType;
1226
1226
  };
1227
+ platform_editor_fix_editor_unhandled_type_errors: {
1228
+ defaultValue: boolean;
1229
+ param: string;
1230
+ productKeys?: ProductKeys;
1231
+ typeGuard: IsBooleanType;
1232
+ };
1227
1233
  cc_drag_and_drop_smart_link_from_content_to_tree: {
1228
1234
  defaultValue: boolean;
1229
1235
  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;
@@ -1224,6 +1224,12 @@ export declare const editorExperimentsConfig: {
1224
1224
  productKeys?: ProductKeys;
1225
1225
  typeGuard: IsBooleanType;
1226
1226
  };
1227
+ platform_editor_fix_editor_unhandled_type_errors: {
1228
+ defaultValue: boolean;
1229
+ param: string;
1230
+ productKeys?: ProductKeys;
1231
+ typeGuard: IsBooleanType;
1232
+ };
1227
1233
  cc_drag_and_drop_smart_link_from_content_to_tree: {
1228
1234
  defaultValue: boolean;
1229
1235
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "35.7.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",