Skip to content

Releases: zefoy/ngx-color-picker

Bug fix release

09 Oct 16:39
Compare
Choose a tag to compare
  • 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

25 Sep 10:35
Compare
Choose a tag to compare
  • Fixed error when using Universal

  • Fixed possible change detection error

  • Fixed dialog positioning with bootstrap

Bug fix release

15 Sep 13:21
Compare
Choose a tag to compare
  • Fixed dialog positioning with none static elements (material button for example)

Bug fix release

15 Sep 11:37
Compare
Choose a tag to compare
  • Fixed auto dialog width not updating when view is resized

Bug fix release

17 Aug 18:19
Compare
Choose a tag to compare
  • Fixes for using color picker on IE10 browser

Feature release

08 Aug 17:50
Compare
Choose a tag to compare
  • Added colorPickerCancel event sending for cancel button

  • Added cpSliderDragStart/cpSliderDragEnd events sending

  • Fixed value in cpInputChange and cpSliderChange events

Bug fix release

05 Aug 18:50
Compare
Choose a tag to compare
  • Fixed hex6 input when alpha channel is enabled

Feature release

24 Jul 08:57
Compare
Choose a tag to compare
  • 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

24 Jul 07:20
Compare
Choose a tag to compare
  • 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

24 Jul 07:19
Compare
Choose a tag to compare
  • Fixed bug when using on push strategy

  • Fixed bug caused by the previous hue fix