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

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 +17 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-type-ahead
2
2
 
3
+ ## 6.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 6.4.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 6.4.1
4
21
 
5
22
  ### Patch Changes
@@ -340,7 +357,6 @@
340
357
  shared context or singletons.
341
358
 
342
359
  **HOW TO ADJUST:**
343
-
344
360
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
345
361
  any of these editor plugins.
346
362
  - Ensure the version you install matches the version required by the plugins.
@@ -1559,7 +1575,6 @@
1559
1575
 
1560
1576
  These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
1561
1577
  `@atlaskit/editor-common/types`:
1562
-
1563
1578
  - InputRuleWrapper
1564
1579
  - InputRuleHandler
1565
1580
  - OnHandlerApply
@@ -1569,7 +1584,6 @@
1569
1584
  need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
1570
1585
 
1571
1586
  `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
1572
-
1573
1587
  - createPlugin
1574
1588
  - createInputRulePlugin
1575
1589
 
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.5.0",
4
4
  "description": "Type-ahead plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,12 +29,12 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.2.0",
32
+ "@atlaskit/adf-schema": "^51.3.0",
33
33
  "@atlaskit/editor-element-browser": "^4.0.0",
34
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
34
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
35
35
  "@atlaskit/editor-plugin-connectivity": "^6.0.0",
36
36
  "@atlaskit/editor-plugin-context-panel": "^8.0.0",
37
- "@atlaskit/editor-plugin-metrics": "^7.0.0",
37
+ "@atlaskit/editor-plugin-metrics": "^7.1.0",
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
39
39
  "@atlaskit/editor-shared-styles": "^3.7.0",
40
40
  "@atlaskit/heading": "^5.2.0",
@@ -42,12 +42,12 @@
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": "^15.0.0",
45
+ "@atlaskit/primitives": "^16.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.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.14.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"