@atlaskit/editor-core 219.0.0 → 219.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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9b150a7caa3b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b150a7caa3b5) -
|
|
8
|
+
Adding multi-format response streaming capability for editor minion. Includes demo example in
|
|
9
|
+
editor-core.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 219.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "0.0.0-development";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "0.0.0-development";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.0.
|
|
3
|
+
"version": "219.0.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
68
68
|
"@atlaskit/react-ufo": "^5.14.0",
|
|
69
69
|
"@atlaskit/task-decision": "^20.0.0",
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^62.
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^62.6.0",
|
|
71
71
|
"@atlaskit/tokens": "^13.0.0",
|
|
72
72
|
"@atlaskit/tooltip": "^21.1.0",
|
|
73
73
|
"@atlaskit/width-detector": "^5.1.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"uuid": "^3.1.0"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@atlaskit/editor-common": "^114.
|
|
87
|
+
"@atlaskit/editor-common": "^114.1.0",
|
|
88
88
|
"@atlaskit/link-provider": "^4.3.0",
|
|
89
89
|
"@atlaskit/media-core": "^37.0.0",
|
|
90
90
|
"react": "^18.2.0",
|
|
@@ -117,8 +117,9 @@
|
|
|
117
117
|
"@atlaskit/util-data-test": "^18.5.0",
|
|
118
118
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
119
119
|
"@atlassian/adf-schema-json": "^1.33.0",
|
|
120
|
+
"@atlassian/editor-rovo-bridge": "^8.1.0",
|
|
120
121
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
121
|
-
"@atlassian/search-client": "^1.
|
|
122
|
+
"@atlassian/search-client": "^1.1.0",
|
|
122
123
|
"@atlassian/search-provider": "^11.0.0",
|
|
123
124
|
"@emotion/jest": "^11.8.0",
|
|
124
125
|
"@testing-library/react": "^16.3.0",
|