@atlaskit/editor-core 197.8.1 → 197.8.3
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,22 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 197.8.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#142267](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142267)
|
|
8
|
+
[`9ed8707898875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9ed8707898875) -
|
|
9
|
+
[ux] ED-24996 Delay appearance of line prompt quickinsert button
|
|
10
|
+
|
|
11
|
+
## 197.8.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#141037](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141037)
|
|
16
|
+
[`0c5cb40ae3a67`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c5cb40ae3a67) -
|
|
17
|
+
Consider string documents when not validating incoming documents in Confluence Cloud
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 197.8.1
|
|
4
21
|
|
|
5
22
|
### 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.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "197.8.
|
|
2
|
+
export var version = "197.8.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "197.8.
|
|
3
|
+
"version": "197.8.3",
|
|
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",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@atlaskit/visual-regression": "*",
|
|
106
106
|
"@atlassian/adf-schema-json": "^1.22.0",
|
|
107
107
|
"@atlassian/feature-flags-test-utils": "*",
|
|
108
|
-
"@atlassian/search-provider": "2.4.
|
|
108
|
+
"@atlassian/search-provider": "2.4.135",
|
|
109
109
|
"@emotion/jest": "^11.8.0",
|
|
110
110
|
"@storybook/addon-knobs": "^5.3.18",
|
|
111
111
|
"@testing-library/react": "^12.1.5",
|
|
@@ -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"
|
|
@@ -278,6 +277,10 @@
|
|
|
278
277
|
"platform_editor_action_decisions_ssr_fix": {
|
|
279
278
|
"type": "boolean",
|
|
280
279
|
"referenceOnly": true
|
|
280
|
+
},
|
|
281
|
+
"platform_editor_empty_line_prompt_delay": {
|
|
282
|
+
"type": "boolean",
|
|
283
|
+
"referenceOnly": true
|
|
281
284
|
}
|
|
282
285
|
},
|
|
283
286
|
"stricter": {
|