Releases: AdmitHub/emoji-picker-react
Releases · AdmitHub/emoji-picker-react
Mainstay V7
In this release, we downgrade 3 dev dependencies to the highest possible versions to maintain compatibility with our Marshall production node version, 14.4.0
- @typescript-eslint/[email protected]
- @typescript-eslint/[email protected]
- [email protected]
Mainstay V6
- Changes fan-out direction of skin tones upon expanding picker to fix tabbability.
- Attempts to fix behavior of ESC when the picker is in an iFrame.
Mainstay V5
Reverts last release's change to Escape key behavior.
Mainstay V4
Testing out using event.stopPropogation to force ESC to close the emoji picker, but not its parent.
Mainstay V3
Changes:
- Enable skin tone persistence via keyboard actions - missed this before
Mainstay V2
Changes:
- Make skin tone menu tabbable and allow selection on "Enter"
- Persist selected skin tone in localStorage
Mainstay V1
Adds aria-label to "X" button in Search input component.