@atlaskit/tmp-editor-statsig 159.0.1 → 160.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 +8 -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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 160.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`b4c4cd8f205e4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4c4cd8f205e4) -
|
|
8
|
+
Clean up experiment `platform_editor_prevent_toolbar_layout_shifts` and keep the enabled toolbar
|
|
9
|
+
layout behavior.
|
|
10
|
+
|
|
3
11
|
## 159.0.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -35,7 +35,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
35
35
|
'test-new-experiments-package': false,
|
|
36
36
|
platform_editor_exp_lazy_node_views: false,
|
|
37
37
|
platform_renderer_table_sticky_scrollbar: false,
|
|
38
|
-
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
39
38
|
comment_on_bodied_extensions: false,
|
|
40
39
|
advanced_layouts: false,
|
|
41
40
|
single_column_layouts: false,
|
|
@@ -377,14 +377,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
377
377
|
param: 'isEnabled',
|
|
378
378
|
defaultValue: false
|
|
379
379
|
}),
|
|
380
|
-
// Added 2025-05-26
|
|
381
|
-
platform_editor_prevent_toolbar_layout_shifts: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
382
|
-
productKeys: {
|
|
383
|
-
confluence: 'platform_editor_prevent_toolbar_layout_shifts'
|
|
384
|
-
},
|
|
385
|
-
param: 'isEnabled',
|
|
386
|
-
defaultValue: false
|
|
387
|
-
}),
|
|
388
380
|
// Added 2024-10-01
|
|
389
381
|
comment_on_bodied_extensions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
390
382
|
productKeys: {
|
|
@@ -29,7 +29,6 @@ export const testBooleanOverrides = {
|
|
|
29
29
|
'test-new-experiments-package': false,
|
|
30
30
|
platform_editor_exp_lazy_node_views: false,
|
|
31
31
|
platform_renderer_table_sticky_scrollbar: false,
|
|
32
|
-
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
33
32
|
comment_on_bodied_extensions: false,
|
|
34
33
|
advanced_layouts: false,
|
|
35
34
|
single_column_layouts: false,
|
|
@@ -371,14 +371,6 @@ export const editorExperimentsConfig = {
|
|
|
371
371
|
param: 'isEnabled',
|
|
372
372
|
defaultValue: false
|
|
373
373
|
}),
|
|
374
|
-
// Added 2025-05-26
|
|
375
|
-
platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
|
|
376
|
-
productKeys: {
|
|
377
|
-
confluence: 'platform_editor_prevent_toolbar_layout_shifts'
|
|
378
|
-
},
|
|
379
|
-
param: 'isEnabled',
|
|
380
|
-
defaultValue: false
|
|
381
|
-
}),
|
|
382
374
|
// Added 2024-10-01
|
|
383
375
|
comment_on_bodied_extensions: createBooleanExperiment({
|
|
384
376
|
productKeys: {
|
|
@@ -29,7 +29,6 @@ export var testBooleanOverrides = {
|
|
|
29
29
|
'test-new-experiments-package': false,
|
|
30
30
|
platform_editor_exp_lazy_node_views: false,
|
|
31
31
|
platform_renderer_table_sticky_scrollbar: false,
|
|
32
|
-
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
33
32
|
comment_on_bodied_extensions: false,
|
|
34
33
|
advanced_layouts: false,
|
|
35
34
|
single_column_layouts: false,
|
|
@@ -371,14 +371,6 @@ export var editorExperimentsConfig = {
|
|
|
371
371
|
param: 'isEnabled',
|
|
372
372
|
defaultValue: false
|
|
373
373
|
}),
|
|
374
|
-
// Added 2025-05-26
|
|
375
|
-
platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
|
|
376
|
-
productKeys: {
|
|
377
|
-
confluence: 'platform_editor_prevent_toolbar_layout_shifts'
|
|
378
|
-
},
|
|
379
|
-
param: 'isEnabled',
|
|
380
|
-
defaultValue: false
|
|
381
|
-
}),
|
|
382
374
|
// Added 2024-10-01
|
|
383
375
|
comment_on_bodied_extensions: createBooleanExperiment({
|
|
384
376
|
productKeys: {
|
|
@@ -574,12 +574,6 @@ export declare const editorExperimentsConfig: {
|
|
|
574
574
|
productKeys?: ProductKeys;
|
|
575
575
|
typeGuard: IsBooleanType;
|
|
576
576
|
};
|
|
577
|
-
platform_editor_prevent_toolbar_layout_shifts: {
|
|
578
|
-
defaultValue: boolean;
|
|
579
|
-
param: string;
|
|
580
|
-
productKeys?: ProductKeys;
|
|
581
|
-
typeGuard: IsBooleanType;
|
|
582
|
-
};
|
|
583
577
|
platform_editor_preview_panel_responsiveness: {
|
|
584
578
|
defaultValue: boolean;
|
|
585
579
|
param: string;
|
package/package.json
CHANGED