@atlaskit/editor-plugin-mentions 14.6.4 → 14.6.6
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 +15 -0
- package/dist/cjs/pm-plugins/main.js +1 -1
- package/dist/cjs/ui/type-ahead/index.js +1 -1
- package/dist/es2019/pm-plugins/main.js +1 -1
- package/dist/es2019/ui/type-ahead/index.js +1 -1
- package/dist/esm/pm-plugins/main.js +1 -1
- package/dist/esm/ui/type-ahead/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-mentions
|
|
2
2
|
|
|
3
|
+
## 14.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 14.6.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`d9dedaf4289ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d9dedaf4289ad) -
|
|
14
|
+
Migrate deprecated Lozenge appearance values to the new semantic appearances, and migrate
|
|
15
|
+
deprecated `SimpleTag`/`RemovableTag` to the default `Tag` export (SimpleTag with
|
|
16
|
+
`isRemovable={false}`).
|
|
17
|
+
|
|
3
18
|
## 14.6.4
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -66,7 +66,7 @@ var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
|
66
66
|
var AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
67
67
|
var MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
|
|
68
68
|
var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
69
|
-
var PACKAGE_VERSION = "14.6.
|
|
69
|
+
var PACKAGE_VERSION = "14.6.5";
|
|
70
70
|
var setProvider = function setProvider(provider) {
|
|
71
71
|
return function (state, dispatch) {
|
|
72
72
|
if (dispatch) {
|
|
@@ -410,7 +410,7 @@ var createTypeAheadConfig = exports.createTypeAheadConfig = function createTypeA
|
|
|
410
410
|
showWhenOnlySection: true
|
|
411
411
|
},
|
|
412
412
|
lozenge: /*#__PURE__*/_react.default.createElement(_lozenge.default, {
|
|
413
|
-
appearance: "
|
|
413
|
+
appearance: "discovery"
|
|
414
414
|
}, intl.formatMessage(_messages.mentionMessages.typeAheadSectionAgentsLabsLozengeLabel))
|
|
415
415
|
}];
|
|
416
416
|
},
|
|
@@ -50,7 +50,7 @@ const AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
|
50
50
|
const AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
51
51
|
const MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
|
|
52
52
|
const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
53
|
-
const PACKAGE_VERSION = "14.6.
|
|
53
|
+
const PACKAGE_VERSION = "14.6.5";
|
|
54
54
|
const setProvider = provider => (state, dispatch) => {
|
|
55
55
|
if (dispatch) {
|
|
56
56
|
dispatch(state.tr.setMeta(mentionPluginKey, {
|
|
@@ -377,7 +377,7 @@ export const createTypeAheadConfig = ({
|
|
|
377
377
|
showWhenOnlySection: true
|
|
378
378
|
},
|
|
379
379
|
lozenge: /*#__PURE__*/React.createElement(Lozenge, {
|
|
380
|
-
appearance: "
|
|
380
|
+
appearance: "discovery"
|
|
381
381
|
}, intl.formatMessage(mentionMessages.typeAheadSectionAgentsLabsLozengeLabel))
|
|
382
382
|
}];
|
|
383
383
|
},
|
|
@@ -57,7 +57,7 @@ var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
|
57
57
|
var AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
58
58
|
var MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
|
|
59
59
|
var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
60
|
-
var PACKAGE_VERSION = "14.6.
|
|
60
|
+
var PACKAGE_VERSION = "14.6.5";
|
|
61
61
|
var setProvider = function setProvider(provider) {
|
|
62
62
|
return function (state, dispatch) {
|
|
63
63
|
if (dispatch) {
|
|
@@ -401,7 +401,7 @@ export var createTypeAheadConfig = function createTypeAheadConfig(_ref8) {
|
|
|
401
401
|
showWhenOnlySection: true
|
|
402
402
|
},
|
|
403
403
|
lozenge: /*#__PURE__*/React.createElement(Lozenge, {
|
|
404
|
-
appearance: "
|
|
404
|
+
appearance: "discovery"
|
|
405
405
|
}, intl.formatMessage(mentionMessages.typeAheadSectionAgentsLabsLozengeLabel))
|
|
406
406
|
}];
|
|
407
407
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-mentions",
|
|
3
|
-
"version": "14.6.
|
|
3
|
+
"version": "14.6.6",
|
|
4
4
|
"description": "Mentions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@atlaskit/profilecard": "^26.9.0",
|
|
42
42
|
"@atlaskit/teams-app-config": "^2.1.0",
|
|
43
43
|
"@atlaskit/theme": "^26.1.0",
|
|
44
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
44
|
+
"@atlaskit/tmp-editor-statsig": "^126.0.0",
|
|
45
45
|
"@atlaskit/tokens": "^15.8.0",
|
|
46
46
|
"@atlaskit/tooltip": "^23.1.0",
|
|
47
47
|
"@atlaskit/user-picker": "^13.4.0",
|