- Fixed some invalid CSS properties.
- [
@picmo
] Click event propagation is stopped when selecting an emoji. This fixes an issue where the picker would close a popup when selecting an emoji from the recents category, ifhideOnEmojiSelect
is set tofalse
. - [
@picmo/popup-picker
] Fixed positioning/focus issues when opening a popup. - [
@picmo/popup-picker
] Fixed animation order to prevent an incorrectly positioned picker from appearing momentarily before "jumping" to the final location and animating. - [
@picmo/popup-picker
] Fixed type ofoptions
parameter on thetoggle
method to be optional as documented.