Tags: serebrov/emoji-mart-vue
Tags
Version 5.0.0: - Unify emoji index, #25 Rework EmojiIndex class to be both source of data for picker components and for the search component (before there was similar NimbleEmojiIndex, but it was used only by search - so we had to go through the raw emojis data twice). Now the `EmojiIndex` can also be used globally and shared between many picker instances (if there is more that one picker on the page). *Breaking change*: The properties, related to emoji data are moved from the picker to EmojiIndex parameters: include, exclude, custom, recent, emojisToShowFiler. Added recentLength parameter to control how many recent icons to display (before it was hard-coded to perLine * 4).
The 3.0.0 version of the library. Included PRs: - Don't render background position for native unicode, #16 - Expose get data function, #15 - Remove getSanitizedData function, #14 - Freeze picker categories, #13 - Remove unused code, #12 - Small optimizations, #11 - Add show/hide button to docs to test the performance, #10 - Remove unused code, #9 - Use css to set emoji size and background, #8 - Optimize rendering, #7 - Remove parsed data property, #6 - Remove global emoji index, #5 - Make uncompress return the resulting data, #4 - Uncompress data before usage, #3 - Freeze emoji data, #2 - Fix uncompress usages, #1