@atlaskit/editor-core 211.0.0 → 211.0.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-core
|
|
2
2
|
|
|
3
|
+
## 211.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5f1d8eb6b1fa2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f1d8eb6b1fa2) -
|
|
8
|
+
EDITOR-1464 Update toDOM methods to include localId
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 211.0.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "211.0.0";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "211.0.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "211.0.
|
|
3
|
+
"version": "211.0.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -522,6 +522,10 @@
|
|
|
522
522
|
},
|
|
523
523
|
"platform_editor_fix_emoji_style_selectors": {
|
|
524
524
|
"type": "boolean"
|
|
525
|
+
},
|
|
526
|
+
"platform_editor_adf_with_localid": {
|
|
527
|
+
"type": "boolean",
|
|
528
|
+
"referenceOnly": true
|
|
525
529
|
}
|
|
526
530
|
},
|
|
527
531
|
"stricter": {
|