@atlaskit/editor-plugins 10.5.16 → 10.6.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 +18 -0
- package/dist/cjs/emoji/index.js +6 -0
- package/dist/es2019/emoji/index.js +1 -1
- package/dist/esm/emoji/index.js +1 -1
- package/dist/types/emoji/index.d.ts +1 -1
- package/dist/types/show-diff/index.d.ts +1 -1
- package/dist/types-ts4.5/emoji/index.d.ts +1 -1
- package/dist/types-ts4.5/show-diff/index.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 10.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 10.6.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`e49f1d35e507a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e49f1d35e507a) -
|
|
14
|
+
[https://product-fabric.atlassian.net/browse/ED-29349](ED-29349) - add one tick provider (SSR)
|
|
15
|
+
support for emojis in editor and live pages
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 10.5.16
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/cjs/emoji/index.js
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "EmojiNodeDataProvider", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorPluginEmoji.EmojiNodeDataProvider;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
6
12
|
Object.defineProperty(exports, "emojiPlugin", {
|
|
7
13
|
enumerable: true,
|
|
8
14
|
get: function get() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { emojiPlugin } from '@atlaskit/editor-plugin-emoji';
|
|
4
|
+
export { emojiPlugin, EmojiNodeDataProvider } from '@atlaskit/editor-plugin-emoji';
|
package/dist/esm/emoji/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { emojiPlugin } from '@atlaskit/editor-plugin-emoji';
|
|
4
|
+
export { emojiPlugin, EmojiNodeDataProvider } from '@atlaskit/editor-plugin-emoji';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { emojiPlugin } from '@atlaskit/editor-plugin-emoji';
|
|
1
|
+
export { emojiPlugin, EmojiNodeDataProvider } from '@atlaskit/editor-plugin-emoji';
|
|
2
2
|
export type { EmojiPlugin, EmojiPluginOptions, EmojiPluginState, EmojiPluginSharedState, EmojiPluginDependencies, EmojiPluginActions, EmojiPluginCommands, } from '@atlaskit/editor-plugin-emoji';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { showDiffPlugin } from '@atlaskit/editor-plugin-show-diff';
|
|
2
|
-
export type { ShowDiffPlugin, DiffParams } from '@atlaskit/editor-plugin-show-diff';
|
|
2
|
+
export type { ShowDiffPlugin, DiffParams, PMDiffParams } from '@atlaskit/editor-plugin-show-diff';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { emojiPlugin } from '@atlaskit/editor-plugin-emoji';
|
|
1
|
+
export { emojiPlugin, EmojiNodeDataProvider } from '@atlaskit/editor-plugin-emoji';
|
|
2
2
|
export type { EmojiPlugin, EmojiPluginOptions, EmojiPluginState, EmojiPluginSharedState, EmojiPluginDependencies, EmojiPluginActions, EmojiPluginCommands, } from '@atlaskit/editor-plugin-emoji';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { showDiffPlugin } from '@atlaskit/editor-plugin-show-diff';
|
|
2
|
-
export type { ShowDiffPlugin, DiffParams } from '@atlaskit/editor-plugin-show-diff';
|
|
2
|
+
export type { ShowDiffPlugin, DiffParams, PMDiffParams } from '@atlaskit/editor-plugin-show-diff';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.6.1",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@atlaskit/editor-plugin-batch-attribute-updates": "5.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-before-primary-toolbar": "5.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-better-type-history": "5.0.0",
|
|
41
|
-
"@atlaskit/editor-plugin-block-controls": "6.3.
|
|
42
|
-
"@atlaskit/editor-plugin-block-menu": "3.2.
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "6.3.8",
|
|
42
|
+
"@atlaskit/editor-plugin-block-menu": "3.2.5",
|
|
43
43
|
"@atlaskit/editor-plugin-block-type": "8.2.3",
|
|
44
44
|
"@atlaskit/editor-plugin-border": "5.2.0",
|
|
45
45
|
"@atlaskit/editor-plugin-breakout": "5.2.2",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/editor-plugin-clipboard": "5.0.0",
|
|
50
50
|
"@atlaskit/editor-plugin-code-bidi-warning": "5.0.1",
|
|
51
51
|
"@atlaskit/editor-plugin-code-block": "7.2.2",
|
|
52
|
-
"@atlaskit/editor-plugin-collab-edit": "6.
|
|
52
|
+
"@atlaskit/editor-plugin-collab-edit": "6.3.0",
|
|
53
53
|
"@atlaskit/editor-plugin-composition": "4.0.0",
|
|
54
54
|
"@atlaskit/editor-plugin-connectivity": "5.0.1",
|
|
55
55
|
"@atlaskit/editor-plugin-content-insertion": "5.0.0",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"@atlaskit/editor-plugin-editor-disabled": "5.0.0",
|
|
64
64
|
"@atlaskit/editor-plugin-editor-viewmode": "7.0.0",
|
|
65
65
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "5.0.0",
|
|
66
|
-
"@atlaskit/editor-plugin-emoji": "6.
|
|
66
|
+
"@atlaskit/editor-plugin-emoji": "6.3.0",
|
|
67
67
|
"@atlaskit/editor-plugin-engagement-platform": "6.0.0",
|
|
68
68
|
"@atlaskit/editor-plugin-expand": "6.2.3",
|
|
69
69
|
"@atlaskit/editor-plugin-extension": "8.2.3",
|
|
70
70
|
"@atlaskit/editor-plugin-feature-flags": "4.0.0",
|
|
71
71
|
"@atlaskit/editor-plugin-feedback-dialog": "5.0.0",
|
|
72
72
|
"@atlaskit/editor-plugin-find-replace": "5.0.7",
|
|
73
|
-
"@atlaskit/editor-plugin-floating-toolbar": "7.0.
|
|
73
|
+
"@atlaskit/editor-plugin-floating-toolbar": "7.0.3",
|
|
74
74
|
"@atlaskit/editor-plugin-focus": "4.0.0",
|
|
75
75
|
"@atlaskit/editor-plugin-fragment": "5.2.0",
|
|
76
76
|
"@atlaskit/editor-plugin-grid": "5.0.0",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@atlaskit/editor-plugin-selection-extension": "5.0.2",
|
|
109
109
|
"@atlaskit/editor-plugin-selection-marker": "5.0.2",
|
|
110
110
|
"@atlaskit/editor-plugin-selection-toolbar": "6.1.2",
|
|
111
|
-
"@atlaskit/editor-plugin-show-diff": "2.1.
|
|
111
|
+
"@atlaskit/editor-plugin-show-diff": "2.1.3",
|
|
112
112
|
"@atlaskit/editor-plugin-status": "6.2.0",
|
|
113
113
|
"@atlaskit/editor-plugin-submit-editor": "5.0.0",
|
|
114
114
|
"@atlaskit/editor-plugin-synced-block": "2.2.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@atlaskit/editor-plugin-text-formatting": "5.2.2",
|
|
120
120
|
"@atlaskit/editor-plugin-toolbar": "2.1.5",
|
|
121
121
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "6.1.3",
|
|
122
|
-
"@atlaskit/editor-plugin-track-changes": "4.0.
|
|
122
|
+
"@atlaskit/editor-plugin-track-changes": "4.0.5",
|
|
123
123
|
"@atlaskit/editor-plugin-type-ahead": "5.2.3",
|
|
124
124
|
"@atlaskit/editor-plugin-ufo": "5.0.0",
|
|
125
125
|
"@atlaskit/editor-plugin-undo-redo": "5.0.2",
|