@atlaskit/tmp-editor-statsig 16.30.0 → 16.31.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/dist/types-ts4.5/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
|
+
## 16.31.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`d4d2a325144b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4d2a325144b8) -
|
|
8
|
+
[EDITOR-4646](https://hello.jira.atlassian.cloud/browse/EDITOR-4646) - clean up
|
|
9
|
+
platform_editor_stop_width_reflows
|
|
10
|
+
|
|
3
11
|
## 16.30.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -48,7 +48,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
48
48
|
platform_editor_tables_drag_and_drop: false,
|
|
49
49
|
platform_editor_tables_table_selector: false,
|
|
50
50
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
51
|
-
platform_editor_stop_width_reflows: false,
|
|
52
51
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
53
52
|
'jira-work-sync-desc-comment-summary': false,
|
|
54
53
|
platform_editor_breakout_resizing: false,
|
|
@@ -420,14 +420,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
420
420
|
param: 'isEnabled',
|
|
421
421
|
defaultValue: false
|
|
422
422
|
}),
|
|
423
|
-
// Added 2025-05-26
|
|
424
|
-
platform_editor_stop_width_reflows: (0, _experimentBuilders.createBooleanExperiment)({
|
|
425
|
-
productKeys: {
|
|
426
|
-
confluence: 'platform_editor_stop_width_reflows'
|
|
427
|
-
},
|
|
428
|
-
param: 'isEnabled',
|
|
429
|
-
defaultValue: false
|
|
430
|
-
}),
|
|
431
423
|
// Added 2025-12-01
|
|
432
424
|
platform_editor_no_state_plugin_injection_api: (0, _experimentBuilders.createBooleanExperiment)({
|
|
433
425
|
productKeys: {
|
|
@@ -42,7 +42,6 @@ export const testBooleanOverrides = {
|
|
|
42
42
|
platform_editor_tables_drag_and_drop: false,
|
|
43
43
|
platform_editor_tables_table_selector: false,
|
|
44
44
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
|
-
platform_editor_stop_width_reflows: false,
|
|
46
45
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
47
46
|
'jira-work-sync-desc-comment-summary': false,
|
|
48
47
|
platform_editor_breakout_resizing: false,
|
|
@@ -414,14 +414,6 @@ export const editorExperimentsConfig = {
|
|
|
414
414
|
param: 'isEnabled',
|
|
415
415
|
defaultValue: false
|
|
416
416
|
}),
|
|
417
|
-
// Added 2025-05-26
|
|
418
|
-
platform_editor_stop_width_reflows: createBooleanExperiment({
|
|
419
|
-
productKeys: {
|
|
420
|
-
confluence: 'platform_editor_stop_width_reflows'
|
|
421
|
-
},
|
|
422
|
-
param: 'isEnabled',
|
|
423
|
-
defaultValue: false
|
|
424
|
-
}),
|
|
425
417
|
// Added 2025-12-01
|
|
426
418
|
platform_editor_no_state_plugin_injection_api: createBooleanExperiment({
|
|
427
419
|
productKeys: {
|
|
@@ -42,7 +42,6 @@ export var testBooleanOverrides = {
|
|
|
42
42
|
platform_editor_tables_drag_and_drop: false,
|
|
43
43
|
platform_editor_tables_table_selector: false,
|
|
44
44
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
|
-
platform_editor_stop_width_reflows: false,
|
|
46
45
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
47
46
|
'jira-work-sync-desc-comment-summary': false,
|
|
48
47
|
platform_editor_breakout_resizing: false,
|
|
@@ -414,14 +414,6 @@ export var editorExperimentsConfig = {
|
|
|
414
414
|
param: 'isEnabled',
|
|
415
415
|
defaultValue: false
|
|
416
416
|
}),
|
|
417
|
-
// Added 2025-05-26
|
|
418
|
-
platform_editor_stop_width_reflows: createBooleanExperiment({
|
|
419
|
-
productKeys: {
|
|
420
|
-
confluence: 'platform_editor_stop_width_reflows'
|
|
421
|
-
},
|
|
422
|
-
param: 'isEnabled',
|
|
423
|
-
defaultValue: false
|
|
424
|
-
}),
|
|
425
417
|
// Added 2025-12-01
|
|
426
418
|
platform_editor_no_state_plugin_injection_api: createBooleanExperiment({
|
|
427
419
|
productKeys: {
|
|
@@ -614,12 +614,6 @@ export declare const editorExperimentsConfig: {
|
|
|
614
614
|
productKeys?: ProductKeys;
|
|
615
615
|
typeGuard: IsBooleanType;
|
|
616
616
|
};
|
|
617
|
-
platform_editor_stop_width_reflows: {
|
|
618
|
-
defaultValue: boolean;
|
|
619
|
-
param: string;
|
|
620
|
-
productKeys?: ProductKeys;
|
|
621
|
-
typeGuard: IsBooleanType;
|
|
622
|
-
};
|
|
623
617
|
platform_editor_table_sticky_header_improvements: {
|
|
624
618
|
defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
|
|
625
619
|
param: string;
|
|
@@ -614,12 +614,6 @@ export declare const editorExperimentsConfig: {
|
|
|
614
614
|
productKeys?: ProductKeys;
|
|
615
615
|
typeGuard: IsBooleanType;
|
|
616
616
|
};
|
|
617
|
-
platform_editor_stop_width_reflows: {
|
|
618
|
-
defaultValue: boolean;
|
|
619
|
-
param: string;
|
|
620
|
-
productKeys?: ProductKeys;
|
|
621
|
-
typeGuard: IsBooleanType;
|
|
622
|
-
};
|
|
623
617
|
platform_editor_table_sticky_header_improvements: {
|
|
624
618
|
defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
|
|
625
619
|
param: string;
|
package/package.json
CHANGED