@atlaskit/editor-core 205.1.10 → 205.1.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,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 205.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#137153](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137153)
|
|
8
|
+
[`105ebf2f4f54b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/105ebf2f4f54b) -
|
|
9
|
+
[ED-27125] This change is adding a feature gate to use the functional components for media nodes
|
|
10
|
+
which will resolve the bug of attachment duplication when copying and pasting.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 205.1.10
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "205.1.
|
|
2
|
+
export const version = "205.1.11";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "205.1.
|
|
2
|
+
export var version = "205.1.11";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "205.1.
|
|
3
|
+
"version": "205.1.11",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -292,6 +292,10 @@
|
|
|
292
292
|
"type": "boolean",
|
|
293
293
|
"referenceOnly": true
|
|
294
294
|
},
|
|
295
|
+
"platform_editor_react18_phase2__media_single_jira": {
|
|
296
|
+
"type": "boolean",
|
|
297
|
+
"referenceOnly": true
|
|
298
|
+
},
|
|
295
299
|
"platform_editor_content_component_ignore_click": {
|
|
296
300
|
"type": "boolean"
|
|
297
301
|
},
|