@atlaskit/editor-plugin-quick-insert 8.0.28 → 8.0.30

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 +13 -0
  2. package/README.md +16 -2
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-plugin-quick-insert
2
2
 
3
+ ## 8.0.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.29
10
+
11
+ ### Patch Changes
12
+
13
+ - [`fa146e17e08d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa146e17e08d6) -
14
+ Update README.md and 0-intro.tsx
15
+
3
16
  ## 8.0.28
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,23 @@
1
- # Editor plugin quick insert
1
+ # Editor Plugin Quick Insert
2
2
 
3
3
  Quick insert 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 Quick Insert plugin provides a user-friendly interface for rapidly inserting content into the Atlassian Editor. It integrates with the editor's type-ahead system to enable contextual content insertion through the forward slash (`/`) trigger, along with an optional element browser modal for discovering and inserting available content elements.
11
+
12
+ ## Key features
13
+
14
+ - **Type-ahead integration** - Trigger quick insert with the `/` key for instant content suggestions
15
+ - **Search and filter** - Find and filter available items with customizable search functionality
16
+ - **Element browser** - Optional modal interface for browsing and inserting content elements
17
+ - **Custom items** - Add, update, or remove custom quick insert items dynamically
18
+ - **Analytics support** - Track insertion actions and editor interactions
19
+ - **Configurable behavior** - Control empty states, item priority sorting, and element browser visibility
20
+
8
21
  ## Install
9
22
  ---
10
23
  - **Install** - *yarn add @atlaskit/editor-plugin-quick-insert*
@@ -25,6 +38,7 @@ Please see [Atlaskit - Editor plugin quick insert](https://atlaskit.atlassian.co
25
38
  ## Support
26
39
  ---
27
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
+
28
42
  ## License
29
43
  ---
30
- Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
44
+ 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-quick-insert",
3
- "version": "8.0.28",
3
+ "version": "8.0.30",
4
4
  "description": "Quick insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,13 +38,13 @@
38
38
  "@atlaskit/icon": "^34.0.0",
39
39
  "@atlaskit/modal-dialog": "^14.15.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/tmp-editor-statsig": "^58.0.0",
42
- "@atlaskit/tokens": "^12.0.0",
41
+ "@atlaskit/tmp-editor-statsig": "^59.1.0",
42
+ "@atlaskit/tokens": "^13.0.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "@atlaskit/editor-common": "^112.19.0",
47
+ "@atlaskit/editor-common": "^112.20.0",
48
48
  "react": "^18.2.0",
49
49
  "react-dom": "^18.2.0",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1"