@atlaskit/editor-plugin-selection-toolbar 9.1.13 → 9.1.15

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +17 -7
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 9.1.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fa146e17e08d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa146e17e08d6) -
8
+ Update README.md and 0-intro.tsx
9
+ - Updated dependencies
10
+
11
+ ## 9.1.14
12
+
13
+ ### Patch Changes
14
+
15
+ - [`38f6b2fea945a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38f6b2fea945a) -
16
+ Remove dragAndDropEnabled from test fixtures and audit false usages - prop is being deprecated
17
+ - Updated dependencies
18
+
3
19
  ## 9.1.13
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -1,14 +1,23 @@
1
- # EditorPluginSelectionToolbar
1
+ # Editor Plugin Selection Toolbar
2
2
 
3
- @atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core
4
-
5
- ## Usage
6
-
7
- `import EditorPluginSelectionToolbar from '@atlaskit/editor-plugin-selection-toolbar';`
3
+ Selection toolbar plugin for @atlaskit/editor-core
8
4
 
9
5
  **Note:** This component is designed for internal Atlassian development.
10
6
  External contributors will be able to use this component but will not be able to submit issues.
11
7
 
8
+ ## Overview
9
+
10
+ The Selection Toolbar plugin provides a floating toolbar that appears when text is selected in the editor. It enables users to perform formatting actions and access contextual controls based on the current selection within the editor.
11
+
12
+ ## Key features
13
+
14
+ - **Floating toolbar on selection** - Displays contextual formatting options when text is selected
15
+ - **Toolbar positioning** - Supports multiple toolbar docking positions (top, bottom, none) with user preferences
16
+ - **Configurable toolbar placement** - Option to prefer toolbar above or below the selection
17
+ - **Toolbar state management** - Manages visibility and stability of the toolbar during editing
18
+ - **Analytics integration** - Tracks toolbar interactions and user preferences through analytics events
19
+ - **User preferences** - Respects user's toolbar docking preferences across sessions
20
+
12
21
  ## Install
13
22
  ---
14
23
  - **Install** - *yarn add @atlaskit/editor-plugin-selection-toolbar*
@@ -29,6 +38,7 @@ Please see [Atlaskit - Editor plugin selection toolbar](https://atlaskit.atlassi
29
38
  ## Support
30
39
  ---
31
40
  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.
41
+
32
42
  ## License
33
43
  ---
34
- Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#Platform-License) for more licensing information.
44
+ Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#Platform-License) for more licensing information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "9.1.13",
3
+ "version": "9.1.15",
4
4
  "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",