@atlaskit/editor-plugin-block-type 10.1.3 → 10.1.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-block-type
2
2
 
3
+ ## 10.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.1.3
4
10
 
5
11
  ### Patch Changes
@@ -331,7 +337,6 @@
331
337
 
332
338
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
333
339
  [ux] [ED-28960] Finish full page primary toolbar migration
334
-
335
340
  - Align with design update (separator, gap, height, icon size)
336
341
  - Add keyboard shortcut to focus toolbar and arrow key navigation
337
342
  - Address accessibility
@@ -503,7 +508,6 @@
503
508
  shared context or singletons.
504
509
 
505
510
  **HOW TO ADJUST:**
506
-
507
511
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
508
512
  any of these editor plugins.
509
513
  - Ensure the version you install matches the version required by the plugins.
@@ -1759,7 +1763,6 @@
1759
1763
 
1760
1764
  These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
1761
1765
  `@atlaskit/editor-common/types`:
1762
-
1763
1766
  - InputRuleWrapper
1764
1767
  - InputRuleHandler
1765
1768
  - OnHandlerApply
@@ -1769,7 +1772,6 @@
1769
1772
  need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
1770
1773
 
1771
1774
  `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
1772
-
1773
1775
  - createPlugin
1774
1776
  - createInputRulePlugin
1775
1777
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "10.1.3",
3
+ "version": "10.1.4",
4
4
  "description": "BlockType plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -51,13 +51,13 @@
51
51
  "@atlaskit/prosemirror-history": "^0.2.0",
52
52
  "@atlaskit/prosemirror-input-rules": "^3.5.0",
53
53
  "@atlaskit/theme": "^21.0.0",
54
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
55
- "@atlaskit/tokens": "^6.5.0",
54
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
55
+ "@atlaskit/tokens": "^7.0.0",
56
56
  "@babel/runtime": "^7.0.0",
57
57
  "@emotion/react": "^11.7.1"
58
58
  },
59
59
  "peerDependencies": {
60
- "@atlaskit/editor-common": "^110.12.0",
60
+ "@atlaskit/editor-common": "^110.13.0",
61
61
  "react": "^18.2.0",
62
62
  "react-dom": "^18.2.0",
63
63
  "react-intl-next": "npm:react-intl@^5.18.1"