@atlaskit/editor-plugin-block-type 10.1.2 → 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 +12 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-block-type
2
2
 
3
+ ## 10.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 10.1.2
4
16
 
5
17
  ### Patch Changes
@@ -325,7 +337,6 @@
325
337
 
326
338
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
327
339
  [ux] [ED-28960] Finish full page primary toolbar migration
328
-
329
340
  - Align with design update (separator, gap, height, icon size)
330
341
  - Add keyboard shortcut to focus toolbar and arrow key navigation
331
342
  - Address accessibility
@@ -497,7 +508,6 @@
497
508
  shared context or singletons.
498
509
 
499
510
  **HOW TO ADJUST:**
500
-
501
511
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
502
512
  any of these editor plugins.
503
513
  - Ensure the version you install matches the version required by the plugins.
@@ -1753,7 +1763,6 @@
1753
1763
 
1754
1764
  These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
1755
1765
  `@atlaskit/editor-common/types`:
1756
-
1757
1766
  - InputRuleWrapper
1758
1767
  - InputRuleHandler
1759
1768
  - OnHandlerApply
@@ -1763,7 +1772,6 @@
1763
1772
  need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
1764
1773
 
1765
1774
  `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
1766
-
1767
1775
  - createPlugin
1768
1776
  - createInputRulePlugin
1769
1777
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "10.1.2",
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",
@@ -30,14 +30,14 @@
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
32
  "@atlaskit/adf-schema": "^51.2.0",
33
- "@atlaskit/css": "^0.14.0",
33
+ "@atlaskit/css": "^0.15.0",
34
34
  "@atlaskit/editor-plugin-analytics": "^6.1.0",
35
35
  "@atlaskit/editor-plugin-block-menu": "^4.0.0",
36
36
  "@atlaskit/editor-plugin-list": "^8.1.0",
37
37
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
38
38
  "@atlaskit/editor-plugin-selection": "^6.1.0",
39
39
  "@atlaskit/editor-plugin-selection-toolbar": "^7.0.0",
40
- "@atlaskit/editor-plugin-toolbar": "^3.2.0",
40
+ "@atlaskit/editor-plugin-toolbar": "^3.3.0",
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
42
  "@atlaskit/editor-shared-styles": "^3.7.0",
43
43
  "@atlaskit/editor-tables": "^2.9.0",
@@ -47,17 +47,17 @@
47
47
  "@atlaskit/icon-lab": "^5.10.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
50
- "@atlaskit/primitives": "^14.15.0",
50
+ "@atlaskit/primitives": "^15.0.0",
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.4.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.10.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"