@atlaskit/tmp-editor-statsig 11.10.0 → 11.12.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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 11.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`36e649e4988d3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/36e649e4988d3) -
|
|
8
|
+
[ux] ED-29072 close all menus on nested menu item clicked
|
|
9
|
+
|
|
10
|
+
## 11.11.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`51f3f2db61f6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51f3f2db61f6e) -
|
|
15
|
+
Add ranks and keys for new collapsed text section component, add responsive container to
|
|
16
|
+
PrimaryToolbar export with new query selectors to hide empty elements, export types
|
|
17
|
+
|
|
3
18
|
## 11.10.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -665,6 +665,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
665
665
|
param: 'isEnabled',
|
|
666
666
|
defaultValue: false
|
|
667
667
|
}),
|
|
668
|
+
// Added 2025-08-27
|
|
669
|
+
platform_editor_toolbar_aifc_responsive: (0, _experimentBuilders.createBooleanExperiment)({
|
|
670
|
+
productKeys: {
|
|
671
|
+
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
672
|
+
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
673
|
+
},
|
|
674
|
+
param: 'isEnabled',
|
|
675
|
+
defaultValue: false
|
|
676
|
+
}),
|
|
668
677
|
// Added 2025-07-30
|
|
669
678
|
platform_editor_pasting_nested_table_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
670
679
|
productKeys: {
|
|
@@ -659,6 +659,15 @@ export const editorExperimentsConfig = {
|
|
|
659
659
|
param: 'isEnabled',
|
|
660
660
|
defaultValue: false
|
|
661
661
|
}),
|
|
662
|
+
// Added 2025-08-27
|
|
663
|
+
platform_editor_toolbar_aifc_responsive: createBooleanExperiment({
|
|
664
|
+
productKeys: {
|
|
665
|
+
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
666
|
+
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
667
|
+
},
|
|
668
|
+
param: 'isEnabled',
|
|
669
|
+
defaultValue: false
|
|
670
|
+
}),
|
|
662
671
|
// Added 2025-07-30
|
|
663
672
|
platform_editor_pasting_nested_table_fix: createBooleanExperiment({
|
|
664
673
|
productKeys: {
|
|
@@ -659,6 +659,15 @@ export var editorExperimentsConfig = {
|
|
|
659
659
|
param: 'isEnabled',
|
|
660
660
|
defaultValue: false
|
|
661
661
|
}),
|
|
662
|
+
// Added 2025-08-27
|
|
663
|
+
platform_editor_toolbar_aifc_responsive: createBooleanExperiment({
|
|
664
|
+
productKeys: {
|
|
665
|
+
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
666
|
+
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
667
|
+
},
|
|
668
|
+
param: 'isEnabled',
|
|
669
|
+
defaultValue: false
|
|
670
|
+
}),
|
|
662
671
|
// Added 2025-07-30
|
|
663
672
|
platform_editor_pasting_nested_table_fix: createBooleanExperiment({
|
|
664
673
|
productKeys: {
|
|
@@ -491,6 +491,12 @@ export declare const editorExperimentsConfig: {
|
|
|
491
491
|
param: string;
|
|
492
492
|
productKeys?: import("./types").ProductKeys;
|
|
493
493
|
};
|
|
494
|
+
platform_editor_toolbar_aifc_responsive: {
|
|
495
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
496
|
+
defaultValue: boolean;
|
|
497
|
+
param: string;
|
|
498
|
+
productKeys?: import("./types").ProductKeys;
|
|
499
|
+
};
|
|
494
500
|
platform_editor_pasting_nested_table_fix: {
|
|
495
501
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
496
502
|
defaultValue: boolean;
|
|
@@ -491,6 +491,12 @@ export declare const editorExperimentsConfig: {
|
|
|
491
491
|
param: string;
|
|
492
492
|
productKeys?: import("./types").ProductKeys;
|
|
493
493
|
};
|
|
494
|
+
platform_editor_toolbar_aifc_responsive: {
|
|
495
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
496
|
+
defaultValue: boolean;
|
|
497
|
+
param: string;
|
|
498
|
+
productKeys?: import("./types").ProductKeys;
|
|
499
|
+
};
|
|
494
500
|
platform_editor_pasting_nested_table_fix: {
|
|
495
501
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
496
502
|
defaultValue: boolean;
|
package/package.json
CHANGED