@atlaskit/editor-plugin-media 1.38.0 → 1.38.2

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 +14 -0
  2. package/package.json +5 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 1.38.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.38.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#157477](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157477)
14
+ [`b62c7289b73f2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b62c7289b73f2) -
15
+ ED-24722 Clean up platform.editor.media.inline-image.base-support FF
16
+
3
17
  ## 1.38.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "1.38.0",
3
+ "version": "1.38.2",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,14 +36,14 @@
36
36
  "@atlaskit/analytics-namespaced-context": "^6.12.0",
37
37
  "@atlaskit/analytics-next": "^10.1.0",
38
38
  "@atlaskit/button": "^20.3.0",
39
- "@atlaskit/editor-common": "^94.5.0",
39
+ "@atlaskit/editor-common": "^94.8.0",
40
40
  "@atlaskit/editor-palette": "1.6.3",
41
41
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
42
- "@atlaskit/editor-plugin-annotation": "1.21.3",
42
+ "@atlaskit/editor-plugin-annotation": "1.22.0",
43
43
  "@atlaskit/editor-plugin-decorations": "^1.3.0",
44
44
  "@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
45
45
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
46
- "@atlaskit/editor-plugin-floating-toolbar": "^1.13.0",
46
+ "@atlaskit/editor-plugin-floating-toolbar": "^1.14.0",
47
47
  "@atlaskit/editor-plugin-focus": "^1.4.0",
48
48
  "@atlaskit/editor-plugin-grid": "^1.2.0",
49
49
  "@atlaskit/editor-plugin-guideline": "^1.2.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/media-client-react": "^2.2.0",
60
60
  "@atlaskit/media-common": "^11.7.0",
61
61
  "@atlaskit/media-filmstrip": "^47.4.0",
62
- "@atlaskit/media-picker": "^66.7.0",
62
+ "@atlaskit/media-picker": "^67.0.0",
63
63
  "@atlaskit/media-ui": "^26.0.0",
64
64
  "@atlaskit/media-viewer": "^49.2.0",
65
65
  "@atlaskit/platform-feature-flags": "^0.3.0",
@@ -126,10 +126,6 @@
126
126
  "platform.editor.media.extended-resize-experience": {
127
127
  "type": "boolean"
128
128
  },
129
- "platform.editor.media.inline-image.base-support": {
130
- "type": "boolean",
131
- "referenceOnly": "true"
132
- },
133
129
  "platform_editor_media_batch_updates": {
134
130
  "type": "boolean"
135
131
  },