@atlaskit/editor-core 214.1.0 → 214.1.2
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 +14 -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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 214.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a3254a75cdfb7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3254a75cdfb7) -
|
|
8
|
+
[ED-29448] clean up experiment platform_editor_toolbar_aifc_patch_2
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 214.1.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 214.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -194,7 +194,7 @@ var CommentEditorWithIntl = exports.CommentEditorWithIntl = function CommentEdit
|
|
|
194
194
|
editorAPI: editorAPI,
|
|
195
195
|
editorView: editorView,
|
|
196
196
|
editorAppearance: appearance
|
|
197
|
-
}),
|
|
197
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : (0, _react2.jsx)(_uiMenu.ToolbarArrowKeyNavigationProvider, {
|
|
198
198
|
editorView: editorView,
|
|
199
199
|
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
200
200
|
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
@@ -182,7 +182,7 @@ export const CommentEditorWithIntl = props => {
|
|
|
182
182
|
editorAPI: editorAPI,
|
|
183
183
|
editorView: editorView,
|
|
184
184
|
editorAppearance: appearance
|
|
185
|
-
}),
|
|
185
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : jsx(ToolbarArrowKeyNavigationProvider, {
|
|
186
186
|
editorView: editorView,
|
|
187
187
|
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
188
188
|
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "214.
|
|
2
|
+
export const version = "214.1.1";
|
|
@@ -183,7 +183,7 @@ export var CommentEditorWithIntl = function CommentEditorWithIntl(props) {
|
|
|
183
183
|
editorAPI: editorAPI,
|
|
184
184
|
editorView: editorView,
|
|
185
185
|
editorAppearance: appearance
|
|
186
|
-
}),
|
|
186
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : jsx(ToolbarArrowKeyNavigationProvider, {
|
|
187
187
|
editorView: editorView,
|
|
188
188
|
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
189
189
|
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "214.
|
|
2
|
+
export var version = "214.1.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "214.1.
|
|
3
|
+
"version": "214.1.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/editor-plugins": "^10.6.0",
|
|
54
54
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
56
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
56
|
+
"@atlaskit/editor-toolbar": "^0.12.0",
|
|
57
57
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
58
58
|
"@atlaskit/emoji": "^69.5.0",
|
|
59
59
|
"@atlaskit/icon": "^28.3.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
65
65
|
"@atlaskit/react-ufo": "^4.11.0",
|
|
66
66
|
"@atlaskit/task-decision": "^19.2.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^13.2.0",
|
|
68
68
|
"@atlaskit/tokens": "^6.4.0",
|
|
69
69
|
"@atlaskit/tooltip": "^20.5.0",
|
|
70
70
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@atlaskit/analytics-listeners": "^9.1.0",
|
|
96
96
|
"@atlaskit/collab-provider": "^14.0.0",
|
|
97
97
|
"@atlaskit/editor-plugin-annotation": "^6.1.0",
|
|
98
|
-
"@atlaskit/editor-plugin-card": "^11.
|
|
98
|
+
"@atlaskit/editor-plugin-card": "^11.2.0",
|
|
99
99
|
"@atlaskit/editor-plugin-list": "^8.0.0",
|
|
100
100
|
"@atlaskit/editor-plugin-paste": "^7.0.0",
|
|
101
101
|
"@atlaskit/link-provider": "^4.0.0",
|