@atlaskit/editor-core 211.2.10 → 211.2.11
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.2.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8c22cc3a06ba9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c22cc3a06ba9) -
|
|
8
|
+
FD-85117 clean up fg platform_editor_axe_leading_paragraph_from_media
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 211.2.10
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "211.2.
|
|
2
|
+
export const version = "211.2.10";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "211.2.
|
|
2
|
+
export var version = "211.2.10";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "211.2.
|
|
3
|
+
"version": "211.2.11",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"uuid": "^3.1.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@atlaskit/editor-common": "^108.
|
|
83
|
+
"@atlaskit/editor-common": "^108.7.0",
|
|
84
84
|
"@atlaskit/link-provider": "^3.7.0",
|
|
85
85
|
"@atlaskit/media-core": "^37.0.0",
|
|
86
86
|
"react": "^18.2.0",
|
|
@@ -266,10 +266,6 @@
|
|
|
266
266
|
"type": "boolean",
|
|
267
267
|
"referenceOnly": true
|
|
268
268
|
},
|
|
269
|
-
"platform_editor_axe_leading_paragraph_from_media": {
|
|
270
|
-
"type": "boolean",
|
|
271
|
-
"referenceOnly": true
|
|
272
|
-
},
|
|
273
269
|
"platform_editor_ease_of_use_metrics": {
|
|
274
270
|
"type": "boolean"
|
|
275
271
|
},
|