All Versions
61
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v5.2.0 Changes

    • ๐Ÿ‘Œ Improve input color parsers to support more CSS color notations and units (via #133)
  • v5.1.4 Changes

    • ๐Ÿ›  Fix .mjs file publishing (via #129)
  • v5.1.3 Changes

    • ๐Ÿ‘ Export .mjs file to improve different environments and bundlers support. Thanks to @rschristian (via #127)
  • v5.1.2 Changes

    • โž• Add "default" fallback to the exports map (via #124)
  • v5.1.1 Changes

    • ๐Ÿ›  Fix setNonce type declaration file publishing (via #123)
  • v5.1.0 Changes

    • ๐Ÿ’… The picker complies with the strict CSP (Content Security Policy). The style tag added by the component uses a nonce hash provided by Webpack or the one defined manually by the new setNonce function (via #121)
  • v5.0.1 Changes

    • ๐Ÿ‘€ The picker supports all HTML attributes and DOM events that a regular tag does (e.g. id or onMouseEnter (via #119)
  • v5.0 Changes

    • The library is 100% CSS-in-JS now. No need to import the CSS file to render the picker properly (via #101)
  • v4.4.4 Changes

    • ๐Ÿ›  Fix bug when a user releases the mouse button outside of the document bounds (via #99)
  • v4.4.3 Changes

    • โš  Get rid of useLayoutEffect warning when using on the server (via #95)