@atlaskit/editor-plugin-emoji 2.7.7 → 2.7.9
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/plugin.js +1 -0
- package/dist/es2019/plugin.js +1 -0
- package/dist/esm/plugin.js +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-emoji
|
|
2
2
|
|
|
3
|
+
## 2.7.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 2.7.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#171350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171350)
|
|
14
|
+
[`436dfb28a4833`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/436dfb28a4833) -
|
|
15
|
+
[ux] Support disabled type-ahead items while user is offline for media, emoji, and mentions.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 2.7.7
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/cjs/plugin.js
CHANGED
|
@@ -275,6 +275,7 @@ var emojiPlugin = exports.emojiPlugin = function emojiPlugin(_ref2) {
|
|
|
275
275
|
description: formatMessage(_messages.toolbarInsertBlockMessages.emojiDescription),
|
|
276
276
|
priority: 500,
|
|
277
277
|
keyshortcut: ':',
|
|
278
|
+
isDisabledOffline: true,
|
|
278
279
|
icon: function icon() {
|
|
279
280
|
return /*#__PURE__*/_react.default.createElement(_quickInsert.IconEmoji, null);
|
|
280
281
|
},
|
package/dist/es2019/plugin.js
CHANGED
|
@@ -237,6 +237,7 @@ export const emojiPlugin = ({
|
|
|
237
237
|
description: formatMessage(messages.emojiDescription),
|
|
238
238
|
priority: 500,
|
|
239
239
|
keyshortcut: ':',
|
|
240
|
+
isDisabledOffline: true,
|
|
240
241
|
icon: () => /*#__PURE__*/React.createElement(IconEmoji, null),
|
|
241
242
|
action(insert, state) {
|
|
242
243
|
var _api$typeAhead;
|
package/dist/esm/plugin.js
CHANGED
|
@@ -263,6 +263,7 @@ export var emojiPlugin = function emojiPlugin(_ref2) {
|
|
|
263
263
|
description: formatMessage(messages.emojiDescription),
|
|
264
264
|
priority: 500,
|
|
265
265
|
keyshortcut: ':',
|
|
266
|
+
isDisabledOffline: true,
|
|
266
267
|
icon: function icon() {
|
|
267
268
|
return /*#__PURE__*/React.createElement(IconEmoji, null);
|
|
268
269
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-emoji",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.9",
|
|
4
4
|
"description": "Emoji plugin for @atlaskit/editor-core",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
24
|
-
"@atlaskit/editor-common": "^
|
|
24
|
+
"@atlaskit/editor-common": "^96.0.0",
|
|
25
25
|
"@atlaskit/editor-plugin-analytics": "^1.10.0",
|
|
26
|
-
"@atlaskit/editor-plugin-type-ahead": "^1.
|
|
27
|
-
"@atlaskit/editor-prosemirror": "6.
|
|
26
|
+
"@atlaskit/editor-plugin-type-ahead": "^1.11.0",
|
|
27
|
+
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
28
28
|
"@atlaskit/emoji": "^67.11.0",
|
|
29
29
|
"@atlaskit/node-data-provider": "^3.0.0",
|
|
30
30
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|