@atlaskit/editor-plugin-floating-toolbar 10.0.31 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 10.0.31
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,25 @@
1
- # Editor plugin floating toolbar
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
- Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
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.31",
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",
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/primitives": "^19.0.0",
45
45
  "@atlaskit/select": "^21.10.0",
46
- "@atlaskit/tmp-editor-statsig": "^59.1.0",
46
+ "@atlaskit/tmp-editor-statsig": "^60.2.0",
47
47
  "@atlaskit/tokens": "^13.0.0",
48
48
  "@atlaskit/tooltip": "^21.1.0",
49
49
  "@babel/runtime": "^7.0.0",