Releases: bgrins/spectrum
1.8.0
1.7.0
All changes between 1.6.2 and 1.7.0: 1.6.2...1.7.0
1.6.0
1.5.0
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: 1.4.1...1.5.0
1.4.0
We have some nice new features for 1.4.0. Also, some new and updated translations.
- New
togglePaletteOnly
option: http://bgrins.github.io/spectrum/#options-togglePaletteOnly. This allows you to optionally show only the palette, and let the user choose to show the full colorpicker. Thanks Joris de Ruiter for adding this new feature. - Updated TinyColor to version 1.0. This changes the API of the color object passed into callbacks slightly - Instead of
tinycolor.desaturate(tinycolor.lighten('red'))
, now you can runtinycolor("red").lighten().desaturate()
. More information here: https://github.com/bgrins/TinyColor/releases/tag/1.0.0. - Updated Italian (it) translation: f065db7
- New Persian (fa) translation: b7f4adc
See all changes for this release: 1.3.4...1.4.0
Palette updates, and more
See all changes since the previous tag: 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
Spectrum Colorpicker 1.3.0
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
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 ->
- Rewrite build system to use Grunt for automated testing
- Prettify code in demos