@atlaskit/editor-plugin-floating-toolbar 1.3.1 → 1.4.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 +10 -0
- package/dist/cjs/ui/Toolbar.js +2 -1
- package/dist/es2019/ui/Toolbar.js +2 -1
- package/dist/esm/ui/Toolbar.js +2 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-floating-toolbar
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#91653](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91653) [`57a3511f76c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57a3511f76c1) - ECA11Y-203: Added cursor back to the cell, after changing cell background
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 1.3.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/cjs/ui/Toolbar.js
CHANGED
|
@@ -221,7 +221,8 @@ var ToolbarItems = /*#__PURE__*/_react.default.memo(function (_ref) {
|
|
|
221
221
|
// and paletteColorTooltipMessages in item options.
|
|
222
222
|
,
|
|
223
223
|
hexToPaletteColor: _editorPalette.hexToEditorBackgroundPaletteColor,
|
|
224
|
-
paletteColorTooltipMessages: _uiColor.backgroundPaletteTooltipMessages
|
|
224
|
+
paletteColorTooltipMessages: _uiColor.backgroundPaletteTooltipMessages,
|
|
225
|
+
returnEscToButton: item.returnEscToButton
|
|
225
226
|
});
|
|
226
227
|
}
|
|
227
228
|
if (item.selectType === 'emoji') {
|
|
@@ -193,7 +193,8 @@ const ToolbarItems = /*#__PURE__*/React.memo(({
|
|
|
193
193
|
// and paletteColorTooltipMessages in item options.
|
|
194
194
|
,
|
|
195
195
|
hexToPaletteColor: hexToEditorBackgroundPaletteColor,
|
|
196
|
-
paletteColorTooltipMessages: backgroundPaletteTooltipMessages
|
|
196
|
+
paletteColorTooltipMessages: backgroundPaletteTooltipMessages,
|
|
197
|
+
returnEscToButton: item.returnEscToButton
|
|
197
198
|
});
|
|
198
199
|
}
|
|
199
200
|
if (item.selectType === 'emoji') {
|
package/dist/esm/ui/Toolbar.js
CHANGED
|
@@ -212,7 +212,8 @@ var ToolbarItems = /*#__PURE__*/React.memo(function (_ref) {
|
|
|
212
212
|
// and paletteColorTooltipMessages in item options.
|
|
213
213
|
,
|
|
214
214
|
hexToPaletteColor: hexToEditorBackgroundPaletteColor,
|
|
215
|
-
paletteColorTooltipMessages: backgroundPaletteTooltipMessages
|
|
215
|
+
paletteColorTooltipMessages: backgroundPaletteTooltipMessages,
|
|
216
|
+
returnEscToButton: item.returnEscToButton
|
|
216
217
|
});
|
|
217
218
|
}
|
|
218
219
|
if (item.selectType === 'emoji') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-floating-toolbar",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Floating toolbar plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@atlaskit/adf-utils": "^19.0.0",
|
|
28
28
|
"@atlaskit/button": "^17.14.0",
|
|
29
29
|
"@atlaskit/checkbox": "^13.1.0",
|
|
30
|
-
"@atlaskit/editor-common": "^78.
|
|
30
|
+
"@atlaskit/editor-common": "^78.33.0",
|
|
31
31
|
"@atlaskit/editor-palette": "1.5.3",
|
|
32
32
|
"@atlaskit/editor-plugin-context-panel": "^1.1.0",
|
|
33
33
|
"@atlaskit/editor-plugin-copy-button": "^1.1.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
|
|
36
36
|
"@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
|
|
37
37
|
"@atlaskit/editor-plugin-extension": "^1.3.0",
|
|
38
|
-
"@atlaskit/editor-plugin-table": "^7.
|
|
38
|
+
"@atlaskit/editor-plugin-table": "^7.9.0",
|
|
39
39
|
"@atlaskit/editor-prosemirror": "4.0.0",
|
|
40
40
|
"@atlaskit/emoji": "^67.6.0",
|
|
41
41
|
"@atlaskit/icon": "^22.1.0",
|