@atlaskit/tmp-editor-statsig 158.0.0 → 159.0.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
|
+
## 159.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`4067622b56b33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4067622b56b33) -
|
|
8
|
+
Clean up experiment `platform_editor_flex_based_centering`
|
|
9
|
+
|
|
3
10
|
## 158.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -897,13 +897,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
897
897
|
param: 'isEnabled',
|
|
898
898
|
defaultValue: false
|
|
899
899
|
}),
|
|
900
|
-
platform_editor_flex_based_centering: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
901
|
-
productKeys: {
|
|
902
|
-
confluence: 'platform_editor_flex_based_centering'
|
|
903
|
-
},
|
|
904
|
-
param: 'isEnabled',
|
|
905
|
-
defaultValue: false
|
|
906
|
-
}),
|
|
907
900
|
// Added 2026-02-18
|
|
908
901
|
editor_a11y_7152_profile_card_tab_order: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
909
902
|
productKeys: {
|
|
@@ -891,13 +891,6 @@ export const editorExperimentsConfig = {
|
|
|
891
891
|
param: 'isEnabled',
|
|
892
892
|
defaultValue: false
|
|
893
893
|
}),
|
|
894
|
-
platform_editor_flex_based_centering: createBooleanExperiment({
|
|
895
|
-
productKeys: {
|
|
896
|
-
confluence: 'platform_editor_flex_based_centering'
|
|
897
|
-
},
|
|
898
|
-
param: 'isEnabled',
|
|
899
|
-
defaultValue: false
|
|
900
|
-
}),
|
|
901
894
|
// Added 2026-02-18
|
|
902
895
|
editor_a11y_7152_profile_card_tab_order: createBooleanExperiment({
|
|
903
896
|
productKeys: {
|
|
@@ -891,13 +891,6 @@ export var editorExperimentsConfig = {
|
|
|
891
891
|
param: 'isEnabled',
|
|
892
892
|
defaultValue: false
|
|
893
893
|
}),
|
|
894
|
-
platform_editor_flex_based_centering: createBooleanExperiment({
|
|
895
|
-
productKeys: {
|
|
896
|
-
confluence: 'platform_editor_flex_based_centering'
|
|
897
|
-
},
|
|
898
|
-
param: 'isEnabled',
|
|
899
|
-
defaultValue: false
|
|
900
|
-
}),
|
|
901
894
|
// Added 2026-02-18
|
|
902
895
|
editor_a11y_7152_profile_card_tab_order: createBooleanExperiment({
|
|
903
896
|
productKeys: {
|
|
@@ -191,12 +191,6 @@ export declare const editorExperimentsConfig: {
|
|
|
191
191
|
productKeys?: ProductKeys;
|
|
192
192
|
typeGuard: IsBooleanType;
|
|
193
193
|
};
|
|
194
|
-
platform_editor_flex_based_centering: {
|
|
195
|
-
defaultValue: boolean;
|
|
196
|
-
param: string;
|
|
197
|
-
productKeys?: ProductKeys;
|
|
198
|
-
typeGuard: IsBooleanType;
|
|
199
|
-
};
|
|
200
194
|
platform_editor_code_block_q4_lovability: {
|
|
201
195
|
defaultValue: boolean;
|
|
202
196
|
param: string;
|
package/package.json
CHANGED