@atlaskit/tmp-editor-statsig 13.0.0 → 13.1.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4ad69354a021d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4ad69354a021d) -
|
|
8
|
+
Remove references to platform_editor_toolbar_aifc_patch_1 experiment, remove
|
|
9
|
+
useToolbarDropdownMenuOld export from @atlaskit/editor-toolbar package
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 13.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -899,15 +899,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
899
899
|
param: 'isEnabled',
|
|
900
900
|
defaultValue: false
|
|
901
901
|
}),
|
|
902
|
-
// Added 2025-08-26
|
|
903
|
-
platform_editor_toolbar_aifc_patch_1: (0, _experimentBuilders.createBooleanExperiment)({
|
|
904
|
-
productKeys: {
|
|
905
|
-
confluence: 'platform_editor_toolbar_aifc_patch_1',
|
|
906
|
-
jira: 'platform_editor_toolbar_aifc_patch_1'
|
|
907
|
-
},
|
|
908
|
-
param: 'isEnabled',
|
|
909
|
-
defaultValue: false
|
|
910
|
-
}),
|
|
911
902
|
// Added 2025-09-08
|
|
912
903
|
platform_editor_table_container_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
913
904
|
productKeys: {
|
|
@@ -893,15 +893,6 @@ export const editorExperimentsConfig = {
|
|
|
893
893
|
param: 'isEnabled',
|
|
894
894
|
defaultValue: false
|
|
895
895
|
}),
|
|
896
|
-
// Added 2025-08-26
|
|
897
|
-
platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
|
|
898
|
-
productKeys: {
|
|
899
|
-
confluence: 'platform_editor_toolbar_aifc_patch_1',
|
|
900
|
-
jira: 'platform_editor_toolbar_aifc_patch_1'
|
|
901
|
-
},
|
|
902
|
-
param: 'isEnabled',
|
|
903
|
-
defaultValue: false
|
|
904
|
-
}),
|
|
905
896
|
// Added 2025-09-08
|
|
906
897
|
platform_editor_table_container_width_fix: createBooleanExperiment({
|
|
907
898
|
productKeys: {
|
|
@@ -893,15 +893,6 @@ export var editorExperimentsConfig = {
|
|
|
893
893
|
param: 'isEnabled',
|
|
894
894
|
defaultValue: false
|
|
895
895
|
}),
|
|
896
|
-
// Added 2025-08-26
|
|
897
|
-
platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
|
|
898
|
-
productKeys: {
|
|
899
|
-
confluence: 'platform_editor_toolbar_aifc_patch_1',
|
|
900
|
-
jira: 'platform_editor_toolbar_aifc_patch_1'
|
|
901
|
-
},
|
|
902
|
-
param: 'isEnabled',
|
|
903
|
-
defaultValue: false
|
|
904
|
-
}),
|
|
905
896
|
// Added 2025-09-08
|
|
906
897
|
platform_editor_table_container_width_fix: createBooleanExperiment({
|
|
907
898
|
productKeys: {
|
|
@@ -661,12 +661,6 @@ export declare const editorExperimentsConfig: {
|
|
|
661
661
|
param: string;
|
|
662
662
|
productKeys?: import("./types").ProductKeys;
|
|
663
663
|
};
|
|
664
|
-
platform_editor_toolbar_aifc_patch_1: {
|
|
665
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
666
|
-
defaultValue: boolean;
|
|
667
|
-
param: string;
|
|
668
|
-
productKeys?: import("./types").ProductKeys;
|
|
669
|
-
};
|
|
670
664
|
platform_editor_table_container_width_fix: {
|
|
671
665
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
672
666
|
defaultValue: boolean;
|
|
@@ -661,12 +661,6 @@ export declare const editorExperimentsConfig: {
|
|
|
661
661
|
param: string;
|
|
662
662
|
productKeys?: import("./types").ProductKeys;
|
|
663
663
|
};
|
|
664
|
-
platform_editor_toolbar_aifc_patch_1: {
|
|
665
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
666
|
-
defaultValue: boolean;
|
|
667
|
-
param: string;
|
|
668
|
-
productKeys?: import("./types").ProductKeys;
|
|
669
|
-
};
|
|
670
664
|
platform_editor_table_container_width_fix: {
|
|
671
665
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
672
666
|
defaultValue: boolean;
|
package/package.json
CHANGED