@atlaskit/editor-plugin-media 0.12.7 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386) [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) - This changeset exists to bump all editor plugins that currently don't have a major version. This is to address an issue with Jira plugin consumption.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 0.12.8
14
+
15
+ ### Patch Changes
16
+
17
+ - [#72081](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72081) [`4487160917d2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4487160917d2) - [ux] ED-22052: adds button type attribute to non atlaskit button instances
18
+
3
19
  ## 0.12.7
4
20
 
5
21
  ### Patch Changes
@@ -107,6 +107,7 @@ var ImageBorder = function ImageBorder(_ref) {
107
107
  }, (0, _react2.jsx)("span", {
108
108
  css: _styles2.buttonWrapperStyle
109
109
  }, (0, _react2.jsx)("button", {
110
+ type: "button",
110
111
  css: (0, _styles2.buttonStyle)(value === size),
111
112
  "aria-label": name,
112
113
  role: "radio",
@@ -92,6 +92,7 @@ const ImageBorder = ({
92
92
  }, jsx("span", {
93
93
  css: buttonWrapperStyle
94
94
  }, jsx("button", {
95
+ type: "button",
95
96
  css: buttonStyle(value === size),
96
97
  "aria-label": name,
97
98
  role: "radio",
@@ -99,6 +99,7 @@ var ImageBorder = function ImageBorder(_ref) {
99
99
  }, jsx("span", {
100
100
  css: buttonWrapperStyle
101
101
  }, jsx("button", {
102
+ type: "button",
102
103
  css: buttonStyle(value === size),
103
104
  "aria-label": name,
104
105
  role: "radio",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "0.12.7",
3
+ "version": "1.0.0",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,36 +37,36 @@
37
37
  "@atlaskit/analytics-namespaced-context": "^6.9.0",
38
38
  "@atlaskit/analytics-next": "^9.2.0",
39
39
  "@atlaskit/button": "^17.3.0",
40
- "@atlaskit/editor-common": "^77.3.0",
40
+ "@atlaskit/editor-common": "^77.4.0",
41
41
  "@atlaskit/editor-palette": "1.5.2",
42
- "@atlaskit/editor-plugin-analytics": "^0.4.0",
43
- "@atlaskit/editor-plugin-decorations": "^0.2.0",
44
- "@atlaskit/editor-plugin-editor-disabled": "^0.2.0",
42
+ "@atlaskit/editor-plugin-analytics": "^1.0.0",
43
+ "@atlaskit/editor-plugin-decorations": "^1.0.0",
44
+ "@atlaskit/editor-plugin-editor-disabled": "^1.0.0",
45
45
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
46
- "@atlaskit/editor-plugin-floating-toolbar": "^0.9.0",
47
- "@atlaskit/editor-plugin-focus": "^0.2.0",
48
- "@atlaskit/editor-plugin-grid": "^0.3.0",
49
- "@atlaskit/editor-plugin-guideline": "^0.5.0",
50
- "@atlaskit/editor-plugin-selection": "^0.2.0",
51
- "@atlaskit/editor-plugin-width": "^0.2.0",
46
+ "@atlaskit/editor-plugin-floating-toolbar": "^1.0.0",
47
+ "@atlaskit/editor-plugin-focus": "^1.0.0",
48
+ "@atlaskit/editor-plugin-grid": "^1.0.0",
49
+ "@atlaskit/editor-plugin-guideline": "^1.0.0",
50
+ "@atlaskit/editor-plugin-selection": "^1.0.0",
51
+ "@atlaskit/editor-plugin-width": "^1.0.0",
52
52
  "@atlaskit/editor-prosemirror": "3.0.0",
53
53
  "@atlaskit/editor-shared-styles": "^2.9.0",
54
54
  "@atlaskit/editor-tables": "^2.5.0",
55
55
  "@atlaskit/form": "^9.0.3",
56
56
  "@atlaskit/icon": "^22.0.0",
57
- "@atlaskit/media-card": "^77.7.0",
57
+ "@atlaskit/media-card": "^77.9.0",
58
58
  "@atlaskit/media-client": "^26.1.0",
59
59
  "@atlaskit/media-client-react": "^2.0.0",
60
60
  "@atlaskit/media-common": "^11.0.0",
61
61
  "@atlaskit/media-filmstrip": "^47.0.0",
62
62
  "@atlaskit/media-picker": "^66.2.0",
63
- "@atlaskit/media-ui": "^25.0.0",
63
+ "@atlaskit/media-ui": "^25.1.0",
64
64
  "@atlaskit/media-viewer": "^48.2.0",
65
65
  "@atlaskit/platform-feature-flags": "^0.2.0",
66
66
  "@atlaskit/primitives": "^2.0.0",
67
67
  "@atlaskit/textfield": "^6.0.0",
68
68
  "@atlaskit/theme": "^12.6.0",
69
- "@atlaskit/tokens": "^1.35.0",
69
+ "@atlaskit/tokens": "^1.36.0",
70
70
  "@atlaskit/tooltip": "^18.1.0",
71
71
  "@babel/runtime": "^7.0.0",
72
72
  "@emotion/react": "^11.7.1",