Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: joeattardi/picmo

PicMo 5.8.5

24 Jun 02:02
Compare
Choose a tag to compare
  • Removed the global web storage shim when local storage is not available (#278)

PicMo 5.8.4

05 May 10:21
Compare
Choose a tag to compare

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

PicMo 5.8.2

14 Apr 10:54
Compare
Choose a tag to compare
  • Fixed an issue where an IndexedDB error was thrown on multiple createPicker calls. (#271)

PicMo 5.8.1

04 Mar 22:01
Compare
Choose a tag to compare
  • Fixed an issue where server-side rendering frameworks like SvelteKit were throwing an error when creating the picker (#269)

PicMo 5.8.0

25 Feb 05:49
Compare
Choose a tag to compare
  • Added new UI text translations provided thanks to Henryk Helsky!

PicMo 5.7.6

08 Feb 06:38
Compare
Choose a tag to compare
  • [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)

PicMo 5.7.5

07 Feb 05:17
Compare
Choose a tag to compare
  • [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)

PicMo 5.7.4

06 Feb 04:35
Compare
Choose a tag to compare

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

PicMo 5.7.3

28 Jan 20:11
Compare
Choose a tag to compare
  • [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)

PicMo 5.7.2

26 Oct 03:48
Compare
Choose a tag to compare
  • [picmo] Removed inconsistent scrollbar styling
  • [@picmo/popup-picker] Fix issue where the theme was not updated properly via updateOptions from a popup picker. (#247)