@atlaskit/tmp-editor-statsig 25.0.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 +14 -0
- package/dist/cjs/experiments-config.js +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 25.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`584ac5ca3f498`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/584ac5ca3f498) -
|
|
15
|
+
[ux] EDITOR-5269 Disables the copy button for legacy content macro nodes
|
|
16
|
+
|
|
3
17
|
## 25.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
|
@@ -926,6 +926,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
926
926
|
param: 'isEnabled',
|
|
927
927
|
defaultValue: false
|
|
928
928
|
}),
|
|
929
|
+
// Added 2026-02-16
|
|
930
|
+
platform_editor_disable_lcm_copy_button: (0, _experimentBuilders.createBooleanExperiment)({
|
|
931
|
+
productKeys: {
|
|
932
|
+
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
933
|
+
},
|
|
934
|
+
param: 'isEnabled',
|
|
935
|
+
defaultValue: false
|
|
936
|
+
}),
|
|
929
937
|
// Added 2025-28-01
|
|
930
938
|
platform_editor_primary_toolbar_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
|
|
931
939
|
productKeys: {
|
|
@@ -1372,5 +1380,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1372
1380
|
},
|
|
1373
1381
|
param: 'isEnabled',
|
|
1374
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
|
|
1375
1391
|
})
|
|
1376
1392
|
};
|
|
@@ -920,6 +920,14 @@ export const editorExperimentsConfig = {
|
|
|
920
920
|
param: 'isEnabled',
|
|
921
921
|
defaultValue: false
|
|
922
922
|
}),
|
|
923
|
+
// Added 2026-02-16
|
|
924
|
+
platform_editor_disable_lcm_copy_button: createBooleanExperiment({
|
|
925
|
+
productKeys: {
|
|
926
|
+
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
927
|
+
},
|
|
928
|
+
param: 'isEnabled',
|
|
929
|
+
defaultValue: false
|
|
930
|
+
}),
|
|
923
931
|
// Added 2025-28-01
|
|
924
932
|
platform_editor_primary_toolbar_early_exit: createBooleanExperiment({
|
|
925
933
|
productKeys: {
|
|
@@ -1366,5 +1374,13 @@ export const editorExperimentsConfig = {
|
|
|
1366
1374
|
},
|
|
1367
1375
|
param: 'isEnabled',
|
|
1368
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
|
|
1369
1385
|
})
|
|
1370
1386
|
};
|
|
@@ -920,6 +920,14 @@ export var editorExperimentsConfig = {
|
|
|
920
920
|
param: 'isEnabled',
|
|
921
921
|
defaultValue: false
|
|
922
922
|
}),
|
|
923
|
+
// Added 2026-02-16
|
|
924
|
+
platform_editor_disable_lcm_copy_button: createBooleanExperiment({
|
|
925
|
+
productKeys: {
|
|
926
|
+
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
927
|
+
},
|
|
928
|
+
param: 'isEnabled',
|
|
929
|
+
defaultValue: false
|
|
930
|
+
}),
|
|
923
931
|
// Added 2025-28-01
|
|
924
932
|
platform_editor_primary_toolbar_early_exit: createBooleanExperiment({
|
|
925
933
|
productKeys: {
|
|
@@ -1366,5 +1374,13 @@ export var editorExperimentsConfig = {
|
|
|
1366
1374
|
},
|
|
1367
1375
|
param: 'isEnabled',
|
|
1368
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
|
|
1369
1385
|
})
|
|
1370
1386
|
};
|
|
@@ -565,6 +565,12 @@ export declare const editorExperimentsConfig: {
|
|
|
565
565
|
productKeys?: ProductKeys;
|
|
566
566
|
typeGuard: IsBooleanType;
|
|
567
567
|
};
|
|
568
|
+
platform_editor_disable_lcm_copy_button: {
|
|
569
|
+
defaultValue: boolean;
|
|
570
|
+
param: string;
|
|
571
|
+
productKeys?: ProductKeys;
|
|
572
|
+
typeGuard: IsBooleanType;
|
|
573
|
+
};
|
|
568
574
|
platform_editor_remove_ncsstepmetrics_plugin: {
|
|
569
575
|
defaultValue: boolean;
|
|
570
576
|
param: string;
|
|
@@ -1015,5 +1021,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1015
1021
|
productKeys?: ProductKeys;
|
|
1016
1022
|
typeGuard: IsBooleanType;
|
|
1017
1023
|
};
|
|
1024
|
+
platform_editor_remove_reactserializer_fromschema: {
|
|
1025
|
+
defaultValue: boolean;
|
|
1026
|
+
param: string;
|
|
1027
|
+
productKeys?: ProductKeys;
|
|
1028
|
+
typeGuard: IsBooleanType;
|
|
1029
|
+
};
|
|
1018
1030
|
};
|
|
1019
1031
|
export {};
|
|
@@ -565,6 +565,12 @@ export declare const editorExperimentsConfig: {
|
|
|
565
565
|
productKeys?: ProductKeys;
|
|
566
566
|
typeGuard: IsBooleanType;
|
|
567
567
|
};
|
|
568
|
+
platform_editor_disable_lcm_copy_button: {
|
|
569
|
+
defaultValue: boolean;
|
|
570
|
+
param: string;
|
|
571
|
+
productKeys?: ProductKeys;
|
|
572
|
+
typeGuard: IsBooleanType;
|
|
573
|
+
};
|
|
568
574
|
platform_editor_remove_ncsstepmetrics_plugin: {
|
|
569
575
|
defaultValue: boolean;
|
|
570
576
|
param: string;
|
|
@@ -1015,5 +1021,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1015
1021
|
productKeys?: ProductKeys;
|
|
1016
1022
|
typeGuard: IsBooleanType;
|
|
1017
1023
|
};
|
|
1024
|
+
platform_editor_remove_reactserializer_fromschema: {
|
|
1025
|
+
defaultValue: boolean;
|
|
1026
|
+
param: string;
|
|
1027
|
+
productKeys?: ProductKeys;
|
|
1028
|
+
typeGuard: IsBooleanType;
|
|
1029
|
+
};
|
|
1018
1030
|
};
|
|
1019
1031
|
export {};
|
package/package.json
CHANGED