@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 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,
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "215.9.1";
8
+ var version = exports.version = "215.9.2";
@@ -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.1";
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.1";
2
+ export var version = "215.9.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "215.9.2",
3
+ "version": "215.9.3",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"