@atlaskit/tmp-editor-statsig 31.1.0 → 31.3.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
|
+
## 31.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`3a649003f9b55`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a649003f9b55) -
|
|
8
|
+
[A11Y-22843] add experiment to statsig config
|
|
9
|
+
|
|
10
|
+
## 31.2.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`19274be1b1972`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19274be1b1972) -
|
|
15
|
+
[ux] EDITOR-5417 Flexible list indentation ADF schema + validator support
|
|
16
|
+
|
|
3
17
|
## 31.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -1469,6 +1469,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1469
1469
|
param: 'isEnabled',
|
|
1470
1470
|
defaultValue: false
|
|
1471
1471
|
}),
|
|
1472
|
+
// Added 2026-02-19
|
|
1473
|
+
platform_editor_flexible_list_indentation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1474
|
+
productKeys: {
|
|
1475
|
+
confluence: 'platform_editor_flexible_list_indentation'
|
|
1476
|
+
},
|
|
1477
|
+
param: 'isEnabled',
|
|
1478
|
+
defaultValue: false
|
|
1479
|
+
}),
|
|
1472
1480
|
// Added 2026-02-24
|
|
1473
1481
|
platform_editor_emoji_default_scale: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1474
1482
|
productKeys: {
|
|
@@ -1485,5 +1493,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1485
1493
|
},
|
|
1486
1494
|
param: 'isEnabled',
|
|
1487
1495
|
defaultValue: false
|
|
1496
|
+
}),
|
|
1497
|
+
// Added 2026-02-25
|
|
1498
|
+
platform_editor_a11y_typeahead_tab_keypress: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1499
|
+
productKeys: {
|
|
1500
|
+
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1501
|
+
},
|
|
1502
|
+
param: 'isEnabled',
|
|
1503
|
+
defaultValue: false
|
|
1488
1504
|
})
|
|
1489
1505
|
};
|
|
@@ -1463,6 +1463,14 @@ export const editorExperimentsConfig = {
|
|
|
1463
1463
|
param: 'isEnabled',
|
|
1464
1464
|
defaultValue: false
|
|
1465
1465
|
}),
|
|
1466
|
+
// Added 2026-02-19
|
|
1467
|
+
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
1468
|
+
productKeys: {
|
|
1469
|
+
confluence: 'platform_editor_flexible_list_indentation'
|
|
1470
|
+
},
|
|
1471
|
+
param: 'isEnabled',
|
|
1472
|
+
defaultValue: false
|
|
1473
|
+
}),
|
|
1466
1474
|
// Added 2026-02-24
|
|
1467
1475
|
platform_editor_emoji_default_scale: createBooleanExperiment({
|
|
1468
1476
|
productKeys: {
|
|
@@ -1479,5 +1487,13 @@ export const editorExperimentsConfig = {
|
|
|
1479
1487
|
},
|
|
1480
1488
|
param: 'isEnabled',
|
|
1481
1489
|
defaultValue: false
|
|
1490
|
+
}),
|
|
1491
|
+
// Added 2026-02-25
|
|
1492
|
+
platform_editor_a11y_typeahead_tab_keypress: createBooleanExperiment({
|
|
1493
|
+
productKeys: {
|
|
1494
|
+
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1495
|
+
},
|
|
1496
|
+
param: 'isEnabled',
|
|
1497
|
+
defaultValue: false
|
|
1482
1498
|
})
|
|
1483
1499
|
};
|
|
@@ -1463,6 +1463,14 @@ export var editorExperimentsConfig = {
|
|
|
1463
1463
|
param: 'isEnabled',
|
|
1464
1464
|
defaultValue: false
|
|
1465
1465
|
}),
|
|
1466
|
+
// Added 2026-02-19
|
|
1467
|
+
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
1468
|
+
productKeys: {
|
|
1469
|
+
confluence: 'platform_editor_flexible_list_indentation'
|
|
1470
|
+
},
|
|
1471
|
+
param: 'isEnabled',
|
|
1472
|
+
defaultValue: false
|
|
1473
|
+
}),
|
|
1466
1474
|
// Added 2026-02-24
|
|
1467
1475
|
platform_editor_emoji_default_scale: createBooleanExperiment({
|
|
1468
1476
|
productKeys: {
|
|
@@ -1479,5 +1487,13 @@ export var editorExperimentsConfig = {
|
|
|
1479
1487
|
},
|
|
1480
1488
|
param: 'isEnabled',
|
|
1481
1489
|
defaultValue: false
|
|
1490
|
+
}),
|
|
1491
|
+
// Added 2026-02-25
|
|
1492
|
+
platform_editor_a11y_typeahead_tab_keypress: createBooleanExperiment({
|
|
1493
|
+
productKeys: {
|
|
1494
|
+
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1495
|
+
},
|
|
1496
|
+
param: 'isEnabled',
|
|
1497
|
+
defaultValue: false
|
|
1482
1498
|
})
|
|
1483
1499
|
};
|
|
@@ -1080,6 +1080,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1080
|
productKeys?: ProductKeys;
|
|
1081
1081
|
typeGuard: IsBooleanType;
|
|
1082
1082
|
};
|
|
1083
|
+
platform_editor_flexible_list_indentation: {
|
|
1084
|
+
defaultValue: boolean;
|
|
1085
|
+
param: string;
|
|
1086
|
+
productKeys?: ProductKeys;
|
|
1087
|
+
typeGuard: IsBooleanType;
|
|
1088
|
+
};
|
|
1083
1089
|
platform_editor_vc90_transition_fixes_batch_1: {
|
|
1084
1090
|
defaultValue: boolean;
|
|
1085
1091
|
param: string;
|
|
@@ -1098,5 +1104,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1098
1104
|
productKeys?: ProductKeys;
|
|
1099
1105
|
typeGuard: IsBooleanType;
|
|
1100
1106
|
};
|
|
1107
|
+
platform_editor_a11y_typeahead_tab_keypress: {
|
|
1108
|
+
defaultValue: boolean;
|
|
1109
|
+
param: string;
|
|
1110
|
+
productKeys?: ProductKeys;
|
|
1111
|
+
typeGuard: IsBooleanType;
|
|
1112
|
+
};
|
|
1101
1113
|
};
|
|
1102
1114
|
export {};
|
|
@@ -1080,6 +1080,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1080
|
productKeys?: ProductKeys;
|
|
1081
1081
|
typeGuard: IsBooleanType;
|
|
1082
1082
|
};
|
|
1083
|
+
platform_editor_flexible_list_indentation: {
|
|
1084
|
+
defaultValue: boolean;
|
|
1085
|
+
param: string;
|
|
1086
|
+
productKeys?: ProductKeys;
|
|
1087
|
+
typeGuard: IsBooleanType;
|
|
1088
|
+
};
|
|
1083
1089
|
platform_editor_vc90_transition_fixes_batch_1: {
|
|
1084
1090
|
defaultValue: boolean;
|
|
1085
1091
|
param: string;
|
|
@@ -1098,5 +1104,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1098
1104
|
productKeys?: ProductKeys;
|
|
1099
1105
|
typeGuard: IsBooleanType;
|
|
1100
1106
|
};
|
|
1107
|
+
platform_editor_a11y_typeahead_tab_keypress: {
|
|
1108
|
+
defaultValue: boolean;
|
|
1109
|
+
param: string;
|
|
1110
|
+
productKeys?: ProductKeys;
|
|
1111
|
+
typeGuard: IsBooleanType;
|
|
1112
|
+
};
|
|
1101
1113
|
};
|
|
1102
1114
|
export {};
|
package/package.json
CHANGED