@atlaskit/editor-plugin-media 1.29.5 → 1.29.7

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,23 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 1.29.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#134213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134213)
8
+ [`93bd7032842ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93bd7032842ec) -
9
+ [ux] [ED-24636] Bump ADF Schema package
10
+ - Updated dependencies
11
+
12
+ ## 1.29.6
13
+
14
+ ### Patch Changes
15
+
16
+ - [#133462](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/133462)
17
+ [`bfd75eee7c115`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfd75eee7c115) -
18
+ added keyword to media plugin so /file shows insert media first
19
+ - Updated dependencies
20
+
3
21
  ## 1.29.5
4
22
 
5
23
  ### Patch Changes
@@ -256,7 +256,7 @@ var mediaPlugin = exports.mediaPlugin = function mediaPlugin(_ref2) {
256
256
  title: formatMessage(_messages.toolbarInsertBlockMessages.mediaFiles),
257
257
  description: formatMessage(_messages.toolbarInsertBlockMessages.mediaFilesDescription),
258
258
  priority: 400,
259
- keywords: ['attachment', 'gif', 'media', 'picture', 'image', 'video'],
259
+ keywords: ['attachment', 'gif', 'media', 'picture', 'image', 'video', 'file'],
260
260
  icon: function icon() {
261
261
  return /*#__PURE__*/_react.default.createElement(_quickInsert.IconImages, null);
262
262
  },
@@ -256,7 +256,7 @@ export const mediaPlugin = ({
256
256
  title: formatMessage(messages.mediaFiles),
257
257
  description: formatMessage(messages.mediaFilesDescription),
258
258
  priority: 400,
259
- keywords: ['attachment', 'gif', 'media', 'picture', 'image', 'video'],
259
+ keywords: ['attachment', 'gif', 'media', 'picture', 'image', 'video', 'file'],
260
260
  icon: () => /*#__PURE__*/React.createElement(IconImages, null),
261
261
  action(insert, state) {
262
262
  var _api$analytics4;
@@ -249,7 +249,7 @@ export var mediaPlugin = function mediaPlugin(_ref2) {
249
249
  title: formatMessage(messages.mediaFiles),
250
250
  description: formatMessage(messages.mediaFilesDescription),
251
251
  priority: 400,
252
- keywords: ['attachment', 'gif', 'media', 'picture', 'image', 'video'],
252
+ keywords: ['attachment', 'gif', 'media', 'picture', 'image', 'video', 'file'],
253
253
  icon: function icon() {
254
254
  return /*#__PURE__*/React.createElement(IconImages, null);
255
255
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "1.29.5",
3
+ "version": "1.29.7",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,14 +33,14 @@
33
33
  "./types": "./src/types.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/adf-schema": "^40.8.1",
36
+ "@atlaskit/adf-schema": "^40.9.0",
37
37
  "@atlaskit/analytics-namespaced-context": "^6.11.0",
38
38
  "@atlaskit/analytics-next": "^10.1.0",
39
39
  "@atlaskit/button": "^20.1.0",
40
- "@atlaskit/editor-common": "^88.1.0",
40
+ "@atlaskit/editor-common": "^88.2.0",
41
41
  "@atlaskit/editor-palette": "1.6.0",
42
42
  "@atlaskit/editor-plugin-analytics": "^1.8.0",
43
- "@atlaskit/editor-plugin-annotation": "1.19.2",
43
+ "@atlaskit/editor-plugin-annotation": "1.19.3",
44
44
  "@atlaskit/editor-plugin-decorations": "^1.3.0",
45
45
  "@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
46
46
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/editor-shared-styles": "^2.13.0",
55
55
  "@atlaskit/editor-tables": "^2.8.0",
56
56
  "@atlaskit/form": "^10.5.0",
57
- "@atlaskit/icon": "^22.14.0",
57
+ "@atlaskit/icon": "^22.15.0",
58
58
  "@atlaskit/media-card": "^78.1.0",
59
59
  "@atlaskit/media-client": "^27.5.0",
60
60
  "@atlaskit/media-client-react": "^2.1.0",