@atlaskit/editor-plugins 10.5.15 → 10.6.0
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 +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 10.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e49f1d35e507a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e49f1d35e507a) -
|
|
8
|
+
[https://product-fabric.atlassian.net/browse/ED-29349](ED-29349) - add one tick provider (SSR)
|
|
9
|
+
support for emojis in editor and live pages
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 10.5.16
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 10.5.15
|
|
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.0",
|
|
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,7 +38,7 @@
|
|
|
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.
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "6.3.7",
|
|
42
42
|
"@atlaskit/editor-plugin-block-menu": "3.2.4",
|
|
43
43
|
"@atlaskit/editor-plugin-block-type": "8.2.3",
|
|
44
44
|
"@atlaskit/editor-plugin-border": "5.2.0",
|
|
@@ -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,19 +63,19 @@
|
|
|
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",
|
|
77
77
|
"@atlaskit/editor-plugin-guideline": "5.0.2",
|
|
78
|
-
"@atlaskit/editor-plugin-help-dialog": "5.0.
|
|
78
|
+
"@atlaskit/editor-plugin-help-dialog": "5.0.5",
|
|
79
79
|
"@atlaskit/editor-plugin-highlight": "5.3.2",
|
|
80
80
|
"@atlaskit/editor-plugin-history": "5.0.0",
|
|
81
81
|
"@atlaskit/editor-plugin-hyperlink": "7.3.2",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@atlaskit/editor-plugin-metrics": "6.2.0",
|
|
96
96
|
"@atlaskit/editor-plugin-ncs-step-metrics": "4.0.0",
|
|
97
97
|
"@atlaskit/editor-plugin-panel": "7.2.2",
|
|
98
|
-
"@atlaskit/editor-plugin-paste": "6.
|
|
98
|
+
"@atlaskit/editor-plugin-paste": "6.3.0",
|
|
99
99
|
"@atlaskit/editor-plugin-paste-options-toolbar": "5.0.0",
|
|
100
100
|
"@atlaskit/editor-plugin-placeholder": "5.1.0",
|
|
101
101
|
"@atlaskit/editor-plugin-placeholder-text": "5.2.0",
|
|
@@ -111,13 +111,13 @@
|
|
|
111
111
|
"@atlaskit/editor-plugin-show-diff": "2.1.2",
|
|
112
112
|
"@atlaskit/editor-plugin-status": "6.2.0",
|
|
113
113
|
"@atlaskit/editor-plugin-submit-editor": "5.0.0",
|
|
114
|
-
"@atlaskit/editor-plugin-synced-block": "2.
|
|
114
|
+
"@atlaskit/editor-plugin-synced-block": "2.2.0",
|
|
115
115
|
"@atlaskit/editor-plugin-synced-block-prototype": "2.2.0",
|
|
116
116
|
"@atlaskit/editor-plugin-table": "14.2.7",
|
|
117
117
|
"@atlaskit/editor-plugin-tasks-and-decisions": "8.4.9",
|
|
118
118
|
"@atlaskit/editor-plugin-text-color": "5.4.2",
|
|
119
119
|
"@atlaskit/editor-plugin-text-formatting": "5.2.2",
|
|
120
|
-
"@atlaskit/editor-plugin-toolbar": "2.1.
|
|
120
|
+
"@atlaskit/editor-plugin-toolbar": "2.1.5",
|
|
121
121
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "6.1.3",
|
|
122
122
|
"@atlaskit/editor-plugin-track-changes": "4.0.4",
|
|
123
123
|
"@atlaskit/editor-plugin-type-ahead": "5.2.3",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@atlaskit/editor-plugin-unsupported-content": "5.2.0",
|
|
127
127
|
"@atlaskit/editor-plugin-user-intent": "3.0.0",
|
|
128
128
|
"@atlaskit/editor-plugin-user-preferences": "3.0.0",
|
|
129
|
-
"@atlaskit/editor-plugin-width": "6.0.
|
|
129
|
+
"@atlaskit/editor-plugin-width": "6.0.2",
|
|
130
130
|
"@babel/runtime": "^7.0.0"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|