Releases: zefoy/ngx-color-picker
Bug fix release
-
Fixed inline positioning to not use absolute positioning
-
Added border for the selected color so its visible with white color as well
Bug fix release
-
Fixed error when using Universal
-
Fixed possible change detection error
-
Fixed dialog positioning with bootstrap
Bug fix release
- Fixed dialog positioning with none static elements (material button for example)
Bug fix release
- Fixed auto dialog width not updating when view is resized
Bug fix release
- Fixes for using color picker on IE10 browser
Feature release
-
Added colorPickerCancel event sending for cancel button
-
Added cpSliderDragStart/cpSliderDragEnd events sending
-
Fixed value in cpInputChange and cpSliderChange events
Bug fix release
- Fixed hex6 input when alpha channel is enabled
Feature release
- Simplified the behavior of the cpAlphaChannel input
New options of the cpAlphaChannel are: 'enabled', 'disabled' or 'always'.
You might need to update your code if you are using cpAlphaChannel
The output format is now strictly obeyed. I.e if output format is set to 'hex' then you always get hex as output. If you want 'hex8' then you need to set cpAlphaChannel to 'always'. When set to 'always' the output will always include the alpha channel no matter what the output format is set to. When set to 'enabled' then the alpha channel is only included if the selected color includes alpha channel.
Feature release
-
Added cpUseRootViewContainer input
-
Removed the initial colorPickerChange event
-
Fixed input change event to use correct naming
-
Fixed dialog positioning when used inside modals
Bug fix release
-
Fixed bug when using on push strategy
-
Fixed bug caused by the previous hue fix