Skip to content

Releases: scttcper/ngx-emoji-mart

v0.11.2

10 Dec 20:55
Compare
Choose a tag to compare

0.11.2 (2018-12-10)

Bug Fixes

v0.11.1

10 Dec 16:02
Compare
Choose a tag to compare

0.11.1 (2018-12-10)

Bug Fixes

v0.11.0

15 Nov 17:29
Compare
Choose a tag to compare

0.11.0 (2018-11-15)

Features

v0.10.1

02 Nov 05:04
Compare
Choose a tag to compare

0.10.1 (2018-11-02)

Bug Fixes

  • use angular 7, silence install warning (e634b27)

v0.10.0

10 Oct 17:46
ab8e5bf
Compare
Choose a tag to compare

0.10.0 (2018-10-10)

Features

  • revert previous release as it isn't necessary (ab8e5bf)

v0.9.0

19 Sep 16:38
Compare
Choose a tag to compare

0.9.0 (2018-09-19)

Features

v0.8.2

06 Sep 17:30
86c8125
Compare
Choose a tag to compare

0.8.2 (2018-09-06)

Bug Fixes

  • add skinChange output onto picker component, fire on skin select (b2b7d24)
  • emoji returned now correctly has skin tone applied (3cb4383)
  • remove unused variations code (0e8e873)
  • remove unused variations from interface (63af335)
  • typecast instead of typescript not null (71d1f89)

please make sure to review the v0.8 release

v0.8.1

06 Sep 06:45
9bfe243
Compare
Choose a tag to compare

0.8.1 (2018-09-06)

Bug Fixes

v0.8.0

06 Sep 06:17
1df3083
Compare
Choose a tag to compare

0.8.0 (2018-09-06)

Bug Fixes

  • always call frequently used the same way (7e4c3fd)
  • drop unused mouse event from leave in picker (c730bd3)
  • is now "isNative" (06eabe0)

Features

  • add emojiSpriteStyles function, gets styles to apply to custom emoji element (84bd2af)
  • camel case emoji data, rename native to isNative (473944a)
  • use providedIn (e898b27)

Breaking Changes:

emoji variables renamed
short_names -> shortNames
short_name -> shortName
obsoleted_by -> obsoletedBy
skin_tone -> skinTone

Component Input renamed
native -> isNative

Its now easier to make your own custom emoji element from emoji data. See https://github.com/TypeCtrl/ngx-emoji-mart#display-emoji-as-custom-element

v0.7.1

09 Aug 06:11
7984827
Compare
Choose a tag to compare

0.7.1 (2018-08-09)

Bug Fixes