1.3.2 (2017-04-19)
- Removed deprecated
availableColors
. - Added .npmignore file to reduce size of package.
1.2.2 (2017-04-19)
- Removed default assignment of
availableColors
to avoid change in behaviour from previous revs.
1.2.1 (2017-04-19)
- Implemented change for #4 -
availableColors
has been deprecated fromIColorPickerConfiguration
, use as[availableColors]
on the component instead; this allows colors to be added and removed from the parent component. Will be removed entirely in next minor revision.
1.2.0 (2017-04-17)
- Fixed #5, #6 with a move to NG4 and upgrade to ngx-bootstrap
- Resolved issues with AoT compilation.
- This version now supports the current version of @angular and ngx-bootstrap
- I have reconfigured the dependencies to prevent breaking changes from working their way in in future.
- No major changes to codebase but should be upgraded to with care,
lib
directory has been renameddist
and will be removed entirely in the next minor revision to simplify SystemJS integration.
1.1.0 (2017-01-02)
- Fixed #2 with a move to the latest version of angular 2 and ng2-bootstrap
- This version now supports the latest version of angular 2 and ng2-bootstrap.
1.0.0 (2016-12-02)
- Refactored the picker component to make use of more syntactic sugar to help tidy up the code.
- Added documentation to README.md!
- Bumped to
1.0.0
as this library is now being used in production environments.
0.2.0 (2016-10-03)
- Added in onChange and onTouched calls to provide
ng-touched
andng-dirty
class notation.
- Renamed input
[picker-config]
to[pickerConfig]
to match best practices
- Added in bump commands.