@atlaskit/editor-plugin-floating-toolbar 10.0.30 → 10.0.32
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/README.md +18 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-floating-toolbar
|
|
2
2
|
|
|
3
|
+
## 10.0.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3da5fc5ff18bc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3da5fc5ff18bc) -
|
|
8
|
+
Update README.md and 0-intro.tsx
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 10.0.31
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 10.0.30
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,10 +1,25 @@
|
|
|
1
|
-
# Editor
|
|
1
|
+
# Editor Plugin Floating Toolbar
|
|
2
2
|
|
|
3
3
|
Floating toolbar plugin for @atlaskit/editor-core
|
|
4
4
|
|
|
5
5
|
**Note:** This component is designed for internal Atlassian development.
|
|
6
6
|
External contributors will be able to use this component but will not be able to submit issues.
|
|
7
7
|
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
The Floating Toolbar plugin provides a context-aware toolbar that displays relevant actions based on the current editor selection and node type. It integrates with `@atlaskit/editor-core` to render floating toolbars for various content elements with automatic positioning and visibility management.
|
|
11
|
+
|
|
12
|
+
## Key features
|
|
13
|
+
|
|
14
|
+
- **Context-aware toolbars** - Display relevant toolbar items based on selected content
|
|
15
|
+
- **Automatic positioning** - Smart positioning of floating toolbars with configurable alignment and offset
|
|
16
|
+
- **Node type matching** - Support for multiple node types with priority-based configuration selection
|
|
17
|
+
- **Confirmation dialogs** - Built-in support for confirmation dialogs on toolbar actions
|
|
18
|
+
- **Toolbar consolidation** - Automatic consolidation of overflow dropdowns for cleaner UI
|
|
19
|
+
- **View mode support** - Compatible with editor view mode with filtered toolbar items
|
|
20
|
+
- **Analytics integration** - Track toolbar interactions and state changes
|
|
21
|
+
- **User intent handling** - Suppress toolbar display based on user interaction state
|
|
22
|
+
|
|
8
23
|
## Install
|
|
9
24
|
---
|
|
10
25
|
- **Install** - *yarn add @atlaskit/editor-plugin-floating-toolbar*
|
|
@@ -25,6 +40,7 @@ Please see [Atlaskit - Editor plugin floating toolbar](https://atlaskit.atlassia
|
|
|
25
40
|
## Support
|
|
26
41
|
---
|
|
27
42
|
For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.
|
|
43
|
+
|
|
28
44
|
## License
|
|
29
45
|
---
|
|
30
|
-
|
|
46
|
+
Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-floating-toolbar",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.32",
|
|
4
4
|
"description": "Floating toolbar plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@atlaskit/editor-plugin-editor-viewmode": "^10.0.0",
|
|
34
34
|
"@atlaskit/editor-plugin-emoji": "^9.0.0",
|
|
35
35
|
"@atlaskit/editor-plugin-extension": "^11.0.0",
|
|
36
|
-
"@atlaskit/editor-plugin-interaction": "^
|
|
36
|
+
"@atlaskit/editor-plugin-interaction": "^17.0.0",
|
|
37
37
|
"@atlaskit/editor-plugin-user-intent": "^6.0.0",
|
|
38
38
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
39
39
|
"@atlaskit/emoji": "^69.12.0",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@atlaskit/menu": "^8.4.0",
|
|
42
42
|
"@atlaskit/modal-dialog": "^14.15.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
|
-
"@atlaskit/primitives": "^
|
|
44
|
+
"@atlaskit/primitives": "^19.0.0",
|
|
45
45
|
"@atlaskit/select": "^21.10.0",
|
|
46
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
-
"@atlaskit/tokens": "^
|
|
46
|
+
"@atlaskit/tmp-editor-statsig": "^60.2.0",
|
|
47
|
+
"@atlaskit/tokens": "^13.0.0",
|
|
48
48
|
"@atlaskit/tooltip": "^21.1.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
50
50
|
"@emotion/react": "^11.7.1",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react-loadable": "^5.1.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@atlaskit/editor-common": "^112.
|
|
58
|
+
"@atlaskit/editor-common": "^112.20.0",
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-dom": "^18.2.0"
|
|
61
61
|
},
|