duDatepicker v2.0.0
Major Update
- Removed jQuery dependency
- Converted into a js project using node and rollup; used scss for the styles - src
Updates
- Renamed
rangeFormatter
toevents.onRangeFormat
- Added internationalization:
i18n
&firstDay
configurations - Added
root
configuration which determines where the date picker DOM will be added - Added French preset texts for
btnCancel
andbtnClear
- Added plugin script for Vue
- Updated README file and moved documentation to Wiki
Fixes
- Fixed input readOnly (which was not working after converting)
Above are updates since v1.2.2-rc2