Bgrins Spectrum Versions Save

The No Hassle JavaScript Colorpicker

1.8.0

7 years ago

1.7.0

8 years ago

All changes between 1.6.2 and 1.7.0: https://github.com/bgrins/spectrum/compare/1.6.2...1.7.0

1.6.0

9 years ago
  • Adds a new offset option for custom positioning
  • Bumps TinyColor to 1.1.1 (includes hsva support and rebeccapurple color)
  • Test and documentation fixes

1.5.0

9 years ago

The major change for 1.5.0 is a new option, hideAfterPaletteSelect. This changes the default behavior of palette selection, to not close the colorpicker. If you set this to true, then the colorpicker will close immediately after selecting a color from the palette. Thanks @Partyschaum for adding this feature. Read more at: https://bgrins.github.io/spectrum/#options-hideAfterPaletteSelect.

See all changes since 1.4.1: https://github.com/bgrins/spectrum/compare/1.4.1...1.5.0

1.4.0

9 years ago

We have some nice new features for 1.4.0. Also, some new and updated translations.

See all changes for this release: https://github.com/bgrins/spectrum/compare/1.3.4...1.4.0

1.3.2

10 years ago

See all changes since the previous tag: https://github.com/bgrins/spectrum/compare/1.3.1...1.3.2

  • Consistent event ordering for palette events.
  • Share localStorage selection across multiple instances,
  • Use current syntax for CSS gradient on unprefixed property
  • Don't allow selection palette items to get removed by elements in a normal palette

1.3.0

10 years ago

I'm happy to announce that we have a new release (version 1.3.0) of the spectrum colorpicker! Here are a few highlights:

  • Per element options set as HTML attributes commit
  • New events dragstart / dragstop commit
  • i18n support for 'clearText' option commit
  • Improved bower support with bower.json
  • A bunch of other bug fixes. See the full list of changes

Big thanks to @owiber, @dahlie, @kingcody, @WickyNilliams, @nedk, and @ispringer for all contributing fixes for this release!

1.1.1

10 years ago

Listing of all changes compared to the previous release (1.1.0). As always, you can view the project page at: http://bgrins.github.io/spectrum/

  • Normalize hue range to [0,1] when setting via set function. Fixes issue #93
  • Force movement in single axis when shift is pressed. Fixes issue #34
  • Allow buttons to show on flat picker. Fixes issue #90
  • Automate testing using travis-ci: https://travis-ci.org/bgrins/spectrum -> Build Status
  • Rewrite build system to use Grunt for automated testing
  • Prettify code in demos