@atlaskit/editor-plugin-mentions 14.1.0 → 14.1.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
|
@@ -35,7 +35,7 @@ var AGENT_USER_TYPES = new Set(['APP', 'AGENT']);
|
|
|
35
35
|
var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
36
36
|
var AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
37
37
|
var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
38
|
-
var PACKAGE_VERSION = "14.
|
|
38
|
+
var PACKAGE_VERSION = "14.1.0";
|
|
39
39
|
var setProvider = function setProvider(provider) {
|
|
40
40
|
return function (state, dispatch) {
|
|
41
41
|
if (dispatch) {
|
|
@@ -20,7 +20,7 @@ const AGENT_USER_TYPES = new Set(['APP', 'AGENT']);
|
|
|
20
20
|
const AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
21
21
|
const AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
22
22
|
const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
23
|
-
const PACKAGE_VERSION = "14.
|
|
23
|
+
const PACKAGE_VERSION = "14.1.0";
|
|
24
24
|
const setProvider = provider => (state, dispatch) => {
|
|
25
25
|
if (dispatch) {
|
|
26
26
|
dispatch(state.tr.setMeta(mentionPluginKey, {
|
|
@@ -27,7 +27,7 @@ var AGENT_USER_TYPES = new Set(['APP', 'AGENT']);
|
|
|
27
27
|
var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
28
28
|
var AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
29
29
|
var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
30
|
-
var PACKAGE_VERSION = "14.
|
|
30
|
+
var PACKAGE_VERSION = "14.1.0";
|
|
31
31
|
var setProvider = function setProvider(provider) {
|
|
32
32
|
return function (state, dispatch) {
|
|
33
33
|
if (dispatch) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-mentions",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.1",
|
|
4
4
|
"description": "Mentions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@atlaskit/profilecard": "^26.0.0",
|
|
41
41
|
"@atlaskit/teams-app-config": "^2.0.0",
|
|
42
42
|
"@atlaskit/theme": "^26.0.0",
|
|
43
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
43
|
+
"@atlaskit/tmp-editor-statsig": "^106.0.0",
|
|
44
44
|
"@atlaskit/tokens": "^14.0.0",
|
|
45
45
|
"@atlaskit/tooltip": "^23.0.0",
|
|
46
46
|
"@atlaskit/user-picker": "^13.0.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"uuid": "^3.1.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@atlaskit/editor-common": "^116.
|
|
55
|
+
"@atlaskit/editor-common": "^116.2.0",
|
|
56
56
|
"react": "^18.2.0",
|
|
57
57
|
"react-dom": "^18.2.0",
|
|
58
58
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|