@atlaskit/editor-plugin-media 7.2.5 → 7.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +8 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 7.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) -
8
+ EDITOR-1566 bump adf-schema + update validator
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 7.2.6
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 7.2.5
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "7.2.5",
3
+ "version": "7.3.0",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,13 +29,13 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.1.2",
32
+ "@atlaskit/adf-schema": "^51.2.0",
33
33
  "@atlaskit/analytics-namespaced-context": "^7.0.0",
34
34
  "@atlaskit/analytics-next": "^11.1.0",
35
35
  "@atlaskit/button": "^23.4.0",
36
36
  "@atlaskit/editor-palette": "^2.1.0",
37
- "@atlaskit/editor-plugin-analytics": "^5.2.0",
38
- "@atlaskit/editor-plugin-annotation": "^5.3.0",
37
+ "@atlaskit/editor-plugin-analytics": "^5.3.0",
38
+ "@atlaskit/editor-plugin-annotation": "^5.6.0",
39
39
  "@atlaskit/editor-plugin-connectivity": "^5.0.0",
40
40
  "@atlaskit/editor-plugin-decorations": "^5.0.0",
41
41
  "@atlaskit/editor-plugin-editor-disabled": "^5.0.0",
@@ -51,8 +51,8 @@
51
51
  "@atlaskit/editor-prosemirror": "7.0.0",
52
52
  "@atlaskit/editor-shared-styles": "^3.6.0",
53
53
  "@atlaskit/editor-tables": "^2.9.0",
54
- "@atlaskit/form": "^13.0.0",
55
- "@atlaskit/icon": "^28.2.0",
54
+ "@atlaskit/form": "^14.1.0",
55
+ "@atlaskit/icon": "^28.3.0",
56
56
  "@atlaskit/icon-lab": "^5.7.0",
57
57
  "@atlaskit/media-card": "^79.5.0",
58
58
  "@atlaskit/media-client": "^35.3.0",
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/primitives": "^14.15.0",
67
67
  "@atlaskit/textfield": "^8.0.0",
68
68
  "@atlaskit/theme": "^21.0.0",
69
- "@atlaskit/tmp-editor-statsig": "^12.26.0",
69
+ "@atlaskit/tmp-editor-statsig": "^12.30.0",
70
70
  "@atlaskit/tokens": "^6.3.0",
71
71
  "@atlaskit/tooltip": "^20.4.0",
72
72
  "@babel/runtime": "^7.0.0",
@@ -78,7 +78,7 @@
78
78
  "uuid": "^3.1.0"
79
79
  },
80
80
  "peerDependencies": {
81
- "@atlaskit/editor-common": "^109.11.0",
81
+ "@atlaskit/editor-common": "^109.16.0",
82
82
  "@atlaskit/media-core": "^37.0.0",
83
83
  "react": "^18.2.0",
84
84
  "react-dom": "^18.2.0",
@@ -139,9 +139,6 @@
139
139
  "platform_editor_media_block_default": {
140
140
  "type": "boolean"
141
141
  },
142
- "platform_editor_fix_edit_caption_on_edge": {
143
- "type": "boolean"
144
- },
145
142
  "platform_editor_safari_media_clipboard_fix": {
146
143
  "type": "boolean"
147
144
  },