@atlaskit/tmp-editor-statsig 13.3.0 → 13.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`482bcdc75598e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/482bcdc75598e) -
|
|
8
|
+
ED-29462 Clean up platform_editor_toolbar_aifc_responsiveness_update
|
|
9
|
+
|
|
3
10
|
## 13.3.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -713,14 +713,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
713
713
|
param: 'isEnabled',
|
|
714
714
|
defaultValue: false
|
|
715
715
|
}),
|
|
716
|
-
// Added 2025-09-19
|
|
717
|
-
platform_editor_toolbar_aifc_responsiveness_update: (0, _experimentBuilders.createBooleanExperiment)({
|
|
718
|
-
productKeys: {
|
|
719
|
-
confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
|
|
720
|
-
},
|
|
721
|
-
param: 'isEnabled',
|
|
722
|
-
defaultValue: false
|
|
723
|
-
}),
|
|
724
716
|
// Added 2025-07-30
|
|
725
717
|
platform_editor_pasting_nested_table_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
726
718
|
productKeys: {
|
|
@@ -707,14 +707,6 @@ export const editorExperimentsConfig = {
|
|
|
707
707
|
param: 'isEnabled',
|
|
708
708
|
defaultValue: false
|
|
709
709
|
}),
|
|
710
|
-
// Added 2025-09-19
|
|
711
|
-
platform_editor_toolbar_aifc_responsiveness_update: createBooleanExperiment({
|
|
712
|
-
productKeys: {
|
|
713
|
-
confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
|
|
714
|
-
},
|
|
715
|
-
param: 'isEnabled',
|
|
716
|
-
defaultValue: false
|
|
717
|
-
}),
|
|
718
710
|
// Added 2025-07-30
|
|
719
711
|
platform_editor_pasting_nested_table_fix: createBooleanExperiment({
|
|
720
712
|
productKeys: {
|
|
@@ -707,14 +707,6 @@ export var editorExperimentsConfig = {
|
|
|
707
707
|
param: 'isEnabled',
|
|
708
708
|
defaultValue: false
|
|
709
709
|
}),
|
|
710
|
-
// Added 2025-09-19
|
|
711
|
-
platform_editor_toolbar_aifc_responsiveness_update: createBooleanExperiment({
|
|
712
|
-
productKeys: {
|
|
713
|
-
confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
|
|
714
|
-
},
|
|
715
|
-
param: 'isEnabled',
|
|
716
|
-
defaultValue: false
|
|
717
|
-
}),
|
|
718
710
|
// Added 2025-07-30
|
|
719
711
|
platform_editor_pasting_nested_table_fix: createBooleanExperiment({
|
|
720
712
|
productKeys: {
|
|
@@ -523,12 +523,6 @@ export declare const editorExperimentsConfig: {
|
|
|
523
523
|
param: string;
|
|
524
524
|
productKeys?: import("./types").ProductKeys;
|
|
525
525
|
};
|
|
526
|
-
platform_editor_toolbar_aifc_responsiveness_update: {
|
|
527
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
528
|
-
defaultValue: boolean;
|
|
529
|
-
param: string;
|
|
530
|
-
productKeys?: import("./types").ProductKeys;
|
|
531
|
-
};
|
|
532
526
|
platform_editor_pasting_nested_table_fix: {
|
|
533
527
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
534
528
|
defaultValue: boolean;
|
|
@@ -523,12 +523,6 @@ export declare const editorExperimentsConfig: {
|
|
|
523
523
|
param: string;
|
|
524
524
|
productKeys?: import("./types").ProductKeys;
|
|
525
525
|
};
|
|
526
|
-
platform_editor_toolbar_aifc_responsiveness_update: {
|
|
527
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
528
|
-
defaultValue: boolean;
|
|
529
|
-
param: string;
|
|
530
|
-
productKeys?: import("./types").ProductKeys;
|
|
531
|
-
};
|
|
532
526
|
platform_editor_pasting_nested_table_fix: {
|
|
533
527
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
534
528
|
defaultValue: boolean;
|
package/package.json
CHANGED