@atlaskit/tmp-editor-statsig 13.18.0 → 13.18.1
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.18.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5df1f9fc61bdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5df1f9fc61bdd) -
|
|
8
|
+
Cleans up experiment platform_editor_layout_node_view_early_exit
|
|
9
|
+
|
|
3
10
|
## 13.18.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -949,14 +949,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
949
949
|
param: 'isEnabled',
|
|
950
950
|
defaultValue: false
|
|
951
951
|
}),
|
|
952
|
-
// Added 2025-09-09
|
|
953
|
-
platform_editor_layout_node_view_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
|
|
954
|
-
productKeys: {
|
|
955
|
-
confluence: 'platform_editor_layout_node_view_early_exit'
|
|
956
|
-
},
|
|
957
|
-
param: 'isEnabled',
|
|
958
|
-
defaultValue: false
|
|
959
|
-
}),
|
|
960
952
|
// Added 2025-09-16
|
|
961
953
|
platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
962
954
|
productKeys: {
|
|
@@ -943,14 +943,6 @@ export const editorExperimentsConfig = {
|
|
|
943
943
|
param: 'isEnabled',
|
|
944
944
|
defaultValue: false
|
|
945
945
|
}),
|
|
946
|
-
// Added 2025-09-09
|
|
947
|
-
platform_editor_layout_node_view_early_exit: createBooleanExperiment({
|
|
948
|
-
productKeys: {
|
|
949
|
-
confluence: 'platform_editor_layout_node_view_early_exit'
|
|
950
|
-
},
|
|
951
|
-
param: 'isEnabled',
|
|
952
|
-
defaultValue: false
|
|
953
|
-
}),
|
|
954
946
|
// Added 2025-09-16
|
|
955
947
|
platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
|
|
956
948
|
productKeys: {
|
|
@@ -943,14 +943,6 @@ export var editorExperimentsConfig = {
|
|
|
943
943
|
param: 'isEnabled',
|
|
944
944
|
defaultValue: false
|
|
945
945
|
}),
|
|
946
|
-
// Added 2025-09-09
|
|
947
|
-
platform_editor_layout_node_view_early_exit: createBooleanExperiment({
|
|
948
|
-
productKeys: {
|
|
949
|
-
confluence: 'platform_editor_layout_node_view_early_exit'
|
|
950
|
-
},
|
|
951
|
-
param: 'isEnabled',
|
|
952
|
-
defaultValue: false
|
|
953
|
-
}),
|
|
954
946
|
// Added 2025-09-16
|
|
955
947
|
platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
|
|
956
948
|
productKeys: {
|
|
@@ -694,12 +694,6 @@ export declare const editorExperimentsConfig: {
|
|
|
694
694
|
param: string;
|
|
695
695
|
productKeys?: import("./types").ProductKeys;
|
|
696
696
|
};
|
|
697
|
-
platform_editor_layout_node_view_early_exit: {
|
|
698
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
699
|
-
defaultValue: boolean;
|
|
700
|
-
param: string;
|
|
701
|
-
productKeys?: import("./types").ProductKeys;
|
|
702
|
-
};
|
|
703
697
|
platform_editor_nested_table_refresh_width_fix: {
|
|
704
698
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
705
699
|
defaultValue: boolean;
|
|
@@ -694,12 +694,6 @@ export declare const editorExperimentsConfig: {
|
|
|
694
694
|
param: string;
|
|
695
695
|
productKeys?: import("./types").ProductKeys;
|
|
696
696
|
};
|
|
697
|
-
platform_editor_layout_node_view_early_exit: {
|
|
698
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
699
|
-
defaultValue: boolean;
|
|
700
|
-
param: string;
|
|
701
|
-
productKeys?: import("./types").ProductKeys;
|
|
702
|
-
};
|
|
703
697
|
platform_editor_nested_table_refresh_width_fix: {
|
|
704
698
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
705
699
|
defaultValue: boolean;
|
package/package.json
CHANGED