@atlaskit/tmp-editor-statsig 33.3.0 → 34.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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 34.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`451c2f1a9f5f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/451c2f1a9f5f0) -
|
|
8
|
+
Clean up confluence_insert_excerpt_inline_vertical_align experiment, which removes block nodes
|
|
9
|
+
vertical margin from inline extension elements to fix the inline vertical positioning of inline
|
|
10
|
+
extensions to match its surrounding text content.
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`aa2864bc234dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa2864bc234dd) -
|
|
15
|
+
add experiement to tmp-editor-statsig for cards a11y aria-role list and listitem
|
|
16
|
+
|
|
3
17
|
## 33.3.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -761,6 +761,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
761
761
|
param: 'isEnabled',
|
|
762
762
|
defaultValue: false
|
|
763
763
|
}),
|
|
764
|
+
// Added 2026-03-05
|
|
765
|
+
'cc_perf-insights-cards_extension_a11y_list': (0, _experimentBuilders.createBooleanExperiment)({
|
|
766
|
+
productKeys: {
|
|
767
|
+
confluence: 'cc_perf-insights-cards_extension_a11y_list'
|
|
768
|
+
},
|
|
769
|
+
param: 'isEnabled',
|
|
770
|
+
defaultValue: false
|
|
771
|
+
}),
|
|
764
772
|
// Added 2026-02-05
|
|
765
773
|
'editor-a11y-fy26-keyboard-move-row-column': (0, _experimentBuilders.createBooleanExperiment)({
|
|
766
774
|
productKeys: {
|
|
@@ -1295,13 +1303,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1295
1303
|
param: 'isEnabled',
|
|
1296
1304
|
defaultValue: false
|
|
1297
1305
|
}),
|
|
1298
|
-
confluence_insert_excerpt_inline_vertical_align: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1299
|
-
productKeys: {
|
|
1300
|
-
confluence: 'confluence_insert_excerpt_inline_vertical_align'
|
|
1301
|
-
},
|
|
1302
|
-
param: 'isEnabled',
|
|
1303
|
-
defaultValue: false
|
|
1304
|
-
}),
|
|
1305
1306
|
// Added 2026-01-30
|
|
1306
1307
|
platform_editor_fix_cross_origin_editor_focus: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1307
1308
|
productKeys: {
|
|
@@ -755,6 +755,14 @@ export const editorExperimentsConfig = {
|
|
|
755
755
|
param: 'isEnabled',
|
|
756
756
|
defaultValue: false
|
|
757
757
|
}),
|
|
758
|
+
// Added 2026-03-05
|
|
759
|
+
'cc_perf-insights-cards_extension_a11y_list': createBooleanExperiment({
|
|
760
|
+
productKeys: {
|
|
761
|
+
confluence: 'cc_perf-insights-cards_extension_a11y_list'
|
|
762
|
+
},
|
|
763
|
+
param: 'isEnabled',
|
|
764
|
+
defaultValue: false
|
|
765
|
+
}),
|
|
758
766
|
// Added 2026-02-05
|
|
759
767
|
'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
|
|
760
768
|
productKeys: {
|
|
@@ -1289,13 +1297,6 @@ export const editorExperimentsConfig = {
|
|
|
1289
1297
|
param: 'isEnabled',
|
|
1290
1298
|
defaultValue: false
|
|
1291
1299
|
}),
|
|
1292
|
-
confluence_insert_excerpt_inline_vertical_align: createBooleanExperiment({
|
|
1293
|
-
productKeys: {
|
|
1294
|
-
confluence: 'confluence_insert_excerpt_inline_vertical_align'
|
|
1295
|
-
},
|
|
1296
|
-
param: 'isEnabled',
|
|
1297
|
-
defaultValue: false
|
|
1298
|
-
}),
|
|
1299
1300
|
// Added 2026-01-30
|
|
1300
1301
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
1301
1302
|
productKeys: {
|
|
@@ -755,6 +755,14 @@ export var editorExperimentsConfig = {
|
|
|
755
755
|
param: 'isEnabled',
|
|
756
756
|
defaultValue: false
|
|
757
757
|
}),
|
|
758
|
+
// Added 2026-03-05
|
|
759
|
+
'cc_perf-insights-cards_extension_a11y_list': createBooleanExperiment({
|
|
760
|
+
productKeys: {
|
|
761
|
+
confluence: 'cc_perf-insights-cards_extension_a11y_list'
|
|
762
|
+
},
|
|
763
|
+
param: 'isEnabled',
|
|
764
|
+
defaultValue: false
|
|
765
|
+
}),
|
|
758
766
|
// Added 2026-02-05
|
|
759
767
|
'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
|
|
760
768
|
productKeys: {
|
|
@@ -1289,13 +1297,6 @@ export var editorExperimentsConfig = {
|
|
|
1289
1297
|
param: 'isEnabled',
|
|
1290
1298
|
defaultValue: false
|
|
1291
1299
|
}),
|
|
1292
|
-
confluence_insert_excerpt_inline_vertical_align: createBooleanExperiment({
|
|
1293
|
-
productKeys: {
|
|
1294
|
-
confluence: 'confluence_insert_excerpt_inline_vertical_align'
|
|
1295
|
-
},
|
|
1296
|
-
param: 'isEnabled',
|
|
1297
|
-
defaultValue: false
|
|
1298
|
-
}),
|
|
1299
1300
|
// Added 2026-01-30
|
|
1300
1301
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
1301
1302
|
productKeys: {
|
|
@@ -172,6 +172,12 @@ export declare const editorExperimentsConfig: {
|
|
|
172
172
|
productKeys?: ProductKeys;
|
|
173
173
|
typeGuard: IsBooleanType;
|
|
174
174
|
};
|
|
175
|
+
'cc_perf-insights-cards_extension_a11y_list': {
|
|
176
|
+
defaultValue: boolean;
|
|
177
|
+
param: string;
|
|
178
|
+
productKeys?: ProductKeys;
|
|
179
|
+
typeGuard: IsBooleanType;
|
|
180
|
+
};
|
|
175
181
|
'editor-a11y-fy26-keyboard-move-row-column': {
|
|
176
182
|
defaultValue: boolean;
|
|
177
183
|
param: string;
|
|
@@ -959,12 +965,6 @@ export declare const editorExperimentsConfig: {
|
|
|
959
965
|
productKeys?: ProductKeys;
|
|
960
966
|
typeGuard: IsBooleanType;
|
|
961
967
|
};
|
|
962
|
-
confluence_insert_excerpt_inline_vertical_align: {
|
|
963
|
-
defaultValue: boolean;
|
|
964
|
-
param: string;
|
|
965
|
-
productKeys?: ProductKeys;
|
|
966
|
-
typeGuard: IsBooleanType;
|
|
967
|
-
};
|
|
968
968
|
platform_editor_fix_cross_origin_editor_focus: {
|
|
969
969
|
defaultValue: boolean;
|
|
970
970
|
param: string;
|
|
@@ -172,6 +172,12 @@ export declare const editorExperimentsConfig: {
|
|
|
172
172
|
productKeys?: ProductKeys;
|
|
173
173
|
typeGuard: IsBooleanType;
|
|
174
174
|
};
|
|
175
|
+
'cc_perf-insights-cards_extension_a11y_list': {
|
|
176
|
+
defaultValue: boolean;
|
|
177
|
+
param: string;
|
|
178
|
+
productKeys?: ProductKeys;
|
|
179
|
+
typeGuard: IsBooleanType;
|
|
180
|
+
};
|
|
175
181
|
'editor-a11y-fy26-keyboard-move-row-column': {
|
|
176
182
|
defaultValue: boolean;
|
|
177
183
|
param: string;
|
|
@@ -959,12 +965,6 @@ export declare const editorExperimentsConfig: {
|
|
|
959
965
|
productKeys?: ProductKeys;
|
|
960
966
|
typeGuard: IsBooleanType;
|
|
961
967
|
};
|
|
962
|
-
confluence_insert_excerpt_inline_vertical_align: {
|
|
963
|
-
defaultValue: boolean;
|
|
964
|
-
param: string;
|
|
965
|
-
productKeys?: ProductKeys;
|
|
966
|
-
typeGuard: IsBooleanType;
|
|
967
|
-
};
|
|
968
968
|
platform_editor_fix_cross_origin_editor_focus: {
|
|
969
969
|
defaultValue: boolean;
|
|
970
970
|
param: string;
|
package/package.json
CHANGED