@atlaskit/tmp-editor-statsig 44.1.0 → 44.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 +12 -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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 44.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`aa4e1fcb89ca8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa4e1fcb89ca8) -
|
|
8
|
+
Added new `platform_editor_flexible_list_schema` experiment that independently enables ADF schema
|
|
9
|
+
and CSS rendering support for flexible lists, without creation behaviour. Updated schema node
|
|
10
|
+
selection, CSS rendering, ADF validation, and task list schema to use the new gate. Indent/outdent
|
|
11
|
+
behaviour remains on the existing `platform_editor_flexible_list_indentation` gate.
|
|
12
|
+
- [`bd008993d07cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd008993d07cd) -
|
|
13
|
+
Reuse the same selectors for determinig hover locations and location to draw drag handle
|
|
14
|
+
|
|
3
15
|
## 44.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -915,6 +915,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
915
915
|
param: 'isEnabled',
|
|
916
916
|
defaultValue: false
|
|
917
917
|
}),
|
|
918
|
+
platform_editor_unify_native_dnd_selectors: (0, _experimentBuilders.createBooleanExperiment)({
|
|
919
|
+
productKeys: {
|
|
920
|
+
confluence: 'platform_editor_unify_native_dnd_selectors',
|
|
921
|
+
jira: 'platform_editor_unify_native_dnd_selectors'
|
|
922
|
+
},
|
|
923
|
+
param: 'isEnabled',
|
|
924
|
+
defaultValue: false
|
|
925
|
+
}),
|
|
918
926
|
// Added 2025-09-10
|
|
919
927
|
platform_editor_fix_button_name_violation_in_table: (0, _experimentBuilders.createBooleanExperiment)({
|
|
920
928
|
productKeys: {
|
|
@@ -1527,6 +1535,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1527
1535
|
param: 'isEnabled',
|
|
1528
1536
|
defaultValue: false
|
|
1529
1537
|
}),
|
|
1538
|
+
// Added 2026-03-24
|
|
1539
|
+
platform_editor_flexible_list_schema: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1540
|
+
productKeys: {
|
|
1541
|
+
confluence: 'platform_editor_flexible_list_schema'
|
|
1542
|
+
},
|
|
1543
|
+
param: 'isEnabled',
|
|
1544
|
+
defaultValue: false
|
|
1545
|
+
}),
|
|
1530
1546
|
// Added 2026-02-24
|
|
1531
1547
|
platform_editor_emoji_default_scale: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1532
1548
|
productKeys: {
|
|
@@ -909,6 +909,14 @@ export const editorExperimentsConfig = {
|
|
|
909
909
|
param: 'isEnabled',
|
|
910
910
|
defaultValue: false
|
|
911
911
|
}),
|
|
912
|
+
platform_editor_unify_native_dnd_selectors: createBooleanExperiment({
|
|
913
|
+
productKeys: {
|
|
914
|
+
confluence: 'platform_editor_unify_native_dnd_selectors',
|
|
915
|
+
jira: 'platform_editor_unify_native_dnd_selectors'
|
|
916
|
+
},
|
|
917
|
+
param: 'isEnabled',
|
|
918
|
+
defaultValue: false
|
|
919
|
+
}),
|
|
912
920
|
// Added 2025-09-10
|
|
913
921
|
platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
|
|
914
922
|
productKeys: {
|
|
@@ -1521,6 +1529,14 @@ export const editorExperimentsConfig = {
|
|
|
1521
1529
|
param: 'isEnabled',
|
|
1522
1530
|
defaultValue: false
|
|
1523
1531
|
}),
|
|
1532
|
+
// Added 2026-03-24
|
|
1533
|
+
platform_editor_flexible_list_schema: createBooleanExperiment({
|
|
1534
|
+
productKeys: {
|
|
1535
|
+
confluence: 'platform_editor_flexible_list_schema'
|
|
1536
|
+
},
|
|
1537
|
+
param: 'isEnabled',
|
|
1538
|
+
defaultValue: false
|
|
1539
|
+
}),
|
|
1524
1540
|
// Added 2026-02-24
|
|
1525
1541
|
platform_editor_emoji_default_scale: createBooleanExperiment({
|
|
1526
1542
|
productKeys: {
|
|
@@ -909,6 +909,14 @@ export var editorExperimentsConfig = {
|
|
|
909
909
|
param: 'isEnabled',
|
|
910
910
|
defaultValue: false
|
|
911
911
|
}),
|
|
912
|
+
platform_editor_unify_native_dnd_selectors: createBooleanExperiment({
|
|
913
|
+
productKeys: {
|
|
914
|
+
confluence: 'platform_editor_unify_native_dnd_selectors',
|
|
915
|
+
jira: 'platform_editor_unify_native_dnd_selectors'
|
|
916
|
+
},
|
|
917
|
+
param: 'isEnabled',
|
|
918
|
+
defaultValue: false
|
|
919
|
+
}),
|
|
912
920
|
// Added 2025-09-10
|
|
913
921
|
platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
|
|
914
922
|
productKeys: {
|
|
@@ -1521,6 +1529,14 @@ export var editorExperimentsConfig = {
|
|
|
1521
1529
|
param: 'isEnabled',
|
|
1522
1530
|
defaultValue: false
|
|
1523
1531
|
}),
|
|
1532
|
+
// Added 2026-03-24
|
|
1533
|
+
platform_editor_flexible_list_schema: createBooleanExperiment({
|
|
1534
|
+
productKeys: {
|
|
1535
|
+
confluence: 'platform_editor_flexible_list_schema'
|
|
1536
|
+
},
|
|
1537
|
+
param: 'isEnabled',
|
|
1538
|
+
defaultValue: false
|
|
1539
|
+
}),
|
|
1524
1540
|
// Added 2026-02-24
|
|
1525
1541
|
platform_editor_emoji_default_scale: createBooleanExperiment({
|
|
1526
1542
|
productKeys: {
|
|
@@ -160,6 +160,12 @@ export declare const editorExperimentsConfig: {
|
|
|
160
160
|
productKeys?: ProductKeys;
|
|
161
161
|
typeGuard: IsBooleanType;
|
|
162
162
|
};
|
|
163
|
+
platform_editor_unify_native_dnd_selectors: {
|
|
164
|
+
defaultValue: boolean;
|
|
165
|
+
param: string;
|
|
166
|
+
productKeys?: ProductKeys;
|
|
167
|
+
typeGuard: IsBooleanType;
|
|
168
|
+
};
|
|
163
169
|
ai_speech_to_text_in_editor: {
|
|
164
170
|
defaultValue: boolean;
|
|
165
171
|
param: string;
|
|
@@ -1092,6 +1098,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1098
|
productKeys?: ProductKeys;
|
|
1093
1099
|
typeGuard: IsBooleanType;
|
|
1094
1100
|
};
|
|
1101
|
+
platform_editor_flexible_list_schema: {
|
|
1102
|
+
defaultValue: boolean;
|
|
1103
|
+
param: string;
|
|
1104
|
+
productKeys?: ProductKeys;
|
|
1105
|
+
typeGuard: IsBooleanType;
|
|
1106
|
+
};
|
|
1095
1107
|
platform_editor_vc90_transition_table_border: {
|
|
1096
1108
|
defaultValue: boolean;
|
|
1097
1109
|
param: string;
|
|
@@ -160,6 +160,12 @@ export declare const editorExperimentsConfig: {
|
|
|
160
160
|
productKeys?: ProductKeys;
|
|
161
161
|
typeGuard: IsBooleanType;
|
|
162
162
|
};
|
|
163
|
+
platform_editor_unify_native_dnd_selectors: {
|
|
164
|
+
defaultValue: boolean;
|
|
165
|
+
param: string;
|
|
166
|
+
productKeys?: ProductKeys;
|
|
167
|
+
typeGuard: IsBooleanType;
|
|
168
|
+
};
|
|
163
169
|
ai_speech_to_text_in_editor: {
|
|
164
170
|
defaultValue: boolean;
|
|
165
171
|
param: string;
|
|
@@ -1092,6 +1098,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1098
|
productKeys?: ProductKeys;
|
|
1093
1099
|
typeGuard: IsBooleanType;
|
|
1094
1100
|
};
|
|
1101
|
+
platform_editor_flexible_list_schema: {
|
|
1102
|
+
defaultValue: boolean;
|
|
1103
|
+
param: string;
|
|
1104
|
+
productKeys?: ProductKeys;
|
|
1105
|
+
typeGuard: IsBooleanType;
|
|
1106
|
+
};
|
|
1095
1107
|
platform_editor_vc90_transition_table_border: {
|
|
1096
1108
|
defaultValue: boolean;
|
|
1097
1109
|
param: string;
|
package/package.json
CHANGED