Releases: claviska/jquery-minicolors
Releases · claviska/jquery-minicolors
2.3.6
- Fixed a potential XSS vuln when using untrusted code for swatch names
2.3.5
- Fixed incorrect code indentation
- Updated to gulp 4
- Fix jQuery 4 deprecation warnings
Thanks to @bytestream for contributing these fixes!
2.3.4
- Added build script commands
- Fixed minified version
2.3.3
- Fixed color description bug
- Fixed an issue where the panel would not show when using jQuery slim
2.3.2
- Now compatible with jQuery Slim #257
- Fixed bug where an alpha value of
0
couldn't be used in a swatch #261
- Documentation now uses HTTPS for third-party resources
2.3.1
Use event.which
instead of the deprecated event.keyCode
.
2.3.0
- Added RTL support
- Added ability to name swatch colors
- Fixed a bug where setting opacity to 0 would fail
2.2.6
Fixed dev dependencies and updated minified version.
2.2.5
- Added Gulp
- Updated code convention
- Minor bug fixes