@atlaskit/editor-plugin-extension 10.1.8 → 10.1.9
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-extension
|
|
2
2
|
|
|
3
|
+
## 10.1.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f3af0f1353dd5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3af0f1353dd5) -
|
|
8
|
+
Remove legacy icon glyphs and oldName prop support from metadata core.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 10.1.8
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -22,7 +22,7 @@ const quickInsert: ExtensionModule[] = [
|
|
|
22
22
|
title: 'All fields',
|
|
23
23
|
icon: () =>
|
|
24
24
|
import(
|
|
25
|
-
/* webpackChunkName: "@atlaskit-internal_icon-code" */ '@atlaskit/icon/
|
|
25
|
+
/* webpackChunkName: "@atlaskit-internal_icon-code" */ '@atlaskit/icon/core/angle-brackets'
|
|
26
26
|
).then((mod) => mod.default),
|
|
27
27
|
action: {
|
|
28
28
|
type: 'node',
|
|
@@ -48,7 +48,7 @@ const manifest: ExtensionManifest = {
|
|
|
48
48
|
icons: {
|
|
49
49
|
'48': () =>
|
|
50
50
|
import(
|
|
51
|
-
/* webpackChunkName: "@atlaskit-internal_icon-code" */ '@atlaskit/icon/
|
|
51
|
+
/* webpackChunkName: "@atlaskit-internal_icon-code" */ '@atlaskit/icon/core/angle-brackets'
|
|
52
52
|
).then((mod) => mod.default),
|
|
53
53
|
},
|
|
54
54
|
modules: {
|
|
@@ -20,7 +20,7 @@ const quickInsert: ExtensionModule[] = exampleFields.map((field) => ({
|
|
|
20
20
|
description: `type: ${field.type} (${field.name})`,
|
|
21
21
|
icon: () =>
|
|
22
22
|
import(
|
|
23
|
-
/* webpackChunkName: "@atlaskit-internal_icon-code" */ '@atlaskit/icon/
|
|
23
|
+
/* webpackChunkName: "@atlaskit-internal_icon-code" */ '@atlaskit/icon/core/angle-brackets'
|
|
24
24
|
).then((mod) => mod.default),
|
|
25
25
|
action: {
|
|
26
26
|
type: 'node',
|
|
@@ -51,7 +51,7 @@ const manifest: ExtensionManifest = {
|
|
|
51
51
|
icons: {
|
|
52
52
|
'48': () =>
|
|
53
53
|
import(
|
|
54
|
-
/* webpackChunkName: "@atlaskit-internal_icon-code" */ '@atlaskit/icon/
|
|
54
|
+
/* webpackChunkName: "@atlaskit-internal_icon-code" */ '@atlaskit/icon/core/angle-brackets'
|
|
55
55
|
).then((mod) => mod.default),
|
|
56
56
|
},
|
|
57
57
|
modules: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-extension",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.9",
|
|
4
4
|
"description": "editor-plugin-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/empty-state": "^10.1.0",
|
|
45
45
|
"@atlaskit/form": "^15.3.0",
|
|
46
46
|
"@atlaskit/heading": "^5.3.0",
|
|
47
|
-
"@atlaskit/icon": "^
|
|
47
|
+
"@atlaskit/icon": "^32.0.0",
|
|
48
48
|
"@atlaskit/link": "^3.3.0",
|
|
49
49
|
"@atlaskit/mention": "^24.5.0",
|
|
50
50
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|