@atlaskit/editor-core 213.4.1 → 213.4.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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 213.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`d278f35b3fb0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d278f35b3fb0f) -
|
|
8
|
+
Cleaned up platform_editor_element_drag_and_drop_ed_23873
|
|
9
|
+
- [`45c6f8d40f9ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45c6f8d40f9ac) -
|
|
10
|
+
Bump i18n pkg versions for atlaskit packages for including license field
|
|
11
|
+
- [`980edad1b9b85`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/980edad1b9b85) -
|
|
12
|
+
EDITOR-1635 Ensure new taskItems are only added on enter key press of blockTaskitem if cursor is
|
|
13
|
+
at the start or end of the task item, not the start or the end of any of its child paragraphs.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 213.4.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "213.4.
|
|
2
|
+
export const version = "213.4.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "213.4.
|
|
2
|
+
export var version = "213.4.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "213.4.
|
|
3
|
+
"version": "213.4.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@atlaskit/activity-provider": "^2.5.0",
|
|
42
42
|
"@atlaskit/adf-schema": "^51.1.2",
|
|
43
|
-
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.
|
|
43
|
+
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.7.0",
|
|
44
44
|
"@atlaskit/analytics-namespaced-context": "^7.0.0",
|
|
45
45
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
@@ -203,10 +203,6 @@
|
|
|
203
203
|
"platform_editor_track_dangerous_append_plugins": {
|
|
204
204
|
"type": "boolean"
|
|
205
205
|
},
|
|
206
|
-
"platform_editor_element_drag_and_drop_ed_23873": {
|
|
207
|
-
"type": "boolean",
|
|
208
|
-
"referenceOnly": true
|
|
209
|
-
},
|
|
210
206
|
"platform_editor_disable_instrumented_plugin": {
|
|
211
207
|
"type": "boolean"
|
|
212
208
|
},
|
|
@@ -515,6 +511,10 @@
|
|
|
515
511
|
},
|
|
516
512
|
"platform_editor_a11y_macro_sidebar_dialog": {
|
|
517
513
|
"type": "boolean"
|
|
514
|
+
},
|
|
515
|
+
"platform_editor_blocktaskitem_patch_2": {
|
|
516
|
+
"type": "boolean",
|
|
517
|
+
"referenceOnly": true
|
|
518
518
|
}
|
|
519
519
|
},
|
|
520
520
|
"stricter": {
|