@atlaskit/tmp-editor-statsig 11.12.0 → 12.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -8
- package/dist/types/experiments-config.d.ts +0 -6
- package/dist/types-ts4.5/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`eaaa054620847`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eaaa054620847) -
|
|
8
|
+
Cleanup media toolbar performance experiment
|
|
9
|
+
|
|
3
10
|
## 11.12.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -46,7 +46,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_offline_editing_web: false,
|
|
47
47
|
platform_editor_tables_drag_and_drop: false,
|
|
48
48
|
platform_editor_tables_table_selector: false,
|
|
49
|
-
platform_editor_media_floating_toolbar_early_exit: false,
|
|
50
49
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
51
50
|
platform_editor_stop_width_reflows: false,
|
|
52
51
|
platform_editor_core_static_emotion: false,
|
|
@@ -303,14 +303,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
303
303
|
param: 'isEnabled',
|
|
304
304
|
defaultValue: false
|
|
305
305
|
}),
|
|
306
|
-
// Added 2025-07-14
|
|
307
|
-
platform_editor_media_floating_toolbar_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
|
|
308
|
-
productKeys: {
|
|
309
|
-
confluence: 'platform_editor_media_floating_toolbar_early_exit'
|
|
310
|
-
},
|
|
311
|
-
param: 'isEnabled',
|
|
312
|
-
defaultValue: false
|
|
313
|
-
}),
|
|
314
306
|
// Added 2025-04-23
|
|
315
307
|
platform_renderer_fix_analytics_memo_callback: (0, _experimentBuilders.createBooleanExperiment)({
|
|
316
308
|
productKeys: {
|
|
@@ -40,7 +40,6 @@ export const testBooleanOverrides = {
|
|
|
40
40
|
platform_editor_offline_editing_web: false,
|
|
41
41
|
platform_editor_tables_drag_and_drop: false,
|
|
42
42
|
platform_editor_tables_table_selector: false,
|
|
43
|
-
platform_editor_media_floating_toolbar_early_exit: false,
|
|
44
43
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
44
|
platform_editor_stop_width_reflows: false,
|
|
46
45
|
platform_editor_core_static_emotion: false,
|
|
@@ -297,14 +297,6 @@ export const editorExperimentsConfig = {
|
|
|
297
297
|
param: 'isEnabled',
|
|
298
298
|
defaultValue: false
|
|
299
299
|
}),
|
|
300
|
-
// Added 2025-07-14
|
|
301
|
-
platform_editor_media_floating_toolbar_early_exit: createBooleanExperiment({
|
|
302
|
-
productKeys: {
|
|
303
|
-
confluence: 'platform_editor_media_floating_toolbar_early_exit'
|
|
304
|
-
},
|
|
305
|
-
param: 'isEnabled',
|
|
306
|
-
defaultValue: false
|
|
307
|
-
}),
|
|
308
300
|
// Added 2025-04-23
|
|
309
301
|
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
310
302
|
productKeys: {
|
|
@@ -40,7 +40,6 @@ export var testBooleanOverrides = {
|
|
|
40
40
|
platform_editor_offline_editing_web: false,
|
|
41
41
|
platform_editor_tables_drag_and_drop: false,
|
|
42
42
|
platform_editor_tables_table_selector: false,
|
|
43
|
-
platform_editor_media_floating_toolbar_early_exit: false,
|
|
44
43
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
44
|
platform_editor_stop_width_reflows: false,
|
|
46
45
|
platform_editor_core_static_emotion: false,
|
|
@@ -297,14 +297,6 @@ export var editorExperimentsConfig = {
|
|
|
297
297
|
param: 'isEnabled',
|
|
298
298
|
defaultValue: false
|
|
299
299
|
}),
|
|
300
|
-
// Added 2025-07-14
|
|
301
|
-
platform_editor_media_floating_toolbar_early_exit: createBooleanExperiment({
|
|
302
|
-
productKeys: {
|
|
303
|
-
confluence: 'platform_editor_media_floating_toolbar_early_exit'
|
|
304
|
-
},
|
|
305
|
-
param: 'isEnabled',
|
|
306
|
-
defaultValue: false
|
|
307
|
-
}),
|
|
308
300
|
// Added 2025-04-23
|
|
309
301
|
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
310
302
|
productKeys: {
|
|
@@ -221,12 +221,6 @@ export declare const editorExperimentsConfig: {
|
|
|
221
221
|
param: string;
|
|
222
222
|
productKeys?: import("./types").ProductKeys;
|
|
223
223
|
};
|
|
224
|
-
platform_editor_media_floating_toolbar_early_exit: {
|
|
225
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
226
|
-
defaultValue: boolean;
|
|
227
|
-
param: string;
|
|
228
|
-
productKeys?: import("./types").ProductKeys;
|
|
229
|
-
};
|
|
230
224
|
platform_renderer_fix_analytics_memo_callback: {
|
|
231
225
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
232
226
|
defaultValue: boolean;
|
|
@@ -221,12 +221,6 @@ export declare const editorExperimentsConfig: {
|
|
|
221
221
|
param: string;
|
|
222
222
|
productKeys?: import("./types").ProductKeys;
|
|
223
223
|
};
|
|
224
|
-
platform_editor_media_floating_toolbar_early_exit: {
|
|
225
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
226
|
-
defaultValue: boolean;
|
|
227
|
-
param: string;
|
|
228
|
-
productKeys?: import("./types").ProductKeys;
|
|
229
|
-
};
|
|
230
224
|
platform_renderer_fix_analytics_memo_callback: {
|
|
231
225
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
232
226
|
defaultValue: boolean;
|
package/package.json
CHANGED