Skip to content

Releases: scttcper/ngx-emoji-mart

v0.7.0

09 Aug 05:48
a18f3cd
Compare
Choose a tag to compare

0.7.0 (2018-08-09)

Bug Fixes

  • adds support for native emojis in IE11, previously rendered as black & white icons (3850dfa)
  • adjust search input default border-radius (da5e163)
  • change css display when searching with no results (0da2903)
  • missing closing div (a6f7cc0)
  • pass context to the emoji fallback function (207831e)
  • reduce typescript not null indicator hacks (dc1e7ae)

Features

  • add a parameter to set the max number of frequently used. also bug on click. closes #165 (e854028)
  • add search/clear icon and clear input (5d65a7c)
  • allow anchor and search icons to be overridden (f4cee5f)

v0.6.6

12 Jul 23:44
91a0e39
Compare
Choose a tag to compare

0.6.6 (2018-07-12)

Bug Fixes

  • pass backgroundImageFn to emoji component correctly closes #133 (91a0e39)

v0.6.5

09 Jul 05:46
86a2f48
Compare
Choose a tag to compare

0.6.5 (2018-07-09)

Bug Fixes

  • alignment of custom emoji when using a skin other than native (41ee881)
  • category click height not working until scroll (5b7ee2f)

v0.6.4

15 Jun 19:19
626ec4c
Compare
Choose a tag to compare

0.6.4 (2018-06-15)

Bug Fixes

v0.6.3

18 May 19:04
b0fa044
Compare
Choose a tag to compare

0.6.3 (2018-05-18)

Bug Fixes

  • allow more versions of anuglar in peer dep (db69fc5)

v0.6.2

18 May 18:56
ec9b136
Compare
Choose a tag to compare

0.6.2 (2018-05-18)

Bug Fixes

  • return null instead of an error closes #90 (584de9c)

v0.6.1

18 May 18:35
52dba7b
Compare
Choose a tag to compare

0.6.1 (2018-05-18)

Bug Fixes

  • emoji selector is messed up. how did this even work? (52dba7b)

v0.6.0

09 May 23:30
7326da5
Compare
Choose a tag to compare

0.6.0 (2018-05-09)

Bug Fixes

  • DataInterface: fix typo in EmojiVariation interface (75886bd)
  • EmojiComponent: allow empty string in EmojiData['set'] (c92d03b)

Features

  • DataInterface: add set and variations fields to EmojiData interface (8dcf811)
  • EmojiService: include "set" in sanitized data (60d6199)

v0.5.0

09 May 05:17
4f327a5
Compare
Choose a tag to compare

0.5.0 (2018-05-09)

Bug Fixes

  • EmojiComponent: make emojis copyable (4c32b37)

v0.4.2

06 May 03:11
e8cb88b
Compare
Choose a tag to compare

0.4.2 (2018-05-06)

Bug Fixes

  • preview ignoring current skin closes #65 (9a89337)