@atlaskit/editor-plugin-media-insert 20.0.0 → 20.0.1

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-media-insert
2
2
 
3
+ ## 20.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`14803a836f641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14803a836f641) -
8
+ Update README.md and 0-intro.tsx
9
+ - Updated dependencies
10
+
3
11
  ## 20.0.0
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,23 @@
1
- # Editor plugin media insert
1
+ # Editor Plugin Media Insert
2
2
 
3
- Media insert plugin for @atlaskit/editor-core
3
+ Media 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 Media Insert plugin provides a user interface for inserting media into the Atlassian Editor. It offers flexible options for adding media through local file uploads or external URLs, with support for customizable validation and configuration.
11
+
12
+ ## Key features
13
+
14
+ - **Local file uploads** - Upload media files from your local device through an integrated file picker
15
+ - **External URL insertion** - Insert media using external URLs with optional upload to media service
16
+ - **Quick insert integration** - Access media insertion via the quick insert menu with keyword search support
17
+ - **Flexible configuration** - Configure URL-only mode, custom validation, and helper messages
18
+ - **Analytics tracking** - Track media insertion events and user interactions with the picker
19
+ - **Popup interface** - Intuitive tabbed interface for selecting insertion method
20
+
8
21
  ## Install
9
22
  ---
10
23
  - **Install** - *yarn add @atlaskit/editor-plugin-media-insert*
@@ -27,4 +40,4 @@ Please see [Atlaskit - Editor plugin media-insert](https://atlaskit.atlassian.co
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.
28
41
  ## License
29
42
  ---
30
- Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#Platform-License) for more licensing information.
43
+ 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-media-insert",
3
- "version": "20.0.0",
3
+ "version": "20.0.1",
4
4
  "description": "Media Insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",