@atlaskit/tmp-editor-statsig 14.0.1 → 14.1.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
|
+
## 14.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`7583860e8637f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7583860e8637f) -
|
|
8
|
+
EDITOR-3621 Clean up platform_editor_block_menu_keyboard_navigation feature gate
|
|
9
|
+
|
|
3
10
|
## 14.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -914,14 +914,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
914
914
|
param: 'isEnabled',
|
|
915
915
|
defaultValue: false
|
|
916
916
|
}),
|
|
917
|
-
// Added 2025-09-17
|
|
918
|
-
platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
919
|
-
productKeys: {
|
|
920
|
-
confluence: 'platform_editor_block_menu_keyboard_navigation'
|
|
921
|
-
},
|
|
922
|
-
param: 'isEnabled',
|
|
923
|
-
defaultValue: false
|
|
924
|
-
}),
|
|
925
917
|
// Added 2025-09-11
|
|
926
918
|
platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
|
|
927
919
|
productKeys: {
|
|
@@ -908,14 +908,6 @@ export const editorExperimentsConfig = {
|
|
|
908
908
|
param: 'isEnabled',
|
|
909
909
|
defaultValue: false
|
|
910
910
|
}),
|
|
911
|
-
// Added 2025-09-17
|
|
912
|
-
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
913
|
-
productKeys: {
|
|
914
|
-
confluence: 'platform_editor_block_menu_keyboard_navigation'
|
|
915
|
-
},
|
|
916
|
-
param: 'isEnabled',
|
|
917
|
-
defaultValue: false
|
|
918
|
-
}),
|
|
919
911
|
// Added 2025-09-11
|
|
920
912
|
platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
|
|
921
913
|
productKeys: {
|
|
@@ -908,14 +908,6 @@ export var editorExperimentsConfig = {
|
|
|
908
908
|
param: 'isEnabled',
|
|
909
909
|
defaultValue: false
|
|
910
910
|
}),
|
|
911
|
-
// Added 2025-09-17
|
|
912
|
-
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
913
|
-
productKeys: {
|
|
914
|
-
confluence: 'platform_editor_block_menu_keyboard_navigation'
|
|
915
|
-
},
|
|
916
|
-
param: 'isEnabled',
|
|
917
|
-
defaultValue: false
|
|
918
|
-
}),
|
|
919
911
|
// Added 2025-09-11
|
|
920
912
|
platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
|
|
921
913
|
productKeys: {
|
|
@@ -285,12 +285,6 @@ export declare const editorExperimentsConfig: {
|
|
|
285
285
|
productKeys?: ProductKeys;
|
|
286
286
|
typeGuard: IsBooleanType;
|
|
287
287
|
};
|
|
288
|
-
platform_editor_block_menu_keyboard_navigation: {
|
|
289
|
-
defaultValue: boolean;
|
|
290
|
-
param: string;
|
|
291
|
-
productKeys?: ProductKeys;
|
|
292
|
-
typeGuard: IsBooleanType;
|
|
293
|
-
};
|
|
294
288
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
295
289
|
defaultValue: boolean;
|
|
296
290
|
param: string;
|
|
@@ -285,12 +285,6 @@ export declare const editorExperimentsConfig: {
|
|
|
285
285
|
productKeys?: ProductKeys;
|
|
286
286
|
typeGuard: IsBooleanType;
|
|
287
287
|
};
|
|
288
|
-
platform_editor_block_menu_keyboard_navigation: {
|
|
289
|
-
defaultValue: boolean;
|
|
290
|
-
param: string;
|
|
291
|
-
productKeys?: ProductKeys;
|
|
292
|
-
typeGuard: IsBooleanType;
|
|
293
|
-
};
|
|
294
288
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
295
289
|
defaultValue: boolean;
|
|
296
290
|
param: string;
|
package/package.json
CHANGED