Skip to content

Tags: serebrov/emoji-mart-vue

Tags

5.0.2

Toggle 5.0.2's commit message
- Use data title for emoji, #27

5.0.1

Toggle 5.0.1's commit message
- Fix find emoji method, #26

5.0.0

Toggle 5.0.0's commit message
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).

4.0.1

Toggle 4.0.1's commit message
- Fix preview icon size for native emoji, #24

4.0.0

Toggle 4.0.0's commit message
Version 4.0.0

Changes:
- Breaking: CSS extracted to external file, #21
- Fixed: NimbleEmoji with string setting, spy emoji was not displayed for no search results #23
- Updated readme with the list of changes, #22

3.1.1

Toggle 3.1.1's commit message
Version 3.1.1

- Add virtual scroller for categories, #20
- Fixed search #19
- Add word-break: keep-all for native emoji to prevent splitting, #18

3.0.1

Toggle 3.0.1's commit message
Version 3.0.1:

- Adjust native emoji font, #17

3.0.0

Toggle 3.0.0's commit message
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

v2.6.4

Toggle v2.6.4's commit message
2.6.4

v2.6.3

Toggle v2.6.3's commit message
2.6.3