Skip to content

Releases: Gillardo/bootstrap-ui-datetime-picker

1.2.2

14 Sep 09:25
Compare
Choose a tag to compare

Fixed #47
Updated example/demo files

1.2.1

26 Aug 14:29
Compare
Choose a tag to compare
calling keydown function instead of inputKeydownBind

1.2.0: Angular-UI 0.13.1 Updates

26 Aug 11:46
Compare
Choose a tag to compare
Breaking changes from anuglar-ui, including parse an invalid date. major
performance increase wth introduction of ngIf on datepicker and
timepicker. separated templates for datepicker and timepicker, so less
ngIf on buttons, and no need for ngClass. Added html5 code for pickers.
Added MIT License

1.1.7: showDate on open fix

22 Aug 09:20
Compare
Choose a tag to compare
Had to remove ng-if for the moment, as effecting open view.  going to
work on datetimepicker and release v1.2 with more changes from
angular-ui

1.1.6: Issues with datePicker

19 Aug 08:24
Compare
Choose a tag to compare
Fixes applied include:
1. ng-if wrapped around datePicker to restrict the number of watches
being generated, until the pick is open.
2. on scope destroy, tidy up by closing dropdown if open.  Also execute
unwatch function on isOpen watch.
3. stop event bubbling when picker changes view.

1.1.5: Fixed #29, #32, #34

17 Jul 09:45
Compare
Choose a tag to compare
#29 - fixed issue of not being able to type in the timepicker inputs.
#32 - Applied dropdownStyle which does not add the top position when
append-to-body is not being used. This allows users to use the .dropup
bootstrap class.
#34 - Datepicker allowed different view modes, but threw an error, so
fixed this

1.1.4

09 Jul 15:12
Compare
Choose a tag to compare
Released v1.1.4

1.1.3

08 Jul 12:45
Compare
Choose a tag to compare
Reverting change for Issue #24

1.1.2

07 Jul 15:25
Compare
Choose a tag to compare

Fixed issue #27

1.1.1

07 Jul 15:12
Compare
Choose a tag to compare

Changes to css and bug fix for issue #25