@atlaskit/tmp-editor-statsig 14.3.0 → 14.4.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,16 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 14.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`00c08e3995cb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00c08e3995cb2) -
|
|
8
|
+
Clean up platform_editor_block_menu_empty_line
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 14.3.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -620,14 +620,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
620
620
|
param: 'isEnabled',
|
|
621
621
|
defaultValue: false
|
|
622
622
|
}),
|
|
623
|
-
// Added 2025--9-17
|
|
624
|
-
platform_editor_block_menu_empty_line: (0, _experimentBuilders.createBooleanExperiment)({
|
|
625
|
-
productKeys: {
|
|
626
|
-
confluence: 'platform_editor_block_menu_empty_line'
|
|
627
|
-
},
|
|
628
|
-
param: 'isEnabled',
|
|
629
|
-
defaultValue: false
|
|
630
|
-
}),
|
|
631
623
|
// Added 2025-09-16
|
|
632
624
|
platform_editor_emoji_otp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
633
625
|
productKeys: {
|
|
@@ -614,14 +614,6 @@ export const editorExperimentsConfig = {
|
|
|
614
614
|
param: 'isEnabled',
|
|
615
615
|
defaultValue: false
|
|
616
616
|
}),
|
|
617
|
-
// Added 2025--9-17
|
|
618
|
-
platform_editor_block_menu_empty_line: createBooleanExperiment({
|
|
619
|
-
productKeys: {
|
|
620
|
-
confluence: 'platform_editor_block_menu_empty_line'
|
|
621
|
-
},
|
|
622
|
-
param: 'isEnabled',
|
|
623
|
-
defaultValue: false
|
|
624
|
-
}),
|
|
625
617
|
// Added 2025-09-16
|
|
626
618
|
platform_editor_emoji_otp: createBooleanExperiment({
|
|
627
619
|
productKeys: {
|
|
@@ -614,14 +614,6 @@ export var editorExperimentsConfig = {
|
|
|
614
614
|
param: 'isEnabled',
|
|
615
615
|
defaultValue: false
|
|
616
616
|
}),
|
|
617
|
-
// Added 2025--9-17
|
|
618
|
-
platform_editor_block_menu_empty_line: createBooleanExperiment({
|
|
619
|
-
productKeys: {
|
|
620
|
-
confluence: 'platform_editor_block_menu_empty_line'
|
|
621
|
-
},
|
|
622
|
-
param: 'isEnabled',
|
|
623
|
-
defaultValue: false
|
|
624
|
-
}),
|
|
625
617
|
// Added 2025-09-16
|
|
626
618
|
platform_editor_emoji_otp: createBooleanExperiment({
|
|
627
619
|
productKeys: {
|
|
@@ -273,12 +273,6 @@ export declare const editorExperimentsConfig: {
|
|
|
273
273
|
productKeys?: ProductKeys;
|
|
274
274
|
typeGuard: IsBooleanType;
|
|
275
275
|
};
|
|
276
|
-
platform_editor_block_menu_empty_line: {
|
|
277
|
-
defaultValue: boolean;
|
|
278
|
-
param: string;
|
|
279
|
-
productKeys?: ProductKeys;
|
|
280
|
-
typeGuard: IsBooleanType;
|
|
281
|
-
};
|
|
282
276
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
283
277
|
defaultValue: boolean;
|
|
284
278
|
param: string;
|
|
@@ -273,12 +273,6 @@ export declare const editorExperimentsConfig: {
|
|
|
273
273
|
productKeys?: ProductKeys;
|
|
274
274
|
typeGuard: IsBooleanType;
|
|
275
275
|
};
|
|
276
|
-
platform_editor_block_menu_empty_line: {
|
|
277
|
-
defaultValue: boolean;
|
|
278
|
-
param: string;
|
|
279
|
-
productKeys?: ProductKeys;
|
|
280
|
-
typeGuard: IsBooleanType;
|
|
281
|
-
};
|
|
282
276
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
283
277
|
defaultValue: boolean;
|
|
284
278
|
param: string;
|
package/package.json
CHANGED