@atlaskit/editor-plugin-media 10.2.4 → 10.2.6
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 +14 -0
- package/README.md +17 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-media
|
|
2
2
|
|
|
3
|
+
## 10.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 10.2.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`14803a836f641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14803a836f641) -
|
|
14
|
+
Update README.md and 0-intro.tsx
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 10.2.4
|
|
4
18
|
|
|
5
19
|
### 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
|
|
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.
|
|
3
|
+
"version": "10.2.6",
|
|
4
4
|
"description": "Media plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@atlaskit/primitives": "^18.1.0",
|
|
67
67
|
"@atlaskit/textfield": "^8.3.0",
|
|
68
68
|
"@atlaskit/theme": "^23.0.0",
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^56.0.0",
|
|
70
70
|
"@atlaskit/tokens": "^12.0.0",
|
|
71
71
|
"@atlaskit/tooltip": "^21.1.0",
|
|
72
72
|
"@babel/runtime": "^7.0.0",
|