@atlaskit/editor-core 189.6.11 → 189.6.14
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
|
+
## 189.6.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808) [`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) - ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
|
|
8
|
+
|
|
9
|
+
## 189.6.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#60120](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60120) [`90b15e5dd475`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/90b15e5dd475) - Extract CardView logic into individual "view" components
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 189.6.11
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "189.6.
|
|
2
|
+
export const version = "189.6.14";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "189.6.
|
|
2
|
+
export var version = "189.6.14";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "189.6.
|
|
3
|
+
"version": "189.6.14",
|
|
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
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
43
|
-
"@atlaskit/adf-schema": "^35.1.
|
|
43
|
+
"@atlaskit/adf-schema": "^35.1.1",
|
|
44
44
|
"@atlaskit/adf-utils": "^19.0.0",
|
|
45
45
|
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
46
46
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@atlaskit/form": "^9.0.3",
|
|
123
123
|
"@atlaskit/icon": "^22.0.0",
|
|
124
124
|
"@atlaskit/logo": "^13.14.0",
|
|
125
|
-
"@atlaskit/media-card": "^77.
|
|
125
|
+
"@atlaskit/media-card": "^77.6.0",
|
|
126
126
|
"@atlaskit/media-client": "^26.0.0",
|
|
127
127
|
"@atlaskit/media-common": "^11.0.0",
|
|
128
128
|
"@atlaskit/mention": "^22.1.0",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@af/visual-regression": "*",
|
|
172
172
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
173
173
|
"@atlaskit/code": "^15.1.0",
|
|
174
|
-
"@atlaskit/collab-provider": "9.20.
|
|
174
|
+
"@atlaskit/collab-provider": "9.20.4",
|
|
175
175
|
"@atlaskit/dropdown-menu": "^12.1.0",
|
|
176
176
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
177
177
|
"@atlaskit/editor-palette": "1.5.2",
|
|
@@ -285,6 +285,10 @@
|
|
|
285
285
|
"type": "boolean",
|
|
286
286
|
"referenceOnly": "true"
|
|
287
287
|
},
|
|
288
|
+
"platform.media-experience.card-views-refactor_b91lr": {
|
|
289
|
+
"type": "boolean",
|
|
290
|
+
"referenceOnly": "true"
|
|
291
|
+
},
|
|
288
292
|
"platform.editor.table.drag-and-drop": {
|
|
289
293
|
"type": "boolean"
|
|
290
294
|
},
|