@atlaskit/editor-plugin-media-insert 5.0.1 → 5.0.3
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-media-insert
|
|
2
2
|
|
|
3
|
+
## 5.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 5.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#104847](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104847)
|
|
14
|
+
[`b55fc11242d17`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b55fc11242d17) -
|
|
15
|
+
Consolidate duplicate import statements
|
|
16
|
+
|
|
3
17
|
## 5.0.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { InputMethodInsertMedia } from '@atlaskit/editor-common/analytics';
|
|
2
2
|
import type { Providers } from '@atlaskit/editor-common/provider-factory';
|
|
3
|
-
import type { UiComponentFactoryParams } from '@atlaskit/editor-common/types';
|
|
4
|
-
import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
|
3
|
+
import type { UiComponentFactoryParams, ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
|
5
4
|
import { type MediaState, type MediaStateEventSubscriber } from '@atlaskit/editor-plugin-media/types';
|
|
6
5
|
import type { MediaInsertPlugin } from '../mediaInsertPluginType';
|
|
7
6
|
export type InsertMediaSingle = (props: {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { InputMethodInsertMedia } from '@atlaskit/editor-common/analytics';
|
|
2
2
|
import type { Providers } from '@atlaskit/editor-common/provider-factory';
|
|
3
|
-
import type { UiComponentFactoryParams } from '@atlaskit/editor-common/types';
|
|
4
|
-
import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
|
3
|
+
import type { UiComponentFactoryParams, ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
|
5
4
|
import { type MediaState, type MediaStateEventSubscriber } from '@atlaskit/editor-plugin-media/types';
|
|
6
5
|
import type { MediaInsertPlugin } from '../mediaInsertPluginType';
|
|
7
6
|
export type InsertMediaSingle = (props: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media-insert",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "Media Insert plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -25,23 +25,23 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
27
27
|
"@atlaskit/button": "^20.3.0",
|
|
28
|
-
"@atlaskit/editor-common": "^99.
|
|
29
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
28
|
+
"@atlaskit/editor-common": "^99.5.0",
|
|
29
|
+
"@atlaskit/editor-plugin-analytics": "^1.11.0",
|
|
30
30
|
"@atlaskit/editor-plugin-media": "^1.44.0",
|
|
31
31
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
32
32
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
33
33
|
"@atlaskit/form": "^11.0.0",
|
|
34
34
|
"@atlaskit/icon": "^23.4.0",
|
|
35
35
|
"@atlaskit/media-card": "^78.18.0",
|
|
36
|
-
"@atlaskit/media-client": "^
|
|
36
|
+
"@atlaskit/media-client": "^31.0.0",
|
|
37
37
|
"@atlaskit/media-client-react": "^2.6.0",
|
|
38
38
|
"@atlaskit/media-picker": "^67.0.0",
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
40
40
|
"@atlaskit/primitives": "^13.3.0",
|
|
41
41
|
"@atlaskit/section-message": "^6.8.0",
|
|
42
|
-
"@atlaskit/tabs": "^17.
|
|
42
|
+
"@atlaskit/tabs": "^17.1.0",
|
|
43
43
|
"@atlaskit/textfield": "^6.7.0",
|
|
44
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
44
|
+
"@atlaskit/tmp-editor-statsig": "^2.39.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
47
47
|
},
|