@atlaskit/editor-core 197.8.1 → 197.8.2
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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 197.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#141037](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141037)
|
|
8
|
+
[`0c5cb40ae3a67`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c5cb40ae3a67) -
|
|
9
|
+
Consider string documents when not validating incoming documents in Confluence Cloud
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 197.8.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "197.8.
|
|
2
|
+
export const version = "197.8.2";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "197.8.
|
|
2
|
+
export var version = "197.8.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "197.8.
|
|
3
|
+
"version": "197.8.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
51
51
|
"@atlaskit/emoji": "^67.7.0",
|
|
52
52
|
"@atlaskit/icon": "^22.18.0",
|
|
53
|
-
"@atlaskit/media-card": "^78.
|
|
53
|
+
"@atlaskit/media-card": "^78.5.0",
|
|
54
54
|
"@atlaskit/mention": "^23.2.0",
|
|
55
55
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
56
56
|
"@atlaskit/task-decision": "^17.10.0",
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"@atlaskit/logo": "^14.2.0",
|
|
95
95
|
"@atlaskit/media-core": "^34.3.0",
|
|
96
96
|
"@atlaskit/media-integration-test-helpers": "^3.1.0",
|
|
97
|
-
"@atlaskit/media-test-helpers": "^34.
|
|
98
|
-
"@atlaskit/modal-dialog": "^12.
|
|
97
|
+
"@atlaskit/media-test-helpers": "^34.4.0",
|
|
98
|
+
"@atlaskit/modal-dialog": "^12.16.0",
|
|
99
99
|
"@atlaskit/primitives": "^12.1.0",
|
|
100
100
|
"@atlaskit/renderer": "^110.2.0",
|
|
101
101
|
"@atlaskit/smart-card": "^28.1.0",
|
|
@@ -269,8 +269,7 @@
|
|
|
269
269
|
"type": "boolean"
|
|
270
270
|
},
|
|
271
271
|
"platform_editor_nest_in_quotes_adf_change": {
|
|
272
|
-
"type": "boolean"
|
|
273
|
-
"referenceOnly": true
|
|
272
|
+
"type": "boolean"
|
|
274
273
|
},
|
|
275
274
|
"platform_editor_mark_boundary_cursor": {
|
|
276
275
|
"type": "boolean"
|