Emoji Button Versions Save

JavaScript emoji picker. Any app, any framework.

v4.6.0

3 years ago

Changelog

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

v4.5.1

3 years ago

Changelog

  • Fixed incorrect typings (#124)

v4.5.0

3 years ago

What's new

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

v4.4.0

3 years ago

New features

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

v4.3.0

3 years ago

New features

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

v4.2.0

3 years ago

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

3 years ago

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

3 years ago
  • Made rootElement option optional.

v4.0.3

3 years ago
  • Fixed the scroll position jumping when showing the picker in some cases.

v4.0.2

3 years ago
  • Added the missing rootElement option to the type definitions.