@atlaskit/tmp-editor-statsig 35.10.0 → 36.0.1

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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 36.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`77e8559d882d3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77e8559d882d3) -
8
+ cleanup platform_editor_remove_reactserializer_fromschema removing ReactSerializer.fromSchema
9
+
10
+ ## 36.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`617d79798517c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/617d79798517c) -
15
+ Cleanup platform_editor_table_toolbar_icon_ext_fix_exp gate
16
+
3
17
  ## 35.10.0
4
18
 
5
19
  ### Minor Changes
@@ -1226,10 +1226,11 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1226
1226
  param: 'isEnabled',
1227
1227
  defaultValue: false
1228
1228
  }),
1229
- // Added 2025-01-15
1230
- platform_editor_table_toolbar_icon_ext_fix_exp: (0, _experimentBuilders.createBooleanExperiment)({
1229
+ // Added 2026-01-14
1230
+ platform_editor_context_context_types_migration: (0, _experimentBuilders.createBooleanExperiment)({
1231
1231
  productKeys: {
1232
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1232
+ confluence: 'platform_editor_context_context_types_migration',
1233
+ jira: 'platform_editor_context_context_types_migration'
1233
1234
  },
1234
1235
  param: 'isEnabled',
1235
1236
  defaultValue: false
@@ -1428,14 +1429,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1428
1429
  param: 'isEnabled',
1429
1430
  defaultValue: false
1430
1431
  }),
1431
- // Added 2026-02-16
1432
- platform_editor_remove_reactserializer_fromschema: (0, _experimentBuilders.createBooleanExperiment)({
1433
- productKeys: {
1434
- confluence: 'platform_editor_remove_reactserializer_fromschema'
1435
- },
1436
- param: 'isEnabled',
1437
- defaultValue: false
1438
- }),
1439
1432
  // Added 2026-02-17
1440
1433
  confluence_frontend_fix_date_hydration_error: (0, _experimentBuilders.createBooleanExperiment)({
1441
1434
  productKeys: {
@@ -1220,10 +1220,11 @@ export const editorExperimentsConfig = {
1220
1220
  param: 'isEnabled',
1221
1221
  defaultValue: false
1222
1222
  }),
1223
- // Added 2025-01-15
1224
- platform_editor_table_toolbar_icon_ext_fix_exp: createBooleanExperiment({
1223
+ // Added 2026-01-14
1224
+ platform_editor_context_context_types_migration: createBooleanExperiment({
1225
1225
  productKeys: {
1226
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1226
+ confluence: 'platform_editor_context_context_types_migration',
1227
+ jira: 'platform_editor_context_context_types_migration'
1227
1228
  },
1228
1229
  param: 'isEnabled',
1229
1230
  defaultValue: false
@@ -1422,14 +1423,6 @@ export const editorExperimentsConfig = {
1422
1423
  param: 'isEnabled',
1423
1424
  defaultValue: false
1424
1425
  }),
1425
- // Added 2026-02-16
1426
- platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
1427
- productKeys: {
1428
- confluence: 'platform_editor_remove_reactserializer_fromschema'
1429
- },
1430
- param: 'isEnabled',
1431
- defaultValue: false
1432
- }),
1433
1426
  // Added 2026-02-17
1434
1427
  confluence_frontend_fix_date_hydration_error: createBooleanExperiment({
1435
1428
  productKeys: {
@@ -1220,10 +1220,11 @@ export var editorExperimentsConfig = {
1220
1220
  param: 'isEnabled',
1221
1221
  defaultValue: false
1222
1222
  }),
1223
- // Added 2025-01-15
1224
- platform_editor_table_toolbar_icon_ext_fix_exp: createBooleanExperiment({
1223
+ // Added 2026-01-14
1224
+ platform_editor_context_context_types_migration: createBooleanExperiment({
1225
1225
  productKeys: {
1226
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1226
+ confluence: 'platform_editor_context_context_types_migration',
1227
+ jira: 'platform_editor_context_context_types_migration'
1227
1228
  },
1228
1229
  param: 'isEnabled',
1229
1230
  defaultValue: false
@@ -1422,14 +1423,6 @@ export var editorExperimentsConfig = {
1422
1423
  param: 'isEnabled',
1423
1424
  defaultValue: false
1424
1425
  }),
1425
- // Added 2026-02-16
1426
- platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
1427
- productKeys: {
1428
- confluence: 'platform_editor_remove_reactserializer_fromschema'
1429
- },
1430
- param: 'isEnabled',
1431
- defaultValue: false
1432
- }),
1433
1426
  // Added 2026-02-17
1434
1427
  confluence_frontend_fix_date_hydration_error: createBooleanExperiment({
1435
1428
  productKeys: {
@@ -893,7 +893,7 @@ export declare const editorExperimentsConfig: {
893
893
  productKeys?: ProductKeys;
894
894
  typeGuard: IsBooleanType;
895
895
  };
896
- platform_editor_table_toolbar_icon_ext_fix_exp: {
896
+ platform_editor_context_context_types_migration: {
897
897
  defaultValue: boolean;
898
898
  param: string;
899
899
  productKeys?: ProductKeys;
@@ -1050,12 +1050,6 @@ export declare const editorExperimentsConfig: {
1050
1050
  productKeys?: ProductKeys;
1051
1051
  typeGuard: IsBooleanType;
1052
1052
  };
1053
- platform_editor_remove_reactserializer_fromschema: {
1054
- defaultValue: boolean;
1055
- param: string;
1056
- productKeys?: ProductKeys;
1057
- typeGuard: IsBooleanType;
1058
- };
1059
1053
  platform_editor_comment_editor_border_radius: {
1060
1054
  defaultValue: boolean;
1061
1055
  param: string;
@@ -893,7 +893,7 @@ export declare const editorExperimentsConfig: {
893
893
  productKeys?: ProductKeys;
894
894
  typeGuard: IsBooleanType;
895
895
  };
896
- platform_editor_table_toolbar_icon_ext_fix_exp: {
896
+ platform_editor_context_context_types_migration: {
897
897
  defaultValue: boolean;
898
898
  param: string;
899
899
  productKeys?: ProductKeys;
@@ -1050,12 +1050,6 @@ export declare const editorExperimentsConfig: {
1050
1050
  productKeys?: ProductKeys;
1051
1051
  typeGuard: IsBooleanType;
1052
1052
  };
1053
- platform_editor_remove_reactserializer_fromschema: {
1054
- defaultValue: boolean;
1055
- param: string;
1056
- productKeys?: ProductKeys;
1057
- typeGuard: IsBooleanType;
1058
- };
1059
1053
  platform_editor_comment_editor_border_radius: {
1060
1054
  defaultValue: boolean;
1061
1055
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "35.10.0",
3
+ "version": "36.0.1",
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",