Skip to content

duDatepicker v2.0.0

Compare
Choose a tag to compare
@dmuy dmuy released this 02 Oct 03:02
· 27 commits to master since this release
d59be2f

Major Update

  • Removed jQuery dependency
  • Converted into a js project using node and rollup; used scss for the styles - src

Updates

  • Renamed rangeFormatter to events.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 and btnClear
  • 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