Skip to content

Releases: tunoltd/emoji-mart-native

0.6.5-beta

28 Dec 10:41
Compare
Choose a tag to compare

0.6.4-beta

10 Jan 13:10
03013a0
Compare
Choose a tag to compare
  • Add skinEmojiSize prop and base search/skin icons sizes off fontSize prop #219

0.6.3-beta

31 Dec 14:11
8964317
Compare
Choose a tag to compare
  • 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

15 Jun 16:50
Compare
Choose a tag to compare
  • fix(spriteSheetFn): the default spriteSheetFn prop is broken #193

0.6.1-beta

26 May 18:23
Compare
Choose a tag to compare
  • Import from '../' instead of '..' #174

0.6.0-beta

24 Apr 16:13
0491a94
Compare
Choose a tag to compare
  • Bring up to date with emoji-mart
    • Adds dark mode
    • Support for Emoji 12.1
    • messenger set is removed

0.5.0-beta

29 Nov 23:02
Compare
Choose a tag to compare
  • Add sprite sheets support #76

You can now use spriteSheetFn to supply a local sprite sheet.

Breaking changes:

  • Removes imageUrl and localImage from custom emojis, replaced with image 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

09 Nov 16:36
75fd37e
Compare
Choose a tag to compare
0.5.0-alpha Pre-release
Pre-release
  • Add sprite sheets support #76

Breaking changes:

  • Removes useLocalImages, you can now use spriteSheetFn to supply a local sprite sheet.
  • Removes imageUrl and localImage from custom emojis, replaced with image 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

11 Jul 16:12
a327af5
Compare
Choose a tag to compare
  • Repo moved to new org account, updated links in readme and package.json

0.4.6-beta

02 Jul 10:10
3e9fc8e
Compare
Choose a tag to compare
  • Deterministic sorting of search results (#62)