@atlaskit/tmp-editor-statsig 14.1.1 → 14.1.2
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.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`01a138be1a16d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01a138be1a16d) -
|
|
8
|
+
Clean up platform_editor_block_menu_expand_format
|
|
9
|
+
|
|
3
10
|
## 14.1.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -908,14 +908,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
908
908
|
defaultValue: false
|
|
909
909
|
}),
|
|
910
910
|
// Added 2025-09-11
|
|
911
|
-
platform_editor_block_menu_expand_format: (0, _experimentBuilders.createBooleanExperiment)({
|
|
912
|
-
productKeys: {
|
|
913
|
-
confluence: 'platform_editor_block_menu_expand_format'
|
|
914
|
-
},
|
|
915
|
-
param: 'isEnabled',
|
|
916
|
-
defaultValue: false
|
|
917
|
-
}),
|
|
918
|
-
// Added 2025-09-11
|
|
919
911
|
platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
|
|
920
912
|
productKeys: {
|
|
921
913
|
confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
|
|
@@ -902,14 +902,6 @@ export const editorExperimentsConfig = {
|
|
|
902
902
|
defaultValue: false
|
|
903
903
|
}),
|
|
904
904
|
// Added 2025-09-11
|
|
905
|
-
platform_editor_block_menu_expand_format: createBooleanExperiment({
|
|
906
|
-
productKeys: {
|
|
907
|
-
confluence: 'platform_editor_block_menu_expand_format'
|
|
908
|
-
},
|
|
909
|
-
param: 'isEnabled',
|
|
910
|
-
defaultValue: false
|
|
911
|
-
}),
|
|
912
|
-
// Added 2025-09-11
|
|
913
905
|
platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
|
|
914
906
|
productKeys: {
|
|
915
907
|
confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
|
|
@@ -902,14 +902,6 @@ export var editorExperimentsConfig = {
|
|
|
902
902
|
defaultValue: false
|
|
903
903
|
}),
|
|
904
904
|
// Added 2025-09-11
|
|
905
|
-
platform_editor_block_menu_expand_format: createBooleanExperiment({
|
|
906
|
-
productKeys: {
|
|
907
|
-
confluence: 'platform_editor_block_menu_expand_format'
|
|
908
|
-
},
|
|
909
|
-
param: 'isEnabled',
|
|
910
|
-
defaultValue: false
|
|
911
|
-
}),
|
|
912
|
-
// Added 2025-09-11
|
|
913
905
|
platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
|
|
914
906
|
productKeys: {
|
|
915
907
|
confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
|
|
@@ -279,12 +279,6 @@ export declare const editorExperimentsConfig: {
|
|
|
279
279
|
productKeys?: ProductKeys;
|
|
280
280
|
typeGuard: IsBooleanType;
|
|
281
281
|
};
|
|
282
|
-
platform_editor_block_menu_expand_format: {
|
|
283
|
-
defaultValue: boolean;
|
|
284
|
-
param: string;
|
|
285
|
-
productKeys?: ProductKeys;
|
|
286
|
-
typeGuard: IsBooleanType;
|
|
287
|
-
};
|
|
288
282
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
289
283
|
defaultValue: boolean;
|
|
290
284
|
param: string;
|
|
@@ -279,12 +279,6 @@ export declare const editorExperimentsConfig: {
|
|
|
279
279
|
productKeys?: ProductKeys;
|
|
280
280
|
typeGuard: IsBooleanType;
|
|
281
281
|
};
|
|
282
|
-
platform_editor_block_menu_expand_format: {
|
|
283
|
-
defaultValue: boolean;
|
|
284
|
-
param: string;
|
|
285
|
-
productKeys?: ProductKeys;
|
|
286
|
-
typeGuard: IsBooleanType;
|
|
287
|
-
};
|
|
288
282
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
289
283
|
defaultValue: boolean;
|
|
290
284
|
param: string;
|
package/package.json
CHANGED