@atlaskit/editor-plugin-media 10.2.4 → 10.2.5

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
2
2
 
3
+ ## 10.2.5
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
  ## 10.2.4
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,25 @@
1
- # Editor Plugin Media
1
+ # Editor Plugin Media
2
2
 
3
3
  Media 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 plugin provides comprehensive media handling capabilities for the Atlassian Editor. It integrates with `@atlaskit/media-client` and `@atlaskit/media-picker` to enable media insertion, editing, viewing, and management within the editor. The plugin supports multiple media types including images, videos, and documents with features like resizing, linking, alt text editing, and media viewing.
11
+
12
+ ## Key features
13
+
14
+ - **Media insertion** - Insert media from various sources including uploads, dropzone, clipboard, and media picker
15
+ - **Media viewer** - View media in a lightbox with full media client capabilities
16
+ - **Alt text editing** - Add and edit alternative text for media accessibility
17
+ - **Media linking** - Link media to external URLs
18
+ - **Pixel resizing** - Resize media with pixel-level precision
19
+ - **Multiple media types** - Support for media single, media group, and inline media
20
+ - **Media picker integration** - Flexible media picker with browser, dropzone, and clipboard support
21
+ - **Media captions** - Add captions to video content
22
+
8
23
  ## Install
9
24
  ---
10
25
  - **Install** - *yarn add @atlaskit/editor-plugin-media*
@@ -20,7 +35,7 @@ External contributors will be able to use this component but will not be able to
20
35
 
21
36
  Direct use of this component is not supported.
22
37
 
23
- Please see [Atlaskit - Editor plugin type ahead](https://atlaskit.atlassian.com/packages/editor/editor-plugin-media) for documentation and examples for this package.
38
+ Please see [Atlaskit - Editor plugin media](https://atlaskit.atlassian.com/packages/editor/editor-plugin-media) for documentation and examples for this package.
24
39
 
25
40
  ## Support
26
41
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "10.2.4",
3
+ "version": "10.2.5",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",