@atlaskit/editor-plugins 10.5.16 → 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 CHANGED
@@ -1,5 +1,17 @@
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
+
3
15
  ## 10.5.16
4
16
 
5
17
  ### Patch Changes
@@ -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';
@@ -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.5.16",
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.6",
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.2.0",
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.2.0",
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.2",
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",