@atlaskit/editor-plugin-mentions 1.2.1 → 1.4.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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atlaskit/editor-plugin-mentions
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#103099](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103099)
8
+ [`ab382e121799`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab382e121799) -
9
+ [ux] [ED-23248] -
10
+
11
+ **@atlaskit/editor-core**: REVERT: Added optional profilecardProvider to Mention plugin in
12
+ universal composable editor **@atlaskit/editor-plugin-mentions**: REVERT: Made mentions render
13
+ with profile cards on click if the feature flag:
14
+ `platform.editor.mentions-in-editor-popup-on-click` is turned on
15
+
16
+ ## 1.3.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#98647](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98647)
21
+ [`19eb20751225`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/19eb20751225) -
22
+ [ux] [ED-23248] -
23
+
24
+ **@atlaskit/editor-core**: Added optional profilecardProvider to Mention plugin in universal
25
+ composable editor **@atlaskit/editor-plugin-mentions**: Made mentions render with profile cards
26
+ on click if the feature flag: `platform.editor.mentions-in-editor-popup-on-click` is turned on
27
+
3
28
  ## 1.2.1
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-mentions",
3
- "version": "1.2.1",
3
+ "version": "1.4.0",
4
4
  "description": "Mentions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,15 +35,15 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/adf-schema": "^36.8.0",
37
37
  "@atlaskit/analytics-gas-types": "^5.1.0",
38
- "@atlaskit/editor-common": "^80.4.0",
38
+ "@atlaskit/editor-common": "^80.5.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^1.2.0",
40
40
  "@atlaskit/editor-plugin-context-identifier": "^1.1.0",
41
41
  "@atlaskit/editor-plugin-type-ahead": "^1.2.0",
42
42
  "@atlaskit/editor-prosemirror": "4.0.1",
43
- "@atlaskit/icon": "^22.2.0",
43
+ "@atlaskit/icon": "^22.3.0",
44
44
  "@atlaskit/mention": "^23.0.0",
45
45
  "@atlaskit/theme": "^12.8.0",
46
- "@atlaskit/tokens": "^1.48.0",
46
+ "@atlaskit/tokens": "^1.49.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1",
49
49
  "uuid": "^3.1.0"