All Versions
61
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
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)
- ๐ Fix
-
v5.1.3 Changes
- ๐ Export
.mjs
file to improve different environments and bundlers support. Thanks to @rschristian (via #127)
- ๐ Export
-
v5.1.2 Changes
- โ Add
"default"
fallback to the exports map (via #124)
- โ Add
-
v5.1.1 Changes
- ๐ Fix
setNonce
type declaration file publishing (via #123)
- ๐ Fix
-
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 newsetNonce
function (via #121)
- ๐
The picker complies with the strict CSP (Content Security Policy). The
-
v5.0.1 Changes
- ๐ The picker supports all HTML attributes and DOM events that a regular tag does (e.g.
id
oronMouseEnter
(via #119)
- ๐ The picker supports all HTML attributes and DOM events that a regular tag does (e.g.
-
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)
- โ Get rid of