@atlaskit/tmp-editor-statsig 34.1.0 → 34.2.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
|
+
## 34.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a71583c5b6516`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a71583c5b6516) -
|
|
8
|
+
cleanup platform_editor_fix_emoji_paste_html
|
|
9
|
+
|
|
3
10
|
## 34.1.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1006,13 +1006,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1006
1006
|
param: 'isEnabled',
|
|
1007
1007
|
defaultValue: false
|
|
1008
1008
|
}),
|
|
1009
|
-
platform_editor_fix_emoji_paste_html: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1010
|
-
productKeys: {
|
|
1011
|
-
confluence: 'platform_editor_fix_emoji_paste_html'
|
|
1012
|
-
},
|
|
1013
|
-
param: 'isEnabled',
|
|
1014
|
-
defaultValue: false
|
|
1015
|
-
}),
|
|
1016
1009
|
platform_editor_flex_based_centering: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1017
1010
|
productKeys: {
|
|
1018
1011
|
confluence: 'platform_editor_flex_based_centering'
|
|
@@ -1000,13 +1000,6 @@ export const editorExperimentsConfig = {
|
|
|
1000
1000
|
param: 'isEnabled',
|
|
1001
1001
|
defaultValue: false
|
|
1002
1002
|
}),
|
|
1003
|
-
platform_editor_fix_emoji_paste_html: createBooleanExperiment({
|
|
1004
|
-
productKeys: {
|
|
1005
|
-
confluence: 'platform_editor_fix_emoji_paste_html'
|
|
1006
|
-
},
|
|
1007
|
-
param: 'isEnabled',
|
|
1008
|
-
defaultValue: false
|
|
1009
|
-
}),
|
|
1010
1003
|
platform_editor_flex_based_centering: createBooleanExperiment({
|
|
1011
1004
|
productKeys: {
|
|
1012
1005
|
confluence: 'platform_editor_flex_based_centering'
|
|
@@ -1000,13 +1000,6 @@ export var editorExperimentsConfig = {
|
|
|
1000
1000
|
param: 'isEnabled',
|
|
1001
1001
|
defaultValue: false
|
|
1002
1002
|
}),
|
|
1003
|
-
platform_editor_fix_emoji_paste_html: createBooleanExperiment({
|
|
1004
|
-
productKeys: {
|
|
1005
|
-
confluence: 'platform_editor_fix_emoji_paste_html'
|
|
1006
|
-
},
|
|
1007
|
-
param: 'isEnabled',
|
|
1008
|
-
defaultValue: false
|
|
1009
|
-
}),
|
|
1010
1003
|
platform_editor_flex_based_centering: createBooleanExperiment({
|
|
1011
1004
|
productKeys: {
|
|
1012
1005
|
confluence: 'platform_editor_flex_based_centering'
|
|
@@ -118,12 +118,6 @@ export declare const editorExperimentsConfig: {
|
|
|
118
118
|
productKeys?: ProductKeys;
|
|
119
119
|
typeGuard: IsBooleanType;
|
|
120
120
|
};
|
|
121
|
-
platform_editor_fix_emoji_paste_html: {
|
|
122
|
-
defaultValue: boolean;
|
|
123
|
-
param: string;
|
|
124
|
-
productKeys?: ProductKeys;
|
|
125
|
-
typeGuard: IsBooleanType;
|
|
126
|
-
};
|
|
127
121
|
platform_editor_flex_based_centering: {
|
|
128
122
|
defaultValue: boolean;
|
|
129
123
|
param: string;
|
|
@@ -118,12 +118,6 @@ export declare const editorExperimentsConfig: {
|
|
|
118
118
|
productKeys?: ProductKeys;
|
|
119
119
|
typeGuard: IsBooleanType;
|
|
120
120
|
};
|
|
121
|
-
platform_editor_fix_emoji_paste_html: {
|
|
122
|
-
defaultValue: boolean;
|
|
123
|
-
param: string;
|
|
124
|
-
productKeys?: ProductKeys;
|
|
125
|
-
typeGuard: IsBooleanType;
|
|
126
|
-
};
|
|
127
121
|
platform_editor_flex_based_centering: {
|
|
128
122
|
defaultValue: boolean;
|
|
129
123
|
param: string;
|
package/package.json
CHANGED