Releases: Gillardo/bootstrap-ui-datetime-picker
Releases · Gillardo/bootstrap-ui-datetime-picker
1.2.2
1.2.1
1.2.0: Angular-UI 0.13.1 Updates
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
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
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
#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