- Chnage
datepicer.show()
to move the focus to the input field if it's not focused- Fix #52 — picker shown by calling show() doesn't hide by clicking outside
- Fix #51 - TypeError occurs when initial dates are set in the input filed in multidate mode
- Fix #48 — inline picker submits form by click on prev/next buttons
- Fix — date with the name of 30-day month is parsed incorrectly if the current date is the 31st
- Fix #46 — date range picker cannot be created when using datepicker-full.min.js
- Fix #45 - onClickOutside listener calls unfocus() when the input field is not focused
- Add
updateOnBlur
option (#13) - Add
showOnClick
option (#21)- Along with this, picker element's click handler is changed to keep the focus on input field after auto-hiding on date selection
- Add
pickLevel
option (#22, #23)- minView feature + comprehensive control on date picking level that works with edit on input field and
setDate()
call as well
- minView feature + comprehensive control on date picking level that works with edit on input field and
- Add optional
forceRender
argument torefresh()
API - Add
setDates()
API to DateRangePicker (#27) - Add support for package entry points
- Fix #33 — the view doesn't go back to the days view after changing the selection by other than mouse operation
- Change the edit mode so that it no longer discards unparsed changes when exiting
- Add shift + arrow key to the key patterns to enter the edit mode
- Make range highlight between range-start and -end available on all views as well as the days view
- Revise the cross reference between DateRangePicker and Datepicker instances to make it securely usable in custom event handler, etc.
- Improve readability of selected date in previous/next month area in the calendar
- Fix #24 — change event was fired inappropriately through setDate() API call
- Fix #11, #17, #19 — calendar wasn't redrawn properly in some conditions
- Fix #3 — keyboard showed up by clicking on a calendar element when disableTouchKeyboard = true
- Add stylesheet for Foundation
- Add support for importing js by package name (For rollup, webpack)
First release