@atlaskit/editor-plugin-media-insert 14.0.1 → 14.0.3
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 +16 -0
- package/dist/cjs/ui/MediaFromURL.js +0 -1
- package/dist/es2019/ui/MediaFromURL.js +0 -1
- package/dist/esm/ui/MediaFromURL.js +0 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-media-insert
|
|
2
2
|
|
|
3
|
+
## 14.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`aa6ee6b4723db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa6ee6b4723db) -
|
|
8
|
+
Remove duplicated inert `aria-required` attribute from Field components.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 14.0.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) -
|
|
16
|
+
EDITOR-2791 bump adf-schema
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 14.0.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -277,7 +277,6 @@ export function MediaFromURL({
|
|
|
277
277
|
space: "space.150",
|
|
278
278
|
grow: "fill"
|
|
279
279
|
}, /*#__PURE__*/React.createElement(Field, {
|
|
280
|
-
"aria-required": true,
|
|
281
280
|
isRequired: true,
|
|
282
281
|
name: "inputUrl",
|
|
283
282
|
validate: value => value && isValidInput(value, customizedUrlValidation) ? undefined : strings.invalidUrl
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media-insert",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.3",
|
|
4
4
|
"description": "Media Insert plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -21,30 +21,30 @@
|
|
|
21
21
|
],
|
|
22
22
|
"atlaskit:src": "src/index.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@atlaskit/adf-schema": "^51.
|
|
24
|
+
"@atlaskit/adf-schema": "^51.4.0",
|
|
25
25
|
"@atlaskit/button": "^23.6.0",
|
|
26
26
|
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
27
27
|
"@atlaskit/editor-plugin-media": "^8.4.0",
|
|
28
28
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
29
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
30
|
-
"@atlaskit/form": "^14.
|
|
29
|
+
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
30
|
+
"@atlaskit/form": "^14.3.0",
|
|
31
31
|
"@atlaskit/icon": "^29.0.0",
|
|
32
|
-
"@atlaskit/media-card": "^79.
|
|
32
|
+
"@atlaskit/media-card": "^79.8.0",
|
|
33
33
|
"@atlaskit/media-client": "^35.6.0",
|
|
34
34
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
35
|
-
"@atlaskit/media-picker": "^70.
|
|
35
|
+
"@atlaskit/media-picker": "^70.1.0",
|
|
36
36
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
37
|
-
"@atlaskit/primitives": "^16.
|
|
37
|
+
"@atlaskit/primitives": "^16.3.0",
|
|
38
38
|
"@atlaskit/section-message": "^8.9.0",
|
|
39
39
|
"@atlaskit/tabs": "^18.2.0",
|
|
40
|
-
"@atlaskit/textfield": "^8.
|
|
41
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
40
|
+
"@atlaskit/textfield": "^8.1.0",
|
|
41
|
+
"@atlaskit/tmp-editor-statsig": "^13.43.0",
|
|
42
42
|
"@babel/runtime": "^7.0.0",
|
|
43
43
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@atlaskit/editor-common": "^110.
|
|
47
|
-
"@atlaskit/tokens": "^8.
|
|
46
|
+
"@atlaskit/editor-common": "^110.34.0",
|
|
47
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
48
48
|
"react": "^18.2.0",
|
|
49
49
|
"react-dom": "^18.2.0"
|
|
50
50
|
},
|