@atlaskit/tmp-editor-statsig 16.3.3 → 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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 16.3.3
|
|
4
11
|
|
|
5
12
|
### 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 = {
|
|
@@ -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 = {
|
|
@@ -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 = {
|
package/package.json
CHANGED