@atlaskit/editor-core 211.2.4 → 211.2.6
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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 211.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 211.2.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`98e68957ca04d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/98e68957ca04d) -
|
|
14
|
+
[ux] ED-29186 Update responsiveness breakpoints to accommodate Jira and comment editor toolbar
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 211.2.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -230,7 +230,7 @@ var CommentEditorWithIntl = exports.CommentEditorWithIntl = function CommentEdit
|
|
|
230
230
|
editorAPI: editorAPI,
|
|
231
231
|
editorView: editorView,
|
|
232
232
|
editorAppearance: appearance
|
|
233
|
-
}), customToolbarSlot) : (0, _react2.jsx)(_uiMenu.ToolbarArrowKeyNavigationProvider, {
|
|
233
|
+
}), (0, _experiments.editorExperiment)('platform_editor_toolbar_aifc_patch_2', true) ? customPrimaryToolbarComponents ? customToolbarSlot : null : customToolbarSlot) : (0, _react2.jsx)(_uiMenu.ToolbarArrowKeyNavigationProvider, {
|
|
234
234
|
editorView: editorView,
|
|
235
235
|
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
236
236
|
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
@@ -231,7 +231,7 @@ export const CommentEditorWithIntl = props => {
|
|
|
231
231
|
editorAPI: editorAPI,
|
|
232
232
|
editorView: editorView,
|
|
233
233
|
editorAppearance: appearance
|
|
234
|
-
}), customToolbarSlot) : jsx(ToolbarArrowKeyNavigationProvider, {
|
|
234
|
+
}), editorExperiment('platform_editor_toolbar_aifc_patch_2', true) ? customPrimaryToolbarComponents ? customToolbarSlot : null : customToolbarSlot) : jsx(ToolbarArrowKeyNavigationProvider, {
|
|
235
235
|
editorView: editorView,
|
|
236
236
|
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
237
237
|
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "211.2.
|
|
2
|
+
export const version = "211.2.5";
|
|
@@ -222,7 +222,7 @@ export var CommentEditorWithIntl = function CommentEditorWithIntl(props) {
|
|
|
222
222
|
editorAPI: editorAPI,
|
|
223
223
|
editorView: editorView,
|
|
224
224
|
editorAppearance: appearance
|
|
225
|
-
}), customToolbarSlot) : jsx(ToolbarArrowKeyNavigationProvider, {
|
|
225
|
+
}), editorExperiment('platform_editor_toolbar_aifc_patch_2', true) ? customPrimaryToolbarComponents ? customToolbarSlot : null : customToolbarSlot) : jsx(ToolbarArrowKeyNavigationProvider, {
|
|
226
226
|
editorView: editorView,
|
|
227
227
|
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
228
228
|
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "211.2.
|
|
2
|
+
export var version = "211.2.5";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "211.2.
|
|
3
|
+
"version": "211.2.6",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
45
45
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
46
46
|
"@atlaskit/button": "^23.4.0",
|
|
47
|
-
"@atlaskit/css": "^0.
|
|
47
|
+
"@atlaskit/css": "^0.14.0",
|
|
48
48
|
"@atlaskit/editor-json-transformer": "^8.27.0",
|
|
49
49
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
50
50
|
"@atlaskit/editor-plugin-quick-insert": "^4.0.0",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
64
64
|
"@atlaskit/react-ufo": "^4.5.0",
|
|
65
65
|
"@atlaskit/task-decision": "^19.2.0",
|
|
66
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
67
|
-
"@atlaskit/tokens": "^6.
|
|
66
|
+
"@atlaskit/tmp-editor-statsig": "^12.6.0",
|
|
67
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
68
68
|
"@atlaskit/tooltip": "^20.4.0",
|
|
69
69
|
"@atlaskit/width-detector": "^5.0.0",
|
|
70
70
|
"@babel/runtime": "^7.0.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"uuid": "^3.1.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@atlaskit/editor-common": "^108.
|
|
83
|
+
"@atlaskit/editor-common": "^108.5.0",
|
|
84
84
|
"@atlaskit/link-provider": "^3.7.0",
|
|
85
85
|
"@atlaskit/media-core": "^37.0.0",
|
|
86
86
|
"react": "^18.2.0",
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
104
104
|
"@atlaskit/media-test-helpers": "^39.0.0",
|
|
105
105
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
106
|
-
"@atlaskit/primitives": "^14.
|
|
107
|
-
"@atlaskit/renderer": "^121.
|
|
106
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
107
|
+
"@atlaskit/renderer": "^121.3.0",
|
|
108
108
|
"@atlaskit/section-message": "^8.7.0",
|
|
109
|
-
"@atlaskit/smart-card": "^40.
|
|
109
|
+
"@atlaskit/smart-card": "^40.20.0",
|
|
110
110
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
111
111
|
"@atlaskit/toggle": "^15.1.0",
|
|
112
112
|
"@atlaskit/util-data-test": "^18.1.0",
|