@atlaskit/tmp-editor-statsig 13.21.0 → 13.22.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.22.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`351b338797ae4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/351b338797ae4) -
|
|
8
|
+
ED-29460 Clean up platform_editor_toolbar_aifc_fix_editor_view
|
|
9
|
+
|
|
3
10
|
## 13.21.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -195,14 +195,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
195
195
|
values: ['control', 'test'],
|
|
196
196
|
defaultValue: 'control'
|
|
197
197
|
}),
|
|
198
|
-
platform_editor_toolbar_aifc_fix_editor_view: (0, _experimentBuilders.createBooleanExperiment)({
|
|
199
|
-
productKeys: {
|
|
200
|
-
confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
|
|
201
|
-
jira: 'platform_editor_toolbar_aifc_fix_editor_view'
|
|
202
|
-
},
|
|
203
|
-
param: 'isEnabled',
|
|
204
|
-
defaultValue: false
|
|
205
|
-
}),
|
|
206
198
|
// added 2024-11-06
|
|
207
199
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
208
200
|
'nested-tables-in-tables': (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -189,14 +189,6 @@ export const editorExperimentsConfig = {
|
|
|
189
189
|
values: ['control', 'test'],
|
|
190
190
|
defaultValue: 'control'
|
|
191
191
|
}),
|
|
192
|
-
platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
|
|
193
|
-
productKeys: {
|
|
194
|
-
confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
|
|
195
|
-
jira: 'platform_editor_toolbar_aifc_fix_editor_view'
|
|
196
|
-
},
|
|
197
|
-
param: 'isEnabled',
|
|
198
|
-
defaultValue: false
|
|
199
|
-
}),
|
|
200
192
|
// added 2024-11-06
|
|
201
193
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
202
194
|
'nested-tables-in-tables': createBooleanExperiment({
|
|
@@ -189,14 +189,6 @@ export var editorExperimentsConfig = {
|
|
|
189
189
|
values: ['control', 'test'],
|
|
190
190
|
defaultValue: 'control'
|
|
191
191
|
}),
|
|
192
|
-
platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
|
|
193
|
-
productKeys: {
|
|
194
|
-
confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
|
|
195
|
-
jira: 'platform_editor_toolbar_aifc_fix_editor_view'
|
|
196
|
-
},
|
|
197
|
-
param: 'isEnabled',
|
|
198
|
-
defaultValue: false
|
|
199
|
-
}),
|
|
200
192
|
// added 2024-11-06
|
|
201
193
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
202
194
|
'nested-tables-in-tables': createBooleanExperiment({
|
|
@@ -135,12 +135,6 @@ export declare const editorExperimentsConfig: {
|
|
|
135
135
|
param: string;
|
|
136
136
|
productKeys?: import("./types").ProductKeys;
|
|
137
137
|
};
|
|
138
|
-
platform_editor_toolbar_aifc_fix_editor_view: {
|
|
139
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
140
|
-
defaultValue: boolean;
|
|
141
|
-
param: string;
|
|
142
|
-
productKeys?: import("./types").ProductKeys;
|
|
143
|
-
};
|
|
144
138
|
'nested-tables-in-tables': {
|
|
145
139
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
146
140
|
defaultValue: boolean;
|
|
@@ -135,12 +135,6 @@ export declare const editorExperimentsConfig: {
|
|
|
135
135
|
param: string;
|
|
136
136
|
productKeys?: import("./types").ProductKeys;
|
|
137
137
|
};
|
|
138
|
-
platform_editor_toolbar_aifc_fix_editor_view: {
|
|
139
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
140
|
-
defaultValue: boolean;
|
|
141
|
-
param: string;
|
|
142
|
-
productKeys?: import("./types").ProductKeys;
|
|
143
|
-
};
|
|
144
138
|
'nested-tables-in-tables': {
|
|
145
139
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
146
140
|
defaultValue: boolean;
|
package/package.json
CHANGED