@atlaskit/editor-plugin-extension 10.1.8 → 10.1.10

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-extension
2
2
 
3
+ ## 10.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`42b2a9cd2af92`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42b2a9cd2af92) -
8
+ Remove legacy icon glyphs and oldName prop support from metadata core.
9
+ - Updated dependencies
10
+
11
+ ## 10.1.9
12
+
13
+ ### Patch Changes
14
+
15
+ - [`f3af0f1353dd5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3af0f1353dd5) -
16
+ Remove legacy icon glyphs and oldName prop support from metadata core.
17
+ - Updated dependencies
18
+
3
19
  ## 10.1.8
4
20
 
5
21
  ### 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/glyph/editor/code'
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/glyph/editor/code'
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/glyph/editor/code'
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/glyph/editor/code'
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.8",
3
+ "version": "10.1.10",
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": "^31.0.0",
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",
@@ -58,7 +58,7 @@
58
58
  "@atlaskit/textarea": "^8.2.0",
59
59
  "@atlaskit/textfield": "^8.2.0",
60
60
  "@atlaskit/theme": "^21.0.0",
61
- "@atlaskit/tmp-editor-statsig": "^29.6.0",
61
+ "@atlaskit/tmp-editor-statsig": "^30.0.0",
62
62
  "@atlaskit/toggle": "^15.2.0",
63
63
  "@atlaskit/tokens": "^11.0.0",
64
64
  "@atlaskit/tooltip": "^20.14.0",