@atlaskit/editor-core 215.9.2 → 215.9.3
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 +8 -0
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.9.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`16c5ea0ef86b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/16c5ea0ef86b0) -
|
|
8
|
+
EDITOR-2602 Add missing customPrimaryToolbarComponents for comment editor
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 215.9.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -208,7 +208,7 @@ var CommentEditorWithIntl = exports.CommentEditorWithIntl = function CommentEdit
|
|
|
208
208
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
209
209
|
popupsScrollableElement: popupsScrollableElement,
|
|
210
210
|
popupsMountPoint: popupsMountPoint
|
|
211
|
-
})) : (0, _react2.jsx)(_react.default.Fragment, null, (0, _react2.jsx)(_CommentToolbar.CommentToolbar, {
|
|
211
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : (0, _react2.jsx)(_react.default.Fragment, null, (0, _react2.jsx)(_CommentToolbar.CommentToolbar, {
|
|
212
212
|
editorAPI: editorAPI,
|
|
213
213
|
editorView: editorView,
|
|
214
214
|
editorAppearance: appearance,
|
|
@@ -196,7 +196,7 @@ export const CommentEditorWithIntl = props => {
|
|
|
196
196
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
197
197
|
popupsScrollableElement: popupsScrollableElement,
|
|
198
198
|
popupsMountPoint: popupsMountPoint
|
|
199
|
-
})) : jsx(React.Fragment, null, jsx(CommentToolbar, {
|
|
199
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : jsx(React.Fragment, null, jsx(CommentToolbar, {
|
|
200
200
|
editorAPI: editorAPI,
|
|
201
201
|
editorView: editorView,
|
|
202
202
|
editorAppearance: appearance,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "215.9.
|
|
2
|
+
export const version = "215.9.2";
|
|
@@ -197,7 +197,7 @@ export var CommentEditorWithIntl = function CommentEditorWithIntl(props) {
|
|
|
197
197
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
198
198
|
popupsScrollableElement: popupsScrollableElement,
|
|
199
199
|
popupsMountPoint: popupsMountPoint
|
|
200
|
-
})) : jsx(React.Fragment, null, jsx(CommentToolbar, {
|
|
200
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : jsx(React.Fragment, null, jsx(CommentToolbar, {
|
|
201
201
|
editorAPI: editorAPI,
|
|
202
202
|
editorView: editorView,
|
|
203
203
|
editorAppearance: appearance,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "215.9.
|
|
2
|
+
export var version = "215.9.2";
|