@atlaskit/editor-plugin-mentions 2.12.0 → 2.13.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/editor-plugin-mentions
2
2
 
3
+ ## 2.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#104847](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104847)
8
+ [`b55fc11242d17`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b55fc11242d17) -
9
+ Consolidate duplicate import statements
10
+
11
+ ## 2.13.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#103277](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103277)
16
+ [`38e621ec55cd4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/38e621ec55cd4) -
17
+ Changed signature of optional prop (inviteXProductUser) with 1 more param. This is regarding
18
+ CCEDITIONS-4746 (x-product-user-invite experiment). Project poster link -
19
+ https://hello.atlassian.net/wiki/spaces/CV1/pages/3685626022/Project+poster+-+Cross+Product+User+Search+Invites
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 2.12.0
4
26
 
5
27
  ### Minor Changes
@@ -24,7 +24,7 @@ var ACTIONS = exports.ACTIONS = {
24
24
  SET_PROVIDER: 'SET_PROVIDER'
25
25
  };
26
26
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
27
- var PACKAGE_VERSION = "2.12.0";
27
+ var PACKAGE_VERSION = "2.13.1";
28
28
  var setProvider = function setProvider(provider) {
29
29
  return function (state, dispatch) {
30
30
  if (dispatch) {
@@ -13,7 +13,7 @@ export const ACTIONS = {
13
13
  SET_PROVIDER: 'SET_PROVIDER'
14
14
  };
15
15
  const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
16
- const PACKAGE_VERSION = "2.12.0";
16
+ const PACKAGE_VERSION = "2.13.1";
17
17
  const setProvider = provider => (state, dispatch) => {
18
18
  if (dispatch) {
19
19
  dispatch(state.tr.setMeta(mentionPluginKey, {
@@ -16,7 +16,7 @@ export var ACTIONS = {
16
16
  SET_PROVIDER: 'SET_PROVIDER'
17
17
  };
18
18
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
19
- var PACKAGE_VERSION = "2.12.0";
19
+ var PACKAGE_VERSION = "2.13.1";
20
20
  var setProvider = function setProvider(provider) {
21
21
  return function (state, dispatch) {
22
22
  if (dispatch) {
@@ -1,7 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import type { AnalyticsEventPayload } from '@atlaskit/editor-common/analytics';
3
- import { type ProfilecardProvider } from '@atlaskit/editor-common/provider-factory';
4
- import type { Providers } from '@atlaskit/editor-common/provider-factory';
3
+ import type { Providers, ProfilecardProvider } from '@atlaskit/editor-common/provider-factory';
5
4
  import type { TypeAheadHandler } from '@atlaskit/editor-common/types';
6
5
  import type { MentionDescription, MentionProvider } from '@atlaskit/mention';
7
6
  export declare const MENTION_PROVIDER_REJECTED = "REJECTED";
@@ -1,7 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import type { AnalyticsEventPayload } from '@atlaskit/editor-common/analytics';
3
- import { type ProfilecardProvider } from '@atlaskit/editor-common/provider-factory';
4
- import type { Providers } from '@atlaskit/editor-common/provider-factory';
3
+ import type { Providers, ProfilecardProvider } from '@atlaskit/editor-common/provider-factory';
5
4
  import type { TypeAheadHandler } from '@atlaskit/editor-common/types';
6
5
  import type { MentionDescription, MentionProvider } from '@atlaskit/mention';
7
6
  export declare const MENTION_PROVIDER_REJECTED = "REJECTED";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-mentions",
3
- "version": "2.12.0",
3
+ "version": "2.13.1",
4
4
  "description": "Mentions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,17 +32,17 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
- "@atlaskit/editor-common": "^99.1.0",
35
+ "@atlaskit/editor-common": "^99.4.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
37
37
  "@atlaskit/editor-plugin-base": "^2.1.0",
38
38
  "@atlaskit/editor-plugin-context-identifier": "^1.3.0",
39
39
  "@atlaskit/editor-plugin-type-ahead": "^1.11.0",
40
40
  "@atlaskit/editor-prosemirror": "6.2.1",
41
- "@atlaskit/icon": "^23.3.0",
42
- "@atlaskit/mention": "^23.8.0",
41
+ "@atlaskit/icon": "^23.4.0",
42
+ "@atlaskit/mention": "^23.9.0",
43
43
  "@atlaskit/platform-feature-flags": "^0.3.0",
44
44
  "@atlaskit/theme": "^14.0.0",
45
- "@atlaskit/tokens": "^3.0.0",
45
+ "@atlaskit/tokens": "^3.1.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1",
48
48
  "uuid": "^3.1.0"