@atlaskit/tmp-editor-statsig 55.1.0 → 56.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
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 56.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`6bdbecda5afa7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6bdbecda5afa7) -
|
|
8
|
+
Clean up experiment editor_fix_embed_width_expand
|
|
9
|
+
|
|
10
|
+
## 55.2.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`c82f7b4cbe1fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c82f7b4cbe1fd) -
|
|
15
|
+
Fix drag handle keyboard accessibility: Shift+Ctrl+H now correctly shows and focuses the drag
|
|
16
|
+
handle for keyboard users when mouse is outside the editor. Gated behind
|
|
17
|
+
platform_editor_drag_handle_keyboard_a11y experiment.
|
|
18
|
+
|
|
3
19
|
## 55.1.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -560,14 +560,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
560
560
|
param: 'isEnabled',
|
|
561
561
|
defaultValue: false
|
|
562
562
|
}),
|
|
563
|
-
// Added 2025-12-17
|
|
564
|
-
editor_fix_embed_width_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
565
|
-
productKeys: {
|
|
566
|
-
confluence: 'editor_fix_embed_width_expand'
|
|
567
|
-
},
|
|
568
|
-
param: 'isEnabled',
|
|
569
|
-
defaultValue: false
|
|
570
|
-
}),
|
|
571
563
|
// Added 2026-02-17
|
|
572
564
|
platform_editor_aifc_sync_block_stream_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
573
565
|
productKeys: {
|
|
@@ -1977,5 +1969,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1977
1969
|
},
|
|
1978
1970
|
param: 'isEnabled',
|
|
1979
1971
|
defaultValue: false
|
|
1972
|
+
}),
|
|
1973
|
+
// Added 2026-04-08
|
|
1974
|
+
platform_editor_drag_handle_keyboard_a11y: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1975
|
+
productKeys: {
|
|
1976
|
+
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1977
|
+
},
|
|
1978
|
+
param: 'isEnabled',
|
|
1979
|
+
defaultValue: false
|
|
1980
1980
|
})
|
|
1981
1981
|
};
|
|
@@ -554,14 +554,6 @@ export const editorExperimentsConfig = {
|
|
|
554
554
|
param: 'isEnabled',
|
|
555
555
|
defaultValue: false
|
|
556
556
|
}),
|
|
557
|
-
// Added 2025-12-17
|
|
558
|
-
editor_fix_embed_width_expand: createBooleanExperiment({
|
|
559
|
-
productKeys: {
|
|
560
|
-
confluence: 'editor_fix_embed_width_expand'
|
|
561
|
-
},
|
|
562
|
-
param: 'isEnabled',
|
|
563
|
-
defaultValue: false
|
|
564
|
-
}),
|
|
565
557
|
// Added 2026-02-17
|
|
566
558
|
platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
|
|
567
559
|
productKeys: {
|
|
@@ -1971,5 +1963,13 @@ export const editorExperimentsConfig = {
|
|
|
1971
1963
|
},
|
|
1972
1964
|
param: 'isEnabled',
|
|
1973
1965
|
defaultValue: false
|
|
1966
|
+
}),
|
|
1967
|
+
// Added 2026-04-08
|
|
1968
|
+
platform_editor_drag_handle_keyboard_a11y: createBooleanExperiment({
|
|
1969
|
+
productKeys: {
|
|
1970
|
+
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1971
|
+
},
|
|
1972
|
+
param: 'isEnabled',
|
|
1973
|
+
defaultValue: false
|
|
1974
1974
|
})
|
|
1975
1975
|
};
|
|
@@ -554,14 +554,6 @@ export var editorExperimentsConfig = {
|
|
|
554
554
|
param: 'isEnabled',
|
|
555
555
|
defaultValue: false
|
|
556
556
|
}),
|
|
557
|
-
// Added 2025-12-17
|
|
558
|
-
editor_fix_embed_width_expand: createBooleanExperiment({
|
|
559
|
-
productKeys: {
|
|
560
|
-
confluence: 'editor_fix_embed_width_expand'
|
|
561
|
-
},
|
|
562
|
-
param: 'isEnabled',
|
|
563
|
-
defaultValue: false
|
|
564
|
-
}),
|
|
565
557
|
// Added 2026-02-17
|
|
566
558
|
platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
|
|
567
559
|
productKeys: {
|
|
@@ -1971,5 +1963,13 @@ export var editorExperimentsConfig = {
|
|
|
1971
1963
|
},
|
|
1972
1964
|
param: 'isEnabled',
|
|
1973
1965
|
defaultValue: false
|
|
1966
|
+
}),
|
|
1967
|
+
// Added 2026-04-08
|
|
1968
|
+
platform_editor_drag_handle_keyboard_a11y: createBooleanExperiment({
|
|
1969
|
+
productKeys: {
|
|
1970
|
+
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1971
|
+
},
|
|
1972
|
+
param: 'isEnabled',
|
|
1973
|
+
defaultValue: false
|
|
1974
1974
|
})
|
|
1975
1975
|
};
|
|
@@ -637,12 +637,6 @@ export declare const editorExperimentsConfig: {
|
|
|
637
637
|
productKeys?: ProductKeys;
|
|
638
638
|
typeGuard: IsBooleanType;
|
|
639
639
|
};
|
|
640
|
-
editor_fix_embed_width_expand: {
|
|
641
|
-
defaultValue: boolean;
|
|
642
|
-
param: string;
|
|
643
|
-
productKeys?: ProductKeys;
|
|
644
|
-
typeGuard: IsBooleanType;
|
|
645
|
-
};
|
|
646
640
|
platform_editor_table_excerpts_fix: {
|
|
647
641
|
defaultValue: boolean;
|
|
648
642
|
param: string;
|
|
@@ -1453,5 +1447,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1453
1447
|
productKeys?: ProductKeys;
|
|
1454
1448
|
typeGuard: IsBooleanType;
|
|
1455
1449
|
};
|
|
1450
|
+
platform_editor_drag_handle_keyboard_a11y: {
|
|
1451
|
+
defaultValue: boolean;
|
|
1452
|
+
param: string;
|
|
1453
|
+
productKeys?: ProductKeys;
|
|
1454
|
+
typeGuard: IsBooleanType;
|
|
1455
|
+
};
|
|
1456
1456
|
};
|
|
1457
1457
|
export {};
|
|
@@ -637,12 +637,6 @@ export declare const editorExperimentsConfig: {
|
|
|
637
637
|
productKeys?: ProductKeys;
|
|
638
638
|
typeGuard: IsBooleanType;
|
|
639
639
|
};
|
|
640
|
-
editor_fix_embed_width_expand: {
|
|
641
|
-
defaultValue: boolean;
|
|
642
|
-
param: string;
|
|
643
|
-
productKeys?: ProductKeys;
|
|
644
|
-
typeGuard: IsBooleanType;
|
|
645
|
-
};
|
|
646
640
|
platform_editor_table_excerpts_fix: {
|
|
647
641
|
defaultValue: boolean;
|
|
648
642
|
param: string;
|
|
@@ -1453,5 +1447,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1453
1447
|
productKeys?: ProductKeys;
|
|
1454
1448
|
typeGuard: IsBooleanType;
|
|
1455
1449
|
};
|
|
1450
|
+
platform_editor_drag_handle_keyboard_a11y: {
|
|
1451
|
+
defaultValue: boolean;
|
|
1452
|
+
param: string;
|
|
1453
|
+
productKeys?: ProductKeys;
|
|
1454
|
+
typeGuard: IsBooleanType;
|
|
1455
|
+
};
|
|
1456
1456
|
};
|
|
1457
1457
|
export {};
|
package/package.json
CHANGED