@atlaskit/tmp-editor-statsig 16.3.2 → 16.3.4
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 +15 -0
- package/dist/cjs/exp-test-overrides.js +1 -1
- package/dist/cjs/experiments-config.js +0 -8
- package/dist/es2019/exp-test-overrides.js +1 -1
- package/dist/es2019/experiments-config.js +0 -8
- package/dist/esm/exp-test-overrides.js +1 -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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`30607f97eadae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/30607f97eadae) -
|
|
8
|
+
Update table tests after sticky header changes
|
|
9
|
+
|
|
10
|
+
## 16.3.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`31b6da6a9ab84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31b6da6a9ab84) -
|
|
15
|
+
Clean up platform_editor_fix_a11y_aria_posinset_0 experiment - Fix ARIA posinset to use 1-based
|
|
16
|
+
indexing
|
|
17
|
+
|
|
3
18
|
## 16.3.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -22,7 +22,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
22
22
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
23
23
|
cc_editor_insm_outlier_events: 'test',
|
|
24
24
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
25
|
-
platform_editor_table_sticky_header_improvements: '
|
|
25
|
+
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
26
26
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
27
27
|
};
|
|
28
28
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
@@ -750,14 +750,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
750
750
|
param: 'isEnabled',
|
|
751
751
|
defaultValue: false
|
|
752
752
|
}),
|
|
753
|
-
// Added 2025-07-31
|
|
754
|
-
platform_editor_fix_a11y_aria_posinset_0: (0, _experimentBuilders.createBooleanExperiment)({
|
|
755
|
-
productKeys: {
|
|
756
|
-
confluence: 'platform_editor_fix_a11y_aria_posinset_0'
|
|
757
|
-
},
|
|
758
|
-
param: 'isEnabled',
|
|
759
|
-
defaultValue: false
|
|
760
|
-
}),
|
|
761
753
|
// Added 2025-07-30
|
|
762
754
|
platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
|
|
763
755
|
productKeys: {
|
|
@@ -16,7 +16,7 @@ export const testMultivariateOverrides = {
|
|
|
16
16
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
17
17
|
cc_editor_insm_outlier_events: 'test',
|
|
18
18
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
19
|
-
platform_editor_table_sticky_header_improvements: '
|
|
19
|
+
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
20
20
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
21
21
|
};
|
|
22
22
|
export const testBooleanOverrides = {
|
|
@@ -744,14 +744,6 @@ export const editorExperimentsConfig = {
|
|
|
744
744
|
param: 'isEnabled',
|
|
745
745
|
defaultValue: false
|
|
746
746
|
}),
|
|
747
|
-
// Added 2025-07-31
|
|
748
|
-
platform_editor_fix_a11y_aria_posinset_0: createBooleanExperiment({
|
|
749
|
-
productKeys: {
|
|
750
|
-
confluence: 'platform_editor_fix_a11y_aria_posinset_0'
|
|
751
|
-
},
|
|
752
|
-
param: 'isEnabled',
|
|
753
|
-
defaultValue: false
|
|
754
|
-
}),
|
|
755
747
|
// Added 2025-07-30
|
|
756
748
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
757
749
|
productKeys: {
|
|
@@ -16,7 +16,7 @@ export var testMultivariateOverrides = {
|
|
|
16
16
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
17
17
|
cc_editor_insm_outlier_events: 'test',
|
|
18
18
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
19
|
-
platform_editor_table_sticky_header_improvements: '
|
|
19
|
+
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
20
20
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
21
21
|
};
|
|
22
22
|
export var testBooleanOverrides = {
|
|
@@ -744,14 +744,6 @@ export var editorExperimentsConfig = {
|
|
|
744
744
|
param: 'isEnabled',
|
|
745
745
|
defaultValue: false
|
|
746
746
|
}),
|
|
747
|
-
// Added 2025-07-31
|
|
748
|
-
platform_editor_fix_a11y_aria_posinset_0: createBooleanExperiment({
|
|
749
|
-
productKeys: {
|
|
750
|
-
confluence: 'platform_editor_fix_a11y_aria_posinset_0'
|
|
751
|
-
},
|
|
752
|
-
param: 'isEnabled',
|
|
753
|
-
defaultValue: false
|
|
754
|
-
}),
|
|
755
747
|
// Added 2025-07-30
|
|
756
748
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
757
749
|
productKeys: {
|
|
@@ -410,12 +410,6 @@ export declare const editorExperimentsConfig: {
|
|
|
410
410
|
productKeys?: ProductKeys;
|
|
411
411
|
typeGuard: IsBooleanType;
|
|
412
412
|
};
|
|
413
|
-
platform_editor_fix_a11y_aria_posinset_0: {
|
|
414
|
-
defaultValue: boolean;
|
|
415
|
-
param: string;
|
|
416
|
-
productKeys?: ProductKeys;
|
|
417
|
-
typeGuard: IsBooleanType;
|
|
418
|
-
};
|
|
419
413
|
platform_editor_fix_button_name_violation_in_table: {
|
|
420
414
|
defaultValue: boolean;
|
|
421
415
|
param: string;
|
|
@@ -410,12 +410,6 @@ export declare const editorExperimentsConfig: {
|
|
|
410
410
|
productKeys?: ProductKeys;
|
|
411
411
|
typeGuard: IsBooleanType;
|
|
412
412
|
};
|
|
413
|
-
platform_editor_fix_a11y_aria_posinset_0: {
|
|
414
|
-
defaultValue: boolean;
|
|
415
|
-
param: string;
|
|
416
|
-
productKeys?: ProductKeys;
|
|
417
|
-
typeGuard: IsBooleanType;
|
|
418
|
-
};
|
|
419
413
|
platform_editor_fix_button_name_violation_in_table: {
|
|
420
414
|
defaultValue: boolean;
|
|
421
415
|
param: string;
|
package/package.json
CHANGED