@atlaskit/tmp-editor-statsig 11.9.0 → 11.11.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,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 11.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`51f3f2db61f6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51f3f2db61f6e) -
|
|
8
|
+
Add ranks and keys for new collapsed text section component, add responsive container to
|
|
9
|
+
PrimaryToolbar export with new query selectors to hide empty elements, export types
|
|
10
|
+
|
|
11
|
+
## 11.10.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`bfec478c9e91b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bfec478c9e91b) -
|
|
16
|
+
Splits platform_editor_preview_panel_linking_exp into one for Jira and one for Confluence and
|
|
17
|
+
switches to editorExperiment util.
|
|
18
|
+
|
|
3
19
|
## 11.9.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -549,8 +549,8 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
549
549
|
// Added 2025-08-18
|
|
550
550
|
platform_editor_preview_panel_linking_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
551
551
|
productKeys: {
|
|
552
|
-
confluence: '
|
|
553
|
-
jira: '
|
|
552
|
+
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
553
|
+
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
554
554
|
},
|
|
555
555
|
param: 'isEnabled',
|
|
556
556
|
defaultValue: false
|
|
@@ -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: {
|
|
@@ -543,8 +543,8 @@ export const editorExperimentsConfig = {
|
|
|
543
543
|
// Added 2025-08-18
|
|
544
544
|
platform_editor_preview_panel_linking_exp: createBooleanExperiment({
|
|
545
545
|
productKeys: {
|
|
546
|
-
confluence: '
|
|
547
|
-
jira: '
|
|
546
|
+
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
547
|
+
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
548
548
|
},
|
|
549
549
|
param: 'isEnabled',
|
|
550
550
|
defaultValue: false
|
|
@@ -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: {
|
|
@@ -543,8 +543,8 @@ export var editorExperimentsConfig = {
|
|
|
543
543
|
// Added 2025-08-18
|
|
544
544
|
platform_editor_preview_panel_linking_exp: createBooleanExperiment({
|
|
545
545
|
productKeys: {
|
|
546
|
-
confluence: '
|
|
547
|
-
jira: '
|
|
546
|
+
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
547
|
+
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
548
548
|
},
|
|
549
549
|
param: 'isEnabled',
|
|
550
550
|
defaultValue: false
|
|
@@ -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