@atlaskit/editor-plugin-type-ahead 6.4.1 → 6.4.2

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 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-type-ahead
2
2
 
3
+ ## 6.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.4.1
4
10
 
5
11
  ### Patch Changes
@@ -340,7 +346,6 @@
340
346
  shared context or singletons.
341
347
 
342
348
  **HOW TO ADJUST:**
343
-
344
349
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
345
350
  any of these editor plugins.
346
351
  - Ensure the version you install matches the version required by the plugins.
@@ -1559,7 +1564,6 @@
1559
1564
 
1560
1565
  These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
1561
1566
  `@atlaskit/editor-common/types`:
1562
-
1563
1567
  - InputRuleWrapper
1564
1568
  - InputRuleHandler
1565
1569
  - OnHandlerApply
@@ -1569,7 +1573,6 @@
1569
1573
  need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
1570
1574
 
1571
1575
  `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
1572
-
1573
1576
  - createPlugin
1574
1577
  - createInputRulePlugin
1575
1578
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-type-ahead",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "description": "Type-ahead plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -46,8 +46,8 @@
46
46
  "@atlaskit/prosemirror-history": "^0.2.0",
47
47
  "@atlaskit/prosemirror-input-rules": "^3.5.0",
48
48
  "@atlaskit/theme": "^21.0.0",
49
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
50
- "@atlaskit/tokens": "^6.5.0",
49
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
50
+ "@atlaskit/tokens": "^7.0.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "lodash": "^4.17.21",
@@ -57,7 +57,7 @@
57
57
  "w3c-keyname": "^2.1.8"
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"