@atlaskit/tmp-editor-statsig 13.7.0 → 13.8.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
|
+
## 13.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`3e586d8ee0ce4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e586d8ee0ce4) -
|
|
8
|
+
Remove platform_editor_aifc_selection_toolbar_responsive exp and gate new logic in aiPlugin
|
|
9
|
+
|
|
3
10
|
## 13.7.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -921,14 +921,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
921
921
|
param: 'isEnabled',
|
|
922
922
|
defaultValue: false
|
|
923
923
|
}),
|
|
924
|
-
// Added 2025-09-05
|
|
925
|
-
platform_editor_aifc_selection_toolbar_responsive: (0, _experimentBuilders.createBooleanExperiment)({
|
|
926
|
-
productKeys: {
|
|
927
|
-
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
928
|
-
},
|
|
929
|
-
param: 'isEnabled',
|
|
930
|
-
defaultValue: false
|
|
931
|
-
}),
|
|
932
924
|
// Added 2025-09-17
|
|
933
925
|
platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
934
926
|
productKeys: {
|
|
@@ -915,14 +915,6 @@ export const editorExperimentsConfig = {
|
|
|
915
915
|
param: 'isEnabled',
|
|
916
916
|
defaultValue: false
|
|
917
917
|
}),
|
|
918
|
-
// Added 2025-09-05
|
|
919
|
-
platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
|
|
920
|
-
productKeys: {
|
|
921
|
-
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
922
|
-
},
|
|
923
|
-
param: 'isEnabled',
|
|
924
|
-
defaultValue: false
|
|
925
|
-
}),
|
|
926
918
|
// Added 2025-09-17
|
|
927
919
|
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
928
920
|
productKeys: {
|
|
@@ -915,14 +915,6 @@ export var editorExperimentsConfig = {
|
|
|
915
915
|
param: 'isEnabled',
|
|
916
916
|
defaultValue: false
|
|
917
917
|
}),
|
|
918
|
-
// Added 2025-09-05
|
|
919
|
-
platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
|
|
920
|
-
productKeys: {
|
|
921
|
-
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
922
|
-
},
|
|
923
|
-
param: 'isEnabled',
|
|
924
|
-
defaultValue: false
|
|
925
|
-
}),
|
|
926
918
|
// Added 2025-09-17
|
|
927
919
|
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
928
920
|
productKeys: {
|
|
@@ -674,12 +674,6 @@ export declare const editorExperimentsConfig: {
|
|
|
674
674
|
param: string;
|
|
675
675
|
productKeys?: import("./types").ProductKeys;
|
|
676
676
|
};
|
|
677
|
-
platform_editor_aifc_selection_toolbar_responsive: {
|
|
678
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
679
|
-
defaultValue: boolean;
|
|
680
|
-
param: string;
|
|
681
|
-
productKeys?: import("./types").ProductKeys;
|
|
682
|
-
};
|
|
683
677
|
platform_editor_block_menu_keyboard_navigation: {
|
|
684
678
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
685
679
|
defaultValue: boolean;
|
|
@@ -674,12 +674,6 @@ export declare const editorExperimentsConfig: {
|
|
|
674
674
|
param: string;
|
|
675
675
|
productKeys?: import("./types").ProductKeys;
|
|
676
676
|
};
|
|
677
|
-
platform_editor_aifc_selection_toolbar_responsive: {
|
|
678
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
679
|
-
defaultValue: boolean;
|
|
680
|
-
param: string;
|
|
681
|
-
productKeys?: import("./types").ProductKeys;
|
|
682
|
-
};
|
|
683
677
|
platform_editor_block_menu_keyboard_navigation: {
|
|
684
678
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
685
679
|
defaultValue: boolean;
|
package/package.json
CHANGED