@atlaskit/tmp-editor-statsig 22.3.0 → 23.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 23.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`280d14e2d5518`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/280d14e2d5518) -
|
|
8
|
+
Clean up platform_editor_drag_handle_aria_label
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`95a9857d9f007`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/95a9857d9f007) -
|
|
13
|
+
Replaced keymaps for moving table columns/rows in the Editor behind experiment
|
|
14
|
+
|
|
3
15
|
## 22.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -553,14 +553,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
553
553
|
param: 'isEnabled',
|
|
554
554
|
defaultValue: false
|
|
555
555
|
}),
|
|
556
|
-
// Added 2025-07-30
|
|
557
|
-
platform_editor_drag_handle_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
558
|
-
productKeys: {
|
|
559
|
-
confluence: 'platform_editor_drag_handle_aria_label'
|
|
560
|
-
},
|
|
561
|
-
param: 'isEnabled',
|
|
562
|
-
defaultValue: false
|
|
563
|
-
}),
|
|
564
556
|
// Added 2025-07-07
|
|
565
557
|
platform_editor_toggle_expand_on_match_found: (0, _experimentBuilders.createBooleanExperiment)({
|
|
566
558
|
productKeys: {
|
|
@@ -744,6 +736,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
744
736
|
param: 'isEnabled',
|
|
745
737
|
defaultValue: false
|
|
746
738
|
}),
|
|
739
|
+
// Added 2026-02-05
|
|
740
|
+
'editor-a11y-fy26-keyboard-move-row-column': (0, _experimentBuilders.createBooleanExperiment)({
|
|
741
|
+
productKeys: {
|
|
742
|
+
confluence: 'editor-a11y-fy26-keyboard-move-row-column',
|
|
743
|
+
jira: 'editor-a11y-fy26-keyboard-move-row-column'
|
|
744
|
+
},
|
|
745
|
+
param: 'isEnabled',
|
|
746
|
+
defaultValue: false
|
|
747
|
+
}),
|
|
747
748
|
// Added 2025-08-28
|
|
748
749
|
editor_enable_image_alignment_in_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
749
750
|
productKeys: {
|
|
@@ -547,14 +547,6 @@ export const editorExperimentsConfig = {
|
|
|
547
547
|
param: 'isEnabled',
|
|
548
548
|
defaultValue: false
|
|
549
549
|
}),
|
|
550
|
-
// Added 2025-07-30
|
|
551
|
-
platform_editor_drag_handle_aria_label: createBooleanExperiment({
|
|
552
|
-
productKeys: {
|
|
553
|
-
confluence: 'platform_editor_drag_handle_aria_label'
|
|
554
|
-
},
|
|
555
|
-
param: 'isEnabled',
|
|
556
|
-
defaultValue: false
|
|
557
|
-
}),
|
|
558
550
|
// Added 2025-07-07
|
|
559
551
|
platform_editor_toggle_expand_on_match_found: createBooleanExperiment({
|
|
560
552
|
productKeys: {
|
|
@@ -738,6 +730,15 @@ export const editorExperimentsConfig = {
|
|
|
738
730
|
param: 'isEnabled',
|
|
739
731
|
defaultValue: false
|
|
740
732
|
}),
|
|
733
|
+
// Added 2026-02-05
|
|
734
|
+
'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
|
|
735
|
+
productKeys: {
|
|
736
|
+
confluence: 'editor-a11y-fy26-keyboard-move-row-column',
|
|
737
|
+
jira: 'editor-a11y-fy26-keyboard-move-row-column'
|
|
738
|
+
},
|
|
739
|
+
param: 'isEnabled',
|
|
740
|
+
defaultValue: false
|
|
741
|
+
}),
|
|
741
742
|
// Added 2025-08-28
|
|
742
743
|
editor_enable_image_alignment_in_expand: createBooleanExperiment({
|
|
743
744
|
productKeys: {
|
|
@@ -547,14 +547,6 @@ export var editorExperimentsConfig = {
|
|
|
547
547
|
param: 'isEnabled',
|
|
548
548
|
defaultValue: false
|
|
549
549
|
}),
|
|
550
|
-
// Added 2025-07-30
|
|
551
|
-
platform_editor_drag_handle_aria_label: createBooleanExperiment({
|
|
552
|
-
productKeys: {
|
|
553
|
-
confluence: 'platform_editor_drag_handle_aria_label'
|
|
554
|
-
},
|
|
555
|
-
param: 'isEnabled',
|
|
556
|
-
defaultValue: false
|
|
557
|
-
}),
|
|
558
550
|
// Added 2025-07-07
|
|
559
551
|
platform_editor_toggle_expand_on_match_found: createBooleanExperiment({
|
|
560
552
|
productKeys: {
|
|
@@ -738,6 +730,15 @@ export var editorExperimentsConfig = {
|
|
|
738
730
|
param: 'isEnabled',
|
|
739
731
|
defaultValue: false
|
|
740
732
|
}),
|
|
733
|
+
// Added 2026-02-05
|
|
734
|
+
'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
|
|
735
|
+
productKeys: {
|
|
736
|
+
confluence: 'editor-a11y-fy26-keyboard-move-row-column',
|
|
737
|
+
jira: 'editor-a11y-fy26-keyboard-move-row-column'
|
|
738
|
+
},
|
|
739
|
+
param: 'isEnabled',
|
|
740
|
+
defaultValue: false
|
|
741
|
+
}),
|
|
741
742
|
// Added 2025-08-28
|
|
742
743
|
editor_enable_image_alignment_in_expand: createBooleanExperiment({
|
|
743
744
|
productKeys: {
|
|
@@ -130,6 +130,12 @@ export declare const editorExperimentsConfig: {
|
|
|
130
130
|
productKeys?: ProductKeys;
|
|
131
131
|
typeGuard: IsBooleanType;
|
|
132
132
|
};
|
|
133
|
+
'editor-a11y-fy26-keyboard-move-row-column': {
|
|
134
|
+
defaultValue: boolean;
|
|
135
|
+
param: string;
|
|
136
|
+
productKeys?: ProductKeys;
|
|
137
|
+
typeGuard: IsBooleanType;
|
|
138
|
+
};
|
|
133
139
|
editor_enable_image_alignment_in_expand: {
|
|
134
140
|
defaultValue: boolean;
|
|
135
141
|
param: string;
|
|
@@ -355,12 +361,6 @@ export declare const editorExperimentsConfig: {
|
|
|
355
361
|
productKeys?: ProductKeys;
|
|
356
362
|
typeGuard: IsBooleanType;
|
|
357
363
|
};
|
|
358
|
-
platform_editor_drag_handle_aria_label: {
|
|
359
|
-
defaultValue: boolean;
|
|
360
|
-
param: string;
|
|
361
|
-
productKeys?: ProductKeys;
|
|
362
|
-
typeGuard: IsBooleanType;
|
|
363
|
-
};
|
|
364
364
|
platform_editor_editor_width_analytics: {
|
|
365
365
|
defaultValue: boolean;
|
|
366
366
|
param: string;
|
|
@@ -130,6 +130,12 @@ export declare const editorExperimentsConfig: {
|
|
|
130
130
|
productKeys?: ProductKeys;
|
|
131
131
|
typeGuard: IsBooleanType;
|
|
132
132
|
};
|
|
133
|
+
'editor-a11y-fy26-keyboard-move-row-column': {
|
|
134
|
+
defaultValue: boolean;
|
|
135
|
+
param: string;
|
|
136
|
+
productKeys?: ProductKeys;
|
|
137
|
+
typeGuard: IsBooleanType;
|
|
138
|
+
};
|
|
133
139
|
editor_enable_image_alignment_in_expand: {
|
|
134
140
|
defaultValue: boolean;
|
|
135
141
|
param: string;
|
|
@@ -355,12 +361,6 @@ export declare const editorExperimentsConfig: {
|
|
|
355
361
|
productKeys?: ProductKeys;
|
|
356
362
|
typeGuard: IsBooleanType;
|
|
357
363
|
};
|
|
358
|
-
platform_editor_drag_handle_aria_label: {
|
|
359
|
-
defaultValue: boolean;
|
|
360
|
-
param: string;
|
|
361
|
-
productKeys?: ProductKeys;
|
|
362
|
-
typeGuard: IsBooleanType;
|
|
363
|
-
};
|
|
364
364
|
platform_editor_editor_width_analytics: {
|
|
365
365
|
defaultValue: boolean;
|
|
366
366
|
param: string;
|
package/package.json
CHANGED