ngx-color

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

MIT License

Downloads
199.9K
Stars
435
Committers
13

Bot releases are hidden (Show)

ngx-color - v2.0.5

Published by scttcper about 6 years ago

2.0.5 (2018-10-19)

Bug Fixes

  • use angular 7, silence install warning (715f38a)
ngx-color - v2.0.4

Published by scttcper about 6 years ago

2.0.4 (2018-09-05)

Bug Fixes

ngx-color - v2.0.3

Published by scttcper about 6 years ago

2.0.3 (2018-08-05)

Bug Fixes

  • upgrade typescript 2.9, angular 6.1 (efe3334)
ngx-color - v2.0.2

Published by scttcper over 6 years ago

2.0.2 (2018-06-19)

Bug Fixes

ngx-color - v2.0.1

Published by scttcper over 6 years ago

2.0.1 (2018-06-07)

Bug Fixes

  • center color picker circle under mouse pointer (b4b94cf)
ngx-color - v2.0.0

Published by scttcper over 6 years ago

2.0.0 (2018-06-06)

Features

  • add coordinates directive to handle x & y coordinates (#133) (f4a328b)

BREAKING CHANGES

  • all mouse listeners now use angular hostlisteners
ngx-color - v1.5.2

Published by scttcper over 6 years ago

1.5.2 (2018-06-04)

Bug Fixes

  • upgrade material-colors, import as module for tree shaking (d7ae76f)
ngx-color - v1.5.1

Published by scttcper over 6 years ago

1.5.1 (2018-05-28)

Bug Fixes

  • use a subject instead of an eventemitter (14a4e7f)
ngx-color - v1.5.0

Published by scttcper over 6 years ago

1.5.0 (2018-05-28)

Features

  • saturation picker: use hostlisteners to track mouse and touch movement on saturation (#120) (13ca7be)

Also fixes a minor cosmetic problem with the chrome picker on lighter colors

before

after

ngx-color - v1.4.1

Published by scttcper over 6 years ago

1.4.1 (2018-05-27)

Bug Fixes

  • swatches border radius on first and last, border on white swatch (fa8ed5c)

Before

After

ngx-color - v1.4.0

Published by scttcper over 6 years ago

1.4.0 (2018-05-17)

Bug Fixes

  • #108 remove extra swatch class in circle picker (68a2a1b)
  • peer dependency for angular 6 (7d85dc2)

Features

ngx-color -

Published by scttcper over 6 years ago

type fixes
bug fix for the circle color picker not showing a color after being selected

ngx-color -

Published by scttcper over 6 years ago

requires rxjs > 6
see migration notes: https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md

ngx-color -

Published by scttcper over 6 years ago

ngStyle names are camel case instead of matching normal css
move helpers inside the core package

ngx-color -

Published by scttcper almost 7 years ago

Breaking:
new release process that moved some files around. Probably should be any issues.

Changes:
reduce unused code

ngx-color -

Published by scttcper almost 7 years ago

v1.0 release! 🎉
Docs now in readme.
onChange and onChangeComplete emit interface ColorEvent.
overall component cleanup and testing