Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: joeattardi/picmo

v4.6.0

04 Dec 03:43
Compare
Choose a tag to compare

Changelog

  • Added support for custom emoji data
  • Fixed the incorrect category button being selected when selecting the Activities or Travel categories.

v4.5.1

24 Nov 01:29
Compare
Choose a tag to compare

Changelog

  • Fixed incorrect typings (#124)

v4.5.0

17 Nov 04:11
Compare
Choose a tag to compare

What's new

  • Performed refactoring of Emoji Button internals.
  • Full typings are now automatically generated at build time.

v4.4.0

15 Nov 03:30
Compare
Choose a tag to compare

New features

  • Added twemojiOptions option to the picker options (thanks @mnz2000)

v4.3.0

03 Nov 02:21
Compare
Choose a tag to compare

New features

  • Added support for overriding CSS variables to further customize the emoji picker's appearance.

v4.2.0

21 Sep 01:28
Compare
Choose a tag to compare

New features

  • The emoji event now includes the name of the selected emoji

Bug fixes

  • Fixed picker jumping before being destroyed
  • Fixed hide animation not working

v4.1.0

29 Aug 01:05
Compare
Choose a tag to compare

New features

  • Added hidden event that is emitted when the picker is hidden (thanks @jmlee2k)
  • Added the ability to switch themes after constructing the picker (thanks @jmlee2k)

Bug fixes

  • Fixed error when hiding picker after showing in mobile mode (thanks @jmlee2k)
  • Fixed wrong category being highlighted when the picker is first shown in some browsers (#93)
  • Fixed picker not hiding immediately when animations are disabled in some browsers (#92)
  • Fixed focus stealing when hiding picker in some browsers (#91)
  • Fixed picker alternating position over/under target (#90)
  • Fixed jumping scroll position on some browsers (#87)

v4.0.4

24 Aug 10:44
Compare
Choose a tag to compare
  • Made rootElement option optional.

v4.0.3

24 Aug 00:06
Compare
Choose a tag to compare
  • Fixed the scroll position jumping when showing the picker in some cases.

v4.0.2

31 Jul 00:39
Compare
Choose a tag to compare
  • Added the missing rootElement option to the type definitions.