Skip to content

Releases: FrancescoBorzi/ngx-duration-picker

3.3.1

30 Jun 15:56
1201fef
Compare
Choose a tag to compare

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

3.2.0

18 Aug 19:12
Compare
Choose a tag to compare

3.1.0

09 May 12:57
Compare
Choose a tag to compare
  • Feature: optionally add a custom format to display the duration preview (#12) - by @superdyzio

3.0.3

02 Apr 12:48
Compare
Choose a tag to compare
  • Fix chevrons not showing cursor pointer in latest Bootstrap
  • Updated project dependencies

3.0.2

27 Nov 15:57
c0d7c5e
Compare
Choose a tag to compare
Update README.md

3.0.0

30 Sep 16:01
60da9f9
Compare
Choose a tag to compare
  • Added support for Bootstrap 4

2.0.0

30 Sep 16:01
Compare
Choose a tag to compare
  • Removed dependency to rxjs-compat
  • Updated dependencies
  • Renamed selector to <ngx-duration-picker>

1.4.1

19 Jun 11:13
Compare
Choose a tag to compare

Updated sources to use Angular 6

1.4.0

28 May 11:35
Compare
Choose a tag to compare
  • Support negative durations (optional feature, disabled by default) #5 by DerHahne

many thanks to DerHahne for the implementation, and toirl for suggesting it.

1.3.0

17 Apr 21:26
Compare
Choose a tag to compare
  • Allow to [disable] the component
  • Implemented interface ControlValueAccessor to make possible to use the component as a form control