Skip to content

duDatepicker v2.0.0-rc

Compare
Choose a tag to compare
@dmuy dmuy released this 17 Sep 14:56
· 37 commits to master since this release

Major Update

  • Removed jQuery dependency
  • Converted into a js project using node and rollup; used scss for the styles (src folder)
  • Added events configuration containing the following callback functions: dateChanged, onRangeFormat, ready, shown and hidden
    • Renamed rangeFormatter to events.onRangeFormat