Skip to content

Releases: dalelotts/angular-bootstrap-datetimepicker

v4.0.2

17 Nov 18:32
Compare
Choose a tag to compare

4.0.2 (2019-11-17)

Bug Fixes

  • input-directive: non-date input did not set ng-valid after model is set to valid date (beb4308), closes #448

v4.0.1

17 Nov 17:25
Compare
Choose a tag to compare

4.0.1 (2019-11-17)

Bug Fixes

  • input-directive: input does not remove ng-invalid with valid model value (6193c38), closes #448

v4.0.0

12 Nov 20:43
Compare
Choose a tag to compare

4.0.0 (2019-11-12)

Features

  • add support for Angular 8 (ceb404a)

BREAKING CHANGES

  • the API for the @ViewChild annotation change in Angular 8 and this component uses
    the new syntax.

v3.1.0

08 Nov 02:34
Compare
Choose a tag to compare

3.1.0 (2019-11-08)

Features

  • add attributes to improve e2e testing (4f1abc2)

v3.0.2

05 Nov 22:15
Compare
Choose a tag to compare

3.0.2 (2019-11-05)

Bug Fixes

  • maximum call stack size exceeded (3ad8f1c), closes #440

v3.0.1

04 Nov 16:21
Compare
Choose a tag to compare

3.0.1 (2019-11-04)

Bug Fixes

  • fix maximum call stack size exceeded with ng build --prod (10f3703), closes #440

v3.0.0

22 Mar 18:21
Compare
Choose a tag to compare

3.0.0 (2019-03-22)

Bug Fixes

  • app: fix failing unit tests (26a3403)
  • date-time-picker: use event.key for keyboad navigation (9ea0a03)

Features

  • app: add configurator functionality to home page (e71233a)
  • dl-date-time-input: add date/time input directive (54ac829)
  • lib: update to angular 7 (5885e9a)

BREAKING CHANGES

  • dl-date-time-input: The DateAdapter interface and implementations have been moved the core module.
    You will need to update your import statements if you were making use of them.

v2.2.1

08 Apr 16:23
Compare
Choose a tag to compare

2.2.1 (2018-04-08)

Bug Fixes

  • aot: AOT build failing after adding string data support (a9f71a8), closes #429

v2.2.0

08 Apr 05:39
Compare
Choose a tag to compare

2.2.0 (2018-04-08)

Features

  • DlDateAdapterString: add support for string date in model (f645ffb), closes #412

v2.1.3

05 Apr 18:10
Compare
Choose a tag to compare

2.1.3 (2018-04-05)

Bug Fixes

  • package.json: remove unused dependency on npm (4a2b9dd)