@atlaskit/editor-plugin-emoji 4.2.7 → 4.3.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,16 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 4.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`72f94befc61f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72f94befc61f2) -
8
+ replace method-style signatures with function-style signatures
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 4.2.7
4
15
 
5
16
  ### Patch Changes
@@ -7,7 +7,7 @@ import type { EmojiPlugin, EmojiPluginOptions, EmojiPluginState } from './emojiP
7
7
  export declare const emojiToTypeaheadItem: (emoji: EmojiDescription, emojiProvider?: EmojiProvider) => TypeAheadItem;
8
8
  export declare function memoize<ResultFn extends (emoji: EmojiDescription, emojiProvider?: EmojiProvider) => TypeAheadItem>(fn: ResultFn): {
9
9
  call: ResultFn;
10
- clear(): void;
10
+ clear: () => void;
11
11
  };
12
12
  export declare const defaultListLimit = 50;
13
13
  /**
@@ -7,7 +7,7 @@ import type { EmojiPlugin, EmojiPluginOptions, EmojiPluginState } from './emojiP
7
7
  export declare const emojiToTypeaheadItem: (emoji: EmojiDescription, emojiProvider?: EmojiProvider) => TypeAheadItem;
8
8
  export declare function memoize<ResultFn extends (emoji: EmojiDescription, emojiProvider?: EmojiProvider) => TypeAheadItem>(fn: ResultFn): {
9
9
  call: ResultFn;
10
- clear(): void;
10
+ clear: () => void;
11
11
  };
12
12
  export declare const defaultListLimit = 50;
13
13
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "4.2.7",
3
+ "version": "4.3.0",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/editor-prosemirror": "7.0.0",
32
32
  "@atlaskit/editor-shared-styles": "^3.6.0",
33
33
  "@atlaskit/emoji": "^69.5.0",
34
- "@atlaskit/icon": "^27.12.0",
34
+ "@atlaskit/icon": "^28.0.0",
35
35
  "@atlaskit/platform-feature-flags": "^1.1.0",
36
36
  "@atlaskit/prosemirror-input-rules": "^3.4.0",
37
37
  "@atlaskit/theme": "^19.0.0",