Breaking changes
- Dropped Detect.js (NO LONGER MAINTAINED) in favour of Bowser
- added skipHide to pickers to allow multiple dialogs opening (pickers inside dialog): without skipHide only one open dialog is allowed, making pickers close his container dialog.
updated angular version to 1.5.8 and angular-material to 1.1.1
- [mdpTimePicker] Fixed error in converting time with useUtc = false
- [mdpTimePicker] Autoswitch only if in hours view (real Android behaviour)
- Added useUtc and utcOffset options to time picker
- Optimizations on date picker
- fixed mobile picker switcher
- added year's select btn in calendar view (now you can switch to year-select's view by clicking on month-year label)
- timepicker has been upgraded to the master project's (alenaksu/mdPickers) actual version
- Added support for utc dates and utcOffset
- Added support for default mobile date/time picker
- Removed cast of selected date to its minimum time: startOf("day")
Updated dependecies versions to latest.
- Fixed check on maxdate
- Ignored time in dates comparing; minor fix
Updated dependecies versions to latest.
- Added capability for readonly input
Updated dependecies versions to latest.
- Swipe capabilities
- Button 'TODAY'
- Support for min and max date
- Improved alignment of days' container
- Button 'NOW'
- Directive mdpTimePicker for input[type=time]
All dependencies have been updated to their latest version
- Service
$mdDatePicker
is changed to$mdpDatePicker
- Directive
mdDatePicker
is changed tomdpDatePicker
- Time picker
- Dynamic year selector on date picker
- Animations
- Minor improvements
- Renamed classes names to avoid collisions with official date picker
- Changed angular repository in bower config
- Added config provider for $mdDatePicker. Now is possible to set the labels of the dialog buttons with $mdDatePickerProvider.setOKButtonLabel(...) and $mdDatePickerProvider.setCancelButtonLabel(...)
- Minor improvements
- Bower support
Repository name is changed to mdPickers
. The goal is to have a both date and time pickers in the same module.
- Date picker dialog