@atlaskit/editor-core 227.1.3 → 228.0.0
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
|
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
8
|
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
9
|
-
var version = exports.version = "227.1.
|
|
9
|
+
var version = exports.version = "227.1.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "228.0.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"@atlaskit/button": "^25.3.0",
|
|
48
48
|
"@atlaskit/css": "^1.1.0",
|
|
49
49
|
"@atlaskit/editor-json-transformer": "^9.8.0",
|
|
50
|
-
"@atlaskit/editor-plugin-block-menu": "^
|
|
51
|
-
"@atlaskit/editor-plugin-connectivity": "^
|
|
52
|
-
"@atlaskit/editor-plugin-quick-insert": "^
|
|
53
|
-
"@atlaskit/editor-plugin-selection-extension": "^
|
|
54
|
-
"@atlaskit/editor-plugin-user-preferences": "^
|
|
50
|
+
"@atlaskit/editor-plugin-block-menu": "^17.0.0",
|
|
51
|
+
"@atlaskit/editor-plugin-connectivity": "^18.0.0",
|
|
52
|
+
"@atlaskit/editor-plugin-quick-insert": "^18.0.0",
|
|
53
|
+
"@atlaskit/editor-plugin-selection-extension": "^21.0.0",
|
|
54
|
+
"@atlaskit/editor-plugin-user-preferences": "^16.0.0",
|
|
55
55
|
"@atlaskit/editor-plugins": "^16.1.0",
|
|
56
56
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
57
57
|
"@atlaskit/editor-shared-styles": "^4.2.0",
|
|
58
|
-
"@atlaskit/editor-ssr-renderer": "^
|
|
58
|
+
"@atlaskit/editor-ssr-renderer": "^13.0.0",
|
|
59
59
|
"@atlaskit/editor-toolbar": "^2.6.0",
|
|
60
60
|
"@atlaskit/editor-toolbar-model": "^1.2.0",
|
|
61
61
|
"@atlaskit/emoji": "^72.3.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"uuid": "^11.1.1"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@atlaskit/editor-common": "^
|
|
95
|
+
"@atlaskit/editor-common": "^122.0.0",
|
|
96
96
|
"@atlaskit/link-provider": "^5.6.0",
|
|
97
97
|
"@atlaskit/media-core": "^38.2.0",
|
|
98
98
|
"react": "^18.2.0",
|
|
@@ -108,37 +108,37 @@
|
|
|
108
108
|
"@atlaskit/analytics-gas-types": "^6.2.0",
|
|
109
109
|
"@atlaskit/analytics-listeners": "^11.3.0",
|
|
110
110
|
"@atlaskit/code": "^19.2.0",
|
|
111
|
-
"@atlaskit/collab-provider": "^
|
|
111
|
+
"@atlaskit/collab-provider": "^27.0.0",
|
|
112
112
|
"@atlaskit/docs": "^12.2.0",
|
|
113
113
|
"@atlaskit/drawer": "^14.3.0",
|
|
114
|
-
"@atlaskit/editor-plugin-alignment": "^
|
|
115
|
-
"@atlaskit/editor-plugin-annotation": "^
|
|
116
|
-
"@atlaskit/editor-plugin-base": "^
|
|
117
|
-
"@atlaskit/editor-plugin-card": "^
|
|
118
|
-
"@atlaskit/editor-plugin-code-block-advanced": "^
|
|
119
|
-
"@atlaskit/editor-plugin-collab-edit": "^
|
|
120
|
-
"@atlaskit/editor-plugin-content-insertion": "^
|
|
121
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^
|
|
122
|
-
"@atlaskit/editor-plugin-extension": "^
|
|
123
|
-
"@atlaskit/editor-plugin-grid": "^
|
|
124
|
-
"@atlaskit/editor-plugin-guideline": "^
|
|
125
|
-
"@atlaskit/editor-plugin-highlight": "^
|
|
126
|
-
"@atlaskit/editor-plugin-insert-block": "^
|
|
127
|
-
"@atlaskit/editor-plugin-layout": "^
|
|
128
|
-
"@atlaskit/editor-plugin-limited-mode": "^
|
|
129
|
-
"@atlaskit/editor-plugin-list": "^
|
|
130
|
-
"@atlaskit/editor-plugin-media": "^
|
|
131
|
-
"@atlaskit/editor-plugin-paste": "^
|
|
132
|
-
"@atlaskit/editor-plugin-selection-marker": "^
|
|
133
|
-
"@atlaskit/editor-plugin-show-diff": "^
|
|
134
|
-
"@atlaskit/editor-plugin-synced-block": "^
|
|
135
|
-
"@atlaskit/editor-plugin-table": "^
|
|
136
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^
|
|
137
|
-
"@atlaskit/editor-plugin-text-color": "^
|
|
138
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "^
|
|
139
|
-
"@atlaskit/editor-plugin-track-changes": "^
|
|
140
|
-
"@atlaskit/editor-synced-block-provider": "^
|
|
141
|
-
"@atlaskit/editor-synced-block-renderer": "^
|
|
114
|
+
"@atlaskit/editor-plugin-alignment": "^19.0.0",
|
|
115
|
+
"@atlaskit/editor-plugin-annotation": "^18.0.0",
|
|
116
|
+
"@atlaskit/editor-plugin-base": "^19.0.0",
|
|
117
|
+
"@atlaskit/editor-plugin-card": "^24.0.0",
|
|
118
|
+
"@atlaskit/editor-plugin-code-block-advanced": "^18.0.0",
|
|
119
|
+
"@atlaskit/editor-plugin-collab-edit": "^19.0.0",
|
|
120
|
+
"@atlaskit/editor-plugin-content-insertion": "^18.0.0",
|
|
121
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^20.0.0",
|
|
122
|
+
"@atlaskit/editor-plugin-extension": "^21.0.0",
|
|
123
|
+
"@atlaskit/editor-plugin-grid": "^18.0.0",
|
|
124
|
+
"@atlaskit/editor-plugin-guideline": "^18.0.0",
|
|
125
|
+
"@atlaskit/editor-plugin-highlight": "^18.0.0",
|
|
126
|
+
"@atlaskit/editor-plugin-insert-block": "^19.0.0",
|
|
127
|
+
"@atlaskit/editor-plugin-layout": "^19.0.0",
|
|
128
|
+
"@atlaskit/editor-plugin-limited-mode": "^15.0.0",
|
|
129
|
+
"@atlaskit/editor-plugin-list": "^20.0.0",
|
|
130
|
+
"@atlaskit/editor-plugin-media": "^20.0.0",
|
|
131
|
+
"@atlaskit/editor-plugin-paste": "^19.0.0",
|
|
132
|
+
"@atlaskit/editor-plugin-selection-marker": "^18.0.0",
|
|
133
|
+
"@atlaskit/editor-plugin-show-diff": "^16.0.0",
|
|
134
|
+
"@atlaskit/editor-plugin-synced-block": "^16.0.0",
|
|
135
|
+
"@atlaskit/editor-plugin-table": "^30.0.0",
|
|
136
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^21.0.0",
|
|
137
|
+
"@atlaskit/editor-plugin-text-color": "^18.0.0",
|
|
138
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "^19.0.0",
|
|
139
|
+
"@atlaskit/editor-plugin-track-changes": "^17.0.0",
|
|
140
|
+
"@atlaskit/editor-synced-block-provider": "^14.0.0",
|
|
141
|
+
"@atlaskit/editor-synced-block-renderer": "^16.0.0",
|
|
142
142
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
143
143
|
"@atlaskit/form": "^17.2.0",
|
|
144
144
|
"@atlaskit/link-provider": "^5.6.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@atlaskit/portal": "^6.4.0",
|
|
156
156
|
"@atlaskit/profilecard": "^26.23.0",
|
|
157
157
|
"@atlaskit/radio": "^10.2.0",
|
|
158
|
-
"@atlaskit/renderer": "^
|
|
158
|
+
"@atlaskit/renderer": "^140.0.0",
|
|
159
159
|
"@atlaskit/section-message": "^10.2.0",
|
|
160
160
|
"@atlaskit/spinner": "^20.4.0",
|
|
161
161
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
@@ -166,11 +166,11 @@
|
|
|
166
166
|
"@atlassian/a11y-jest-testing": "^0.17.0",
|
|
167
167
|
"@atlassian/a11y-playwright-testing": "^0.12.0",
|
|
168
168
|
"@atlassian/adf-schema-json": "^1.35.0",
|
|
169
|
-
"@atlassian/editor-rovo-bridge": "^
|
|
169
|
+
"@atlassian/editor-rovo-bridge": "^16.0.0",
|
|
170
170
|
"@atlassian/experiment-test-utils": "^0.2.0",
|
|
171
171
|
"@atlassian/feature-flags-test-utils": "^1.3.0",
|
|
172
172
|
"@atlassian/search-client": "^2.27.0",
|
|
173
|
-
"@atlassian/search-provider": "^
|
|
173
|
+
"@atlassian/search-provider": "^19.0.0",
|
|
174
174
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
175
175
|
"@atlassian/testing-library": "^0.11.0",
|
|
176
176
|
"@atlassian/user-profile-card": "^1.37.0",
|