All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Merged security patches for third party components.
- Merged security patches for third party components.
- Merged PR #159 by @NicolasCARPi; Added
cancelOnExit
option in response to #158.
- Merged PR #148 by @teambuktu; Input event for ui-colorpicker-number.
- Merged PR #145 by @gentoo90; accept numpad keys on hex inputs.
- Fix #144 by @Backslider23; memory part doesn't enable OK button correctly.
- Fixed black initialization issue in rgbslider part.
- PR #143 by @zaeder;
ready
event at end of widget creation.
- Fix #137 by @larsinsd; Typing in hex input does not enable OK button.
- Fix #139 by @s1738berger; Colorpicker cannot get disabled with option 'buttonImageOnly'
- Fix #130 by @actionpark; Return
css
andhex
color in all events.
- Fixed #136 by @mateuszf; Cannot disable animation.
- Fixed #134 by @larsinsd and @justzuhri;
Ctrl+V
not working on Mac OS-X.
- Added Copic color swatches.
- Added Prismacolor color swatches.
- Added DIN 6164 color swatches.
- Added ISCC-NBS color swatches.
- Implemented fix #135 by @cosmicnet; replaced
.attr()
calls with.prop()
.
- Polish (
pl
) translation added from PR #133 by @kniziol.
- Replaced deprecated
.bind()
,.unbind()
,.delegate()
and.undelegate()
functions by.on()
and.off()
for jQuery 3.0.0 compatibility. - Documented jQueryUI 1.12.0+ requirement for jQuery 3.0.0+.
- Ukranian (
uk
) translation added from PR #131 by @ashep.
- Allow focussing and keyboard support on the "map" and "bar" parts.
- The "None" and "Transparent" radiobuttons didn't always refresh in certain color states.