Releases: missive/emoji-mart
Releases · missive/emoji-mart
v2.7.0
New
- Customize “Not found” [#206]
- Customize each category icon [#208]
Improvements
- Better native emojis support [#203]
- Search icon to clear search input [#205]
- Call
fallback
when emoji name isn’t recognized [#199]
- Updated search input default
border-radius
Commits
v2.6.1...v2.7.0
v2.6.1
Fixes
- Missing default
onSelect
props [#183]
- Crash in
NimbleEmojiIndex
when using custom emojis [#185]
- Exporting
NimbleEmojiIndex
[#187]
Commits
v2.6.0...v2.6.1
v2.5.1
New
Fixes
- Clearing custom emojis from index and pool when necessary [#172]
Commits
v2.5.0...v2.5.1
v2.5.0
Breaking
skin
prop now forces skin color when present. Use defaultSkin
if you don’t want to overwrite user’s choice.
New
onSkinChange
, defaultSkin
and showSkinTones
props [#165]
Fixes
- Fix categories sorting [#164]
- Fix picker state being shared between instances [#166, #167]
Commits
v2.4.2...v2.5.0
v2.4.1
New
- Support providing a fallback to unsupported emojis [#157]
- Add
html
props to Emoji component [#79]
Fixes
- Ensure category ids are not dropped after
emojisToShowFilter
call [#154]
- Using
emojisToShowFilter
with custom emojis [#153]
Commits
v2.4.0...v2.4.1
v2.4.0
Improvements
- Use optimized sheets by default. Greatly reduce sheets sizes [8f63c38]
- Update emoji-data (adds some missing emojis)
Fixes
- Fix missing keywords (i.e. “peace” wasn’t returning
:v:
anymore)
- Fix broken
include
/ exclude
since v2.3.0 [#149]
Commits
v2.3.0...v2.4.0