Releases: tunoltd/emoji-mart-native
Releases · tunoltd/emoji-mart-native
0.6.5-beta
- Temp fix for #221
0.6.4-beta
- Add
skinEmojiSize
prop and base search/skin icons sizes offfontSize
prop #219
0.6.3-beta
- Added
fontSize
prop to picker to allow changing font size for search input and "not found" search result text - Added
buttonSize
prop to<EmojiButton />
to allow changing the size - Updated to Emoji 13.1
0.6.2-beta
- fix(spriteSheetFn): the default spriteSheetFn prop is broken #193
0.6.1-beta
- Import from '../' instead of '..' #174
0.6.0-beta
- Bring up to date with
emoji-mart
- Adds dark mode
- Support for Emoji 12.1
messenger
set is removed
0.5.0-beta
- Add sprite sheets support #76
You can now use spriteSheetFn
to supply a local sprite sheet.
Breaking changes:
- Removes
imageUrl
andlocalImage
from custom emojis, replaced withimage
which serves both cases:
{
...
image: {uri: 'https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7'}
},
{
...
image: require('assets/trollface.png')
}
0.5.0-alpha
- Add sprite sheets support #76
Breaking changes:
- Removes
useLocalImages
, you can now usespriteSheetFn
to supply a local sprite sheet. - Removes
imageUrl
andlocalImage
from custom emojis, replaced withimage
which serves both cases:
{
...
image: {uri: 'https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7'}
},
{
...
image: require('assets/trollface.png')
}
0.4.7-beta
- Repo moved to new org account, updated links in readme and package.json
0.4.6-beta
- Deterministic sorting of search results (#62)