Releases: FrancescoBorzi/ngx-duration-picker
Releases · FrancescoBorzi/ngx-duration-picker
3.3.1
New features:
- Updated to latest Angular and fixed Ivy compatibility issue
- feat: customisable step increments ( thanks @superdyzio )
- feat: showNegative reflected in customOutput ( thanks @superdyzio )
- feat: configurable labels ( thanks @superdyzio )
Miscellaneous
- New demo website: https://francescoborzi.github.io/ngx-duration-picker/index.html
- Migrated all e2e Protractor tests to Angular integration tests
3.2.0
- Feature custom output format feature (#46) - by @superdyzio
3.1.0
- Feature: optionally add a custom format to display the duration preview (#12) - by @superdyzio
3.0.3
- Fix chevrons not showing cursor pointer in latest Bootstrap
- Updated project dependencies
3.0.2
Update README.md
3.0.0
- Added support for Bootstrap 4
2.0.0
- Removed dependency to rxjs-compat
- Updated dependencies
- Renamed selector to
<ngx-duration-picker>
1.4.1
Updated sources to use Angular 6
1.4.0
1.3.0
- Allow to
[disable]
the component - Implemented interface
ControlValueAccessor
to make possible to use the component as a form control