@atlaskit/editor-core 203.10.0 → 203.10.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,26 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 203.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#100925](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100925)
|
|
8
|
+
[`9fcb0cd204385`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9fcb0cd204385) -
|
|
9
|
+
[ED-26170] Remove feature gate platform_editor_element_dnd_nested_fix_patch_2
|
|
10
|
+
- [#101222](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101222)
|
|
11
|
+
[`361cf34435b08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/361cf34435b08) -
|
|
12
|
+
[ED-26172] clean up FG platform_editor_element_dnd_nested_fix_patch_4
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 203.10.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#101149](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101149)
|
|
20
|
+
[`ab4c33f1ecd77`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab4c33f1ecd77) -
|
|
21
|
+
[ux] Fixes issue where the extension label is causing inline macros to have a large line gap &
|
|
22
|
+
updates tests accordingly
|
|
23
|
+
|
|
3
24
|
## 203.10.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "203.10.
|
|
2
|
+
export const version = "203.10.2";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "203.10.
|
|
2
|
+
export var version = "203.10.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "203.10.
|
|
3
|
+
"version": "203.10.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
52
52
|
"@atlaskit/emoji": "^67.12.0",
|
|
53
53
|
"@atlaskit/icon": "^23.2.0",
|
|
54
|
-
"@atlaskit/media-card": "^78.
|
|
54
|
+
"@atlaskit/media-card": "^78.18.0",
|
|
55
55
|
"@atlaskit/mention": "^23.7.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
57
57
|
"@atlaskit/task-decision": "^17.11.0",
|
|
@@ -254,18 +254,10 @@
|
|
|
254
254
|
"type": "boolean",
|
|
255
255
|
"referenceOnly": true
|
|
256
256
|
},
|
|
257
|
-
"platform_editor_element_dnd_nested_fix_patch_2": {
|
|
258
|
-
"type": "boolean",
|
|
259
|
-
"referenceOnly": true
|
|
260
|
-
},
|
|
261
257
|
"platform_editor_element_dnd_nested_fix_patch_3": {
|
|
262
258
|
"type": "boolean",
|
|
263
259
|
"referenceOnly": true
|
|
264
260
|
},
|
|
265
|
-
"platform_editor_element_dnd_nested_fix_patch_4": {
|
|
266
|
-
"type": "boolean",
|
|
267
|
-
"referenceOnly": true
|
|
268
|
-
},
|
|
269
261
|
"platform-visual-refresh-icons": {
|
|
270
262
|
"type": "boolean",
|
|
271
263
|
"referenceOnly": true
|