This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Releases: joeattardi/picmo
Releases · joeattardi/picmo
v4.6.0
Changelog
- Added support for custom emoji data
- Fixed the incorrect category button being selected when selecting the Activities or Travel categories.
v4.5.1
v4.5.0
What's new
- Performed refactoring of Emoji Button internals.
- Full typings are now automatically generated at build time.
v4.4.0
v4.3.0
New features
- Added support for overriding CSS variables to further customize the emoji picker's appearance.
v4.2.0
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
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
- Made
rootElement
option optional.
v4.0.3
- Fixed the scroll position jumping when showing the picker in some cases.
v4.0.2
- Added the missing
rootElement
option to the type definitions.