@atlaskit/tmp-editor-statsig 120.1.0 → 120.1.1
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 120.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ec37e1d233675`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ec37e1d233675) -
|
|
8
|
+
[EDITOR-5943] Remove flag platform_editor_diff_plugin_extended override for VR tests
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 120.1.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -51,7 +51,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
51
51
|
platform_editor_find_and_replace_improvements: false,
|
|
52
52
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
53
53
|
platform_editor_paste_actions_menu: false,
|
|
54
|
-
platform_editor_diff_plugin_extended: false,
|
|
55
54
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
56
55
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
57
56
|
platform_editor_table_q4_loveability: false,
|
|
@@ -45,7 +45,6 @@ export const testBooleanOverrides = {
|
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
47
|
platform_editor_paste_actions_menu: false,
|
|
48
|
-
platform_editor_diff_plugin_extended: false,
|
|
49
48
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
50
49
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
51
50
|
platform_editor_table_q4_loveability: false,
|
|
@@ -45,7 +45,6 @@ export var testBooleanOverrides = {
|
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
47
|
platform_editor_paste_actions_menu: false,
|
|
48
|
-
platform_editor_diff_plugin_extended: false,
|
|
49
48
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
50
49
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
51
50
|
platform_editor_table_q4_loveability: false,
|
package/package.json
CHANGED