@atlaskit/editor-core 205.1.13 → 205.2.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,26 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 205.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#137753](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137753)
|
|
8
|
+
[`fe189a7e249e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe189a7e249e9) -
|
|
9
|
+
EDITOR-317 Cleans up feature gate `platform_editor_nested_tables_resizing`
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 205.2.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#138416](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138416)
|
|
17
|
+
[`8cfce6829f775`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8cfce6829f775) -
|
|
18
|
+
Fix to have focussedCommentId render the standalone inlinecomment
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
|
|
3
24
|
## 205.1.13
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "205.1
|
|
2
|
+
export const version = "205.2.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "205.1
|
|
2
|
+
export var version = "205.2.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "205.1
|
|
3
|
+
"version": "205.2.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@atlaskit/adf-utils": "^19.19.0",
|
|
91
91
|
"@atlaskit/analytics-listeners": "^9.0.0",
|
|
92
92
|
"@atlaskit/collab-provider": "^10.14.0",
|
|
93
|
-
"@atlaskit/editor-plugin-annotation": "^2.
|
|
93
|
+
"@atlaskit/editor-plugin-annotation": "^2.3.0",
|
|
94
94
|
"@atlaskit/editor-plugin-card": "^5.4.0",
|
|
95
95
|
"@atlaskit/editor-plugin-list": "^4.2.0",
|
|
96
96
|
"@atlaskit/editor-plugin-paste": "^3.1.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
103
103
|
"@atlaskit/primitives": "^14.3.0",
|
|
104
104
|
"@atlaskit/renderer": "^114.7.0",
|
|
105
|
-
"@atlaskit/smart-card": "^36.
|
|
105
|
+
"@atlaskit/smart-card": "^36.3.0",
|
|
106
106
|
"@atlaskit/synchrony-test-helpers": "^3.1.0",
|
|
107
107
|
"@atlaskit/toggle": "^15.0.0",
|
|
108
108
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
@@ -428,10 +428,6 @@
|
|
|
428
428
|
"type": "boolean",
|
|
429
429
|
"referenceOnly": true
|
|
430
430
|
},
|
|
431
|
-
"platform_editor_nested_tables_resizing": {
|
|
432
|
-
"type": "boolean",
|
|
433
|
-
"referenceOnly": true
|
|
434
|
-
},
|
|
435
431
|
"platform_editor_disable_drag_handle_nested_tables": {
|
|
436
432
|
"type": "boolean",
|
|
437
433
|
"referenceOnly": true
|
|
@@ -596,6 +592,10 @@
|
|
|
596
592
|
"type": "boolean",
|
|
597
593
|
"referenceOnly": true
|
|
598
594
|
},
|
|
595
|
+
"platform_editor_listen_for_focussed_query_param": {
|
|
596
|
+
"type": "boolean",
|
|
597
|
+
"referenceOnly": true
|
|
598
|
+
},
|
|
599
599
|
"platform_editor_nested_tables_cellselection_paste": {
|
|
600
600
|
"type": "boolean",
|
|
601
601
|
"referenceOnly": true
|