- None
- None
- Bug #127 add default lightness for round color picker
- None
- Feature #126 Add open/closed class
- Feature #125 add show/hide control
- None
- None
- None
- Bug #124 remove some rounding that could interfere when translating between color types
- None
- None
- Bug #123 Add type to buttons to not interfere with form submit buttons
- None
- New saturation and lightness options
- Bug #120 - Set $touched on blur
- Fixing up color calculation in the differences between square and round
- None
- Improvement #116 Allow access to $scope
- None
- None
- None
- Bug #115 - Touch events not getting proper position
- None
- Pressing escape will close the popup panel
- Bug #113 - Tab focus opens panel, tab blur does not close it
- None
- None
- Bug #109 - Properly remove event listeners on destroy
- None
- Added
id
andname
to the options object
- None
- None
- None
- Bug - First change event was not firing if mouse drag
- None
- None
- Bug #103 error creating options if none provided
- None
- None
- Bug #102 non assign error if options was set in html
- None
- New
required
option
- None
- None
- New
ColorPickerOptions
decorator
- Add import for
tinycolor
for webpack
- None
- New
round
option to show a round color picker
- None
- None
- New
hue
option to show or hide the hue selector - New
close
,clear
andreset
options to show extra buttons
- Bug #82 Support touch events
- None
- None
- Bug #92 Fire click would trigger onChange twice
- None
- None
- Bug #91 setDirty being called on instantiation
- None
- New
placeholder
option
- None
- None
- None
- Don't presume a default color
- None
- None
- Delaying init until directive link function, to fix a bug in complex multi color picker pages
- None
- None
- #87 fixing onBlur and onClose
- #88 Fixing hue updating when moving in grid on rgb and hex
- Seperated the
api
intoapi
andeventApi
. This allows for shared event handlingapi
now hasopen
,close
, andgetElement
eventApi
now hasonOpen
,onClose
,onChange
,onBlur
, andonDestroy
api
has a newgetElement
functioneventApi
functions now all haveapi
andcolor
passed in as the first arguments, andevent
if it is available
- None
- All the directive bindings are now passed in as an
options
object. The functionality has stayed the same and the names are the same but withoutcolor-picker
at the front (e.g.color-pick-swatch-pos
is now justswatchPos
).
- New
api
binding is available. It exposesopen
andclose
and can handleonOpen
,onClose
,onChange
,onBlur
, andonDestroy
events.
- None