@atlaskit/editor-plugin-media-insert 3.1.6 → 3.2.1

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,27 @@
1
1
  # @atlaskit/editor-plugin-media-insert
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#151906](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151906)
8
+ [`3ecb33ebf130a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3ecb33ebf130a) -
9
+ [ux] ED-25304 Fix Warning message is overflow on Confluence when opening the popup from toolbar
10
+
11
+ ## 3.2.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190)
16
+ [`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3723b1cdede2) -
17
+ [ux] [ED-25037] this change bumps @atlaskit/adf-schema from 40.9.0 to 40.9.4 which makes the
18
+ blockquote selectable, adds missing marks to the PM node spec and fixes a bug that converted
19
+ pasted external images to media groups.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 3.1.6
4
26
 
5
27
  ### Patch Changes
@@ -44,7 +44,8 @@ var PreviewImageStyles = (0, _primitives.xcss)({
44
44
  height: '200px'
45
45
  });
46
46
  var FormStyles = (0, _primitives.xcss)({
47
- flexGrow: 1
47
+ flexGrow: 1,
48
+ whiteSpace: 'normal'
48
49
  });
49
50
  var INITIAL_PREVIEW_STATE = Object.freeze({
50
51
  isLoading: false,
@@ -25,7 +25,8 @@ const PreviewImageStyles = xcss({
25
25
  height: '200px'
26
26
  });
27
27
  const FormStyles = xcss({
28
- flexGrow: 1
28
+ flexGrow: 1,
29
+ whiteSpace: 'normal'
29
30
  });
30
31
  const INITIAL_PREVIEW_STATE = Object.freeze({
31
32
  isLoading: false,
@@ -33,7 +33,8 @@ var PreviewImageStyles = xcss({
33
33
  height: '200px'
34
34
  });
35
35
  var FormStyles = xcss({
36
- flexGrow: 1
36
+ flexGrow: 1,
37
+ whiteSpace: 'normal'
37
38
  });
38
39
  var INITIAL_PREVIEW_STATE = Object.freeze({
39
40
  isLoading: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media-insert",
3
- "version": "3.1.6",
3
+ "version": "3.2.1",
4
4
  "description": "Media Insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -23,23 +23,23 @@
23
23
  ".": "./src/index.ts"
24
24
  },
25
25
  "dependencies": {
26
- "@atlaskit/adf-schema": "^40.9.0",
26
+ "@atlaskit/adf-schema": "^40.9.4",
27
27
  "@atlaskit/button": "^20.2.0",
28
- "@atlaskit/editor-common": "^93.1.0",
29
- "@atlaskit/editor-plugin-analytics": "^1.8.0",
30
- "@atlaskit/editor-plugin-media": "^1.34.0",
28
+ "@atlaskit/editor-common": "^93.4.0",
29
+ "@atlaskit/editor-plugin-analytics": "^1.10.0",
30
+ "@atlaskit/editor-plugin-media": "^1.36.0",
31
31
  "@atlaskit/editor-prosemirror": "6.0.0",
32
32
  "@atlaskit/editor-shared-styles": "^3.0.0",
33
33
  "@atlaskit/form": "^10.5.3",
34
- "@atlaskit/icon": "^22.20.0",
35
- "@atlaskit/media-card": "^78.5.0",
34
+ "@atlaskit/icon": "^22.22.0",
35
+ "@atlaskit/media-card": "^78.6.0",
36
36
  "@atlaskit/media-client": "^28.0.0",
37
37
  "@atlaskit/media-client-react": "^2.2.0",
38
38
  "@atlaskit/media-picker": "^66.7.0",
39
39
  "@atlaskit/platform-feature-flags": "^0.3.0",
40
40
  "@atlaskit/primitives": "^12.2.0",
41
41
  "@atlaskit/section-message": "^6.6.0",
42
- "@atlaskit/tabs": "^16.4.0",
42
+ "@atlaskit/tabs": "^16.5.0",
43
43
  "@atlaskit/textfield": "^6.5.0",
44
44
  "@atlaskit/tmp-editor-statsig": "*",
45
45
  "@babel/runtime": "^7.0.0",