@atlaskit/editor-plugin-paste-options-toolbar 9.2.6 → 9.2.8

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 +14 -0
  2. package/README.md +20 -28
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-paste-options-toolbar
2
2
 
3
+ ## 9.2.8
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.2.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 9.2.6
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -1,48 +1,40 @@
1
- # EditorPluginPasteOptionsToolbar
1
+ # Editor Plugin Paste Options Toolbar
2
2
 
3
3
  Paste options toolbar for @atlaskit/editor-core
4
4
 
5
5
  **Note:** This component is designed for internal Atlassian development. External contributors will
6
6
  be able to use this component but will not be able to submit issues.
7
7
 
8
- ## Install
8
+ ## Overview
9
9
 
10
- ---
10
+ The Paste Options Toolbar plugin provides a floating toolbar that appears after content is pasted into the editor. It allows users to select how the pasted content should be formatted, including options for rich text, markdown, and plain text formatting. The toolbar intelligently hides itself in certain contexts, such as when pasting into nested nodes or code blocks.
11
11
 
12
- - **Install** - _yarn add @atlaskit/editor-plugin-paste-options-toolbar_
13
- - **npm** -
14
- [@atlaskit/editor-plugin-paste-options-toolbar](https://www.npmjs.com/package/@atlaskit/editor-plugin-paste-options-toolbar)
15
- - **Source** -
16
- [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-plugin-paste-options-toolbar)
17
- - **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-paste-options-toolbar/dist/)
12
+ ## Key features
18
13
 
19
- ## Usage
14
+ - **Formatting options** - Choose between rich text, markdown, and plain text paste formats
15
+ - **Smart toolbar visibility** - Toolbar intelligently appears only when appropriate (e.g., not in code blocks or nested nodes)
16
+ - **Content detection** - Detects paste content type and pre-selects the appropriate formatting option
17
+ - **Markdown support** - Converts pasted content to markdown format with proper formatting preservation
18
+ - **Analytics integration** - Tracks user interactions with paste formatting options
19
+ - **Legacy and new menu modes** - Supports both floating toolbar and new paste actions menu UI variants
20
20
 
21
- ---
21
+ ## Install
22
+ - **Install** - *yarn add @atlaskit/editor-plugin-paste-options-toolbar*
23
+ - **npm** - [@atlaskit/editor-plugin-paste-options-toolbar](https://www.npmjs.com/package/@atlaskit/editor-plugin-paste-options-toolbar)
24
+ - **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-plugin-paste-options-toolbar)
25
+ - **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-paste-options-toolbar/dist/)
22
26
 
27
+ ## Usage
23
28
  **Internal use only**
24
29
 
25
- @atlaskit/editor-plugin-paste-options-toolbar is intended for internal use by the
26
- @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
30
+ @atlaskit/editor-plugin-paste-options-toolbar is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
27
31
 
28
32
  Direct use of this component is not supported.
29
33
 
30
- Please see
31
- [Atlaskit - Editor plugin quick insert](https://atlaskit.atlassian.com/packages/editor/editor-plugin-paste-options-toolbar)
32
- for documentation and examples for this package.
34
+ Please see [Atlaskit - Editor plugin paste options toolbar](https://atlaskit.atlassian.com/packages/editor/editor-plugin-paste-options-toolbar) for documentation and examples for this package.
33
35
 
34
36
  ## Support
35
-
36
- ---
37
-
38
- For internal Atlassian, visit the slack channel
39
- [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit
40
- [go/editor-help](https://go/editor-help) to submit a bug.
37
+ 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
38
 
42
39
  ## License
43
-
44
- ---
45
-
46
- Please see
47
- [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License)
48
- for more licensing information.
40
+ 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-paste-options-toolbar",
3
- "version": "9.2.6",
3
+ "version": "9.2.8",
4
4
  "description": "Paste options toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  "@atlaskit/icon": "^34.0.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/primitives": "^18.1.0",
45
- "@atlaskit/tmp-editor-statsig": "^57.0.0",
45
+ "@atlaskit/tmp-editor-statsig": "^58.0.0",
46
46
  "@atlaskit/tokens": "^12.0.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@compiled/react": "^0.20.0",