@atlaskit/tmp-editor-statsig 36.0.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,12 @@
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
+
3
10
  ## 36.0.0
4
11
 
5
12
  ### Major Changes
@@ -1429,14 +1429,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1429
1429
  param: 'isEnabled',
1430
1430
  defaultValue: false
1431
1431
  }),
1432
- // Added 2026-02-16
1433
- platform_editor_remove_reactserializer_fromschema: (0, _experimentBuilders.createBooleanExperiment)({
1434
- productKeys: {
1435
- confluence: 'platform_editor_remove_reactserializer_fromschema'
1436
- },
1437
- param: 'isEnabled',
1438
- defaultValue: false
1439
- }),
1440
1432
  // Added 2026-02-17
1441
1433
  confluence_frontend_fix_date_hydration_error: (0, _experimentBuilders.createBooleanExperiment)({
1442
1434
  productKeys: {
@@ -1423,14 +1423,6 @@ export const editorExperimentsConfig = {
1423
1423
  param: 'isEnabled',
1424
1424
  defaultValue: false
1425
1425
  }),
1426
- // Added 2026-02-16
1427
- platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
1428
- productKeys: {
1429
- confluence: 'platform_editor_remove_reactserializer_fromschema'
1430
- },
1431
- param: 'isEnabled',
1432
- defaultValue: false
1433
- }),
1434
1426
  // Added 2026-02-17
1435
1427
  confluence_frontend_fix_date_hydration_error: createBooleanExperiment({
1436
1428
  productKeys: {
@@ -1423,14 +1423,6 @@ export var editorExperimentsConfig = {
1423
1423
  param: 'isEnabled',
1424
1424
  defaultValue: false
1425
1425
  }),
1426
- // Added 2026-02-16
1427
- platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
1428
- productKeys: {
1429
- confluence: 'platform_editor_remove_reactserializer_fromschema'
1430
- },
1431
- param: 'isEnabled',
1432
- defaultValue: false
1433
- }),
1434
1426
  // Added 2026-02-17
1435
1427
  confluence_frontend_fix_date_hydration_error: createBooleanExperiment({
1436
1428
  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;
@@ -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": "36.0.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",