@atlaskit/editor-plugin-media 5.1.8 → 5.2.0
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 +12 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-media
|
|
2
2
|
|
|
3
|
+
## 5.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314)
|
|
8
|
+
[`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) -
|
|
9
|
+
Exported missing types that were already being inferred from existing exports
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 5.1.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type { MediaNextEditorPluginType as MediaPlugin } from './mediaPluginType';
|
|
1
|
+
export type { MediaNextEditorPluginType as MediaPlugin, MediaPluginDependencies, } from './mediaPluginType';
|
|
2
2
|
export type { MediaPluginOptions } from './types/index';
|
|
3
3
|
export { mediaPlugin } from './mediaPlugin';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type { MediaNextEditorPluginType as MediaPlugin } from './mediaPluginType';
|
|
1
|
+
export type { MediaNextEditorPluginType as MediaPlugin, MediaPluginDependencies, } from './mediaPluginType';
|
|
2
2
|
export type { MediaPluginOptions } from './types/index';
|
|
3
3
|
export { mediaPlugin } from './mediaPlugin';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "Media plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@atlaskit/button": "^23.2.0",
|
|
40
40
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-analytics": "^3.0.0",
|
|
42
|
-
"@atlaskit/editor-plugin-annotation": "^3.
|
|
43
|
-
"@atlaskit/editor-plugin-connectivity": "^3.
|
|
42
|
+
"@atlaskit/editor-plugin-annotation": "^3.1.0",
|
|
43
|
+
"@atlaskit/editor-plugin-connectivity": "^3.1.0",
|
|
44
44
|
"@atlaskit/editor-plugin-decorations": "^3.0.0",
|
|
45
45
|
"@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
|
|
46
46
|
"@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
|
|
47
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^5.
|
|
47
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^5.1.0",
|
|
48
48
|
"@atlaskit/editor-plugin-focus": "^2.0.0",
|
|
49
|
-
"@atlaskit/editor-plugin-grid": "^3.
|
|
49
|
+
"@atlaskit/editor-plugin-grid": "^3.1.0",
|
|
50
50
|
"@atlaskit/editor-plugin-guideline": "^3.0.0",
|
|
51
51
|
"@atlaskit/editor-plugin-interaction": "^4.0.0",
|
|
52
52
|
"@atlaskit/editor-plugin-selection": "^3.0.0",
|