Releases: EastDesire/jscolor
Releases · EastDesire/jscolor
jscolor-2.5.2
- Added support for initing jscolor after DOMContentLoaded has fired. Thanks to @andrewcartwright1
jscolor-2.5.1
- Added fix to avoid unnecessary repositioning during scroll
jscolor-2.5.0
- Some elements are now styled using document-wide CSS dynamically appended to document's HEAD
- Added CSS that resets some important CSS properties of picker's elements to their initial values
- Added support for #RRGGBBAA format in palettes specified as string
- Slightly increased font size for button(s)
- Changed class names of some elements
jscolor-2.4.9
- Updated redrawPosition() method to fix incorrect dialog positioning when using custom 'container'. Thanks to @Kirsdarkenvaar.
jscolor-2.4.8
- Replaced deprecated 'substr' method with 'slice'. Thanks to contributor @CommanderRoot
jscolor-2.4.7
- Removed captureTarget/releaseTarget (no longer needed)
jscolor-2.4.6
- Added property 'random' and method randomize()
jscolor-2.4.5
- Added support for #rrggbbaa notation (implemented as 'hexa' format)
jscolor-2.4.4
- Picker's position is updated when scrolling the window
jscolor-2.4.3
- Added option paletteSetsAlpha
- By default, palette colors that don't specify alpha will set alpha to 1.0, but only if the palette contains at least one color with transparency (alpha < 1.0)