@atlaskit/editor-plugin-type-ahead 6.4.0 → 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 +12 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-type-ahead
2
2
 
3
+ ## 6.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.4.0
4
16
 
5
17
  ### Minor Changes
@@ -334,7 +346,6 @@
334
346
  shared context or singletons.
335
347
 
336
348
  **HOW TO ADJUST:**
337
-
338
349
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
339
350
  any of these editor plugins.
340
351
  - Ensure the version you install matches the version required by the plugins.
@@ -1553,7 +1564,6 @@
1553
1564
 
1554
1565
  These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
1555
1566
  `@atlaskit/editor-common/types`:
1556
-
1557
1567
  - InputRuleWrapper
1558
1568
  - InputRuleHandler
1559
1569
  - OnHandlerApply
@@ -1563,7 +1573,6 @@
1563
1573
  need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
1564
1574
 
1565
1575
  `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
1566
-
1567
1576
  - createPlugin
1568
1577
  - createInputRulePlugin
1569
1578
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-type-ahead",
3
- "version": "6.4.0",
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",
@@ -36,18 +36,18 @@
36
36
  "@atlaskit/editor-plugin-context-panel": "^8.0.0",
37
37
  "@atlaskit/editor-plugin-metrics": "^7.0.0",
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
39
- "@atlaskit/editor-shared-styles": "^3.6.0",
39
+ "@atlaskit/editor-shared-styles": "^3.7.0",
40
40
  "@atlaskit/heading": "^5.2.0",
41
41
  "@atlaskit/icon": "^28.5.0",
42
42
  "@atlaskit/insm": "^0.1.0",
43
43
  "@atlaskit/menu": "^8.4.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
- "@atlaskit/primitives": "^14.15.0",
45
+ "@atlaskit/primitives": "^15.0.0",
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.6.0",
50
- "@atlaskit/tokens": "^6.4.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.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"