@atlaskit/tmp-editor-statsig 25.1.0 → 25.2.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 25.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`daa8f7030b32d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/daa8f7030b32d) -
|
|
8
|
+
Remove unused ReactSerializer.fromSchema
|
|
9
|
+
|
|
3
10
|
## 25.1.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1380,5 +1380,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1380
1380
|
},
|
|
1381
1381
|
param: 'isEnabled',
|
|
1382
1382
|
defaultValue: false
|
|
1383
|
+
}),
|
|
1384
|
+
// Added 2026-02-16
|
|
1385
|
+
platform_editor_remove_reactserializer_fromschema: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1386
|
+
productKeys: {
|
|
1387
|
+
confluence: 'platform_editor_remove_reactserializer_fromschema'
|
|
1388
|
+
},
|
|
1389
|
+
param: 'isEnabled',
|
|
1390
|
+
defaultValue: false
|
|
1383
1391
|
})
|
|
1384
1392
|
};
|
|
@@ -1374,5 +1374,13 @@ export const editorExperimentsConfig = {
|
|
|
1374
1374
|
},
|
|
1375
1375
|
param: 'isEnabled',
|
|
1376
1376
|
defaultValue: false
|
|
1377
|
+
}),
|
|
1378
|
+
// Added 2026-02-16
|
|
1379
|
+
platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
|
|
1380
|
+
productKeys: {
|
|
1381
|
+
confluence: 'platform_editor_remove_reactserializer_fromschema'
|
|
1382
|
+
},
|
|
1383
|
+
param: 'isEnabled',
|
|
1384
|
+
defaultValue: false
|
|
1377
1385
|
})
|
|
1378
1386
|
};
|
|
@@ -1374,5 +1374,13 @@ export var editorExperimentsConfig = {
|
|
|
1374
1374
|
},
|
|
1375
1375
|
param: 'isEnabled',
|
|
1376
1376
|
defaultValue: false
|
|
1377
|
+
}),
|
|
1378
|
+
// Added 2026-02-16
|
|
1379
|
+
platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
|
|
1380
|
+
productKeys: {
|
|
1381
|
+
confluence: 'platform_editor_remove_reactserializer_fromschema'
|
|
1382
|
+
},
|
|
1383
|
+
param: 'isEnabled',
|
|
1384
|
+
defaultValue: false
|
|
1377
1385
|
})
|
|
1378
1386
|
};
|
|
@@ -1021,5 +1021,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1021
1021
|
productKeys?: ProductKeys;
|
|
1022
1022
|
typeGuard: IsBooleanType;
|
|
1023
1023
|
};
|
|
1024
|
+
platform_editor_remove_reactserializer_fromschema: {
|
|
1025
|
+
defaultValue: boolean;
|
|
1026
|
+
param: string;
|
|
1027
|
+
productKeys?: ProductKeys;
|
|
1028
|
+
typeGuard: IsBooleanType;
|
|
1029
|
+
};
|
|
1024
1030
|
};
|
|
1025
1031
|
export {};
|
|
@@ -1021,5 +1021,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1021
1021
|
productKeys?: ProductKeys;
|
|
1022
1022
|
typeGuard: IsBooleanType;
|
|
1023
1023
|
};
|
|
1024
|
+
platform_editor_remove_reactserializer_fromschema: {
|
|
1025
|
+
defaultValue: boolean;
|
|
1026
|
+
param: string;
|
|
1027
|
+
productKeys?: ProductKeys;
|
|
1028
|
+
typeGuard: IsBooleanType;
|
|
1029
|
+
};
|
|
1024
1030
|
};
|
|
1025
1031
|
export {};
|
package/package.json
CHANGED