Releases: scttcper/ngx-emoji-mart
Releases · scttcper/ngx-emoji-mart
v0.7.0
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
0.6.6 (2018-07-12)
Bug Fixes
- pass backgroundImageFn to emoji component correctly closes #133 (91a0e39)
v0.6.5
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
0.6.4 (2018-06-15)
Bug Fixes
v0.6.3
0.6.3 (2018-05-18)
Bug Fixes
- allow more versions of anuglar in peer dep (db69fc5)
v0.6.2
0.6.2 (2018-05-18)
Bug Fixes
- return null instead of an error closes #90 (584de9c)
v0.6.1
0.6.1 (2018-05-18)
Bug Fixes
- emoji selector is messed up. how did this even work? (52dba7b)
v0.6.0
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
0.5.0 (2018-05-09)
Bug Fixes
- EmojiComponent: make emojis copyable (4c32b37)
v0.4.2
0.4.2 (2018-05-06)
Bug Fixes
- preview ignoring current skin closes #65 (9a89337)