Emoji Button Versions Save

JavaScript emoji picker. Any app, any framework.

v5.8.5

10 months ago
  • Removed the global web storage shim when local storage is not available (#278)

v5.8.4

11 months ago

Switched to the new fork of Twemoji to fix broken CDN URLs (#276)

v5.8.2

1 year ago
  • Fixed an issue where an IndexedDB error was thrown on multiple createPicker calls. (#271)

v5.8.1

1 year ago
  • Fixed an issue where server-side rendering frameworks like SvelteKit were throwing an error when creating the picker (#269)

v5.8.0

1 year ago
  • Added new UI text translations provided thanks to Henryk Helsky!

v5.7.6

1 year ago
  • [picmo] Fixed an issue where the picker crashed if localStorage or indexedDB are not available or restricted. In these cases a simplified in-memory fallback implementation is used so the picker still works (#184)
  • [picmo] Fixed the in-memory datastore search function to correctly exclude emojis that don't meet the version criteria (#261)

v5.7.5

1 year ago
  • [picmo] Fixed an issue on mobile devices where the emojis would disappear if a category tab is selected while a scroll is in progress (#260)

v5.7.4

1 year ago

This release resolves issues with the initial positioning of the popup picker.

  • [@picmo/popup-picker] Fixed missing prefixed class names (#259)
  • [@picmo/renderer-twemoji] Fixed missing prefixed class names

v5.7.3

1 year ago
  • [picmo] Fixed buggy scroll adjustment code that was sometimes causing issues when showing/hiding the picker. (#246)
  • [picmo] Added the picmo__ prefix to all class names to reduce style conflicts. (#253)
  • [picmo] Replaced all uses of Element.replaceChildren with a safer implementation that has better browser compatibility. (#256)

v5.7.2

1 year ago
  • [picmo] Removed inconsistent scrollbar styling
  • [@picmo/popup-picker] Fix issue where the theme was not updated properly via updateOptions from a popup picker. (#247)