Releases: ripjar/material-datetime-picker
Releases · ripjar/material-datetime-picker
v2.4.0
Features
- Open the minute picker after selecting hours - #134 by @Gorzas
- Close the picker on pressing Escape or clicking outside - #136
Bugfixes
- Fix alignment of the selected time
- Render the selected date/time after closing and re-opening the picker. Original fix by @Luisetelo in #129.
v2.3.0
Features
- Add
picker#get
- #122
- Change Sass variables to allow user override - #126 by @danbovey
Bugfixes
- Fix
picker#set
where the date and time both change
- Round
picker#set
time to the nearest 5 minutes. Fixes #124.
- Default time is quantized in the same way as
picker#set
. Fixes #125.
Deprecated
v2.2.0
- Feature: click on date and time to switch between calendar and clock views. #121 by @CasperLaiTW
v2.0.3
- Bugfix: show calendar and clock icons in Firefox - #114
v2.0.2
- Bugfix: fire
change
and change:time
events when the selected time changes - bf5d620
- Bugfix: do not reset time to 00:00 when clicking on the selected date - bbdc188
v2.0.0
- Breaking: Updated the build process to use rollup instead of browserify. Change the path to compiled files. - #99
- Bugfix: Select the correct time when switching am/pm - #97
- Bugfix: Select the correct date when opening the picker - 5313258