Skip to content

Releases: EastDesire/jscolor

jscolor-2.5.2

02 Dec 00:44
Compare
Choose a tag to compare
  • Added support for initing jscolor after DOMContentLoaded has fired. Thanks to @andrewcartwright1

jscolor-2.5.1

18 Oct 12:52
Compare
Choose a tag to compare
  • Added fix to avoid unnecessary repositioning during scroll

jscolor-2.5.0

06 Sep 00:10
Compare
Choose a tag to compare
  • 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

25 Aug 16:53
Compare
Choose a tag to compare
  • Updated redrawPosition() method to fix incorrect dialog positioning when using custom 'container'. Thanks to @Kirsdarkenvaar.

jscolor-2.4.8

24 Mar 14:52
Compare
Choose a tag to compare
  • Replaced deprecated 'substr' method with 'slice'. Thanks to contributor @CommanderRoot

jscolor-2.4.7

04 Feb 18:05
Compare
Choose a tag to compare
  • Removed captureTarget/releaseTarget (no longer needed)

jscolor-2.4.6

21 Aug 08:48
Compare
Choose a tag to compare
  • Added property 'random' and method randomize()

jscolor-2.4.5

12 Jan 08:35
Compare
Choose a tag to compare
  • Added support for #rrggbbaa notation (implemented as 'hexa' format)

jscolor-2.4.4

05 Jan 15:34
Compare
Choose a tag to compare
  • Picker's position is updated when scrolling the window

jscolor-2.4.3

02 Jan 21:12
Compare
Choose a tag to compare
  • 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)