Skip to content

Releases: dmuy/duDatepicker

v2.0.5

30 Apr 05:44
Compare
Choose a tag to compare

Minor Updates

  • added Vue 3 support: plugin
  • upgraded dev dependencies

duDatepicker v2.0.4

07 Oct 05:57
Compare
Choose a tag to compare

Fixes

  • Issue #40 ; replaced deprecated event handling script
  • Issue #41

Updates

  • Implemented swipe to next/previous month (discussion #43)
  • Added date range selection preview on hover
  • Minor code optimizations

duDatepicker v2.0.3

05 Jun 07:40
Compare
Choose a tag to compare

Fixes

  • Issue #38
  • Issue #39
  • Bug: next calendar rendering after selecting a month
  • Bug: year view error on multiple date picker

Updates

  • Added value checking (considers minDate, maxDate, minYear & maxYear)
  • Implemented #34

duDatepicker v2.0.2

02 Dec 03:28
Compare
Choose a tag to compare
  • Added configurations: priorYears, laterYears, minYear, maxYear
    See configuration wiki
  • Added built-in methods: setMinDate, setMaxDate, setMinYear, setMaxYear, setPriorYears, setLaterYears, setTheme, setDisabled, setDisabledDays
    See built-in methods wiki, Vue usage wiki
  • Added functionality to call multiple built-in methods (details)

duDatepicker v2.0.1

29 Aug 15:24
Compare
Choose a tag to compare
  • Added functionality to set the default configuration of the date picker - read more
  • Added multiple date selection - read more
  • i18n fixes
  • Bug fixes

duDatepicker v2.0.1-rc

02 Nov 07:52
Compare
Choose a tag to compare

Minor fix

  • Fixed issue #10

duDatepicker v2.0.0

02 Oct 03:02
d59be2f
Compare
Choose a tag to compare

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

duDatepicker v2.0.0-rc2

19 Sep 14:50
Compare
Choose a tag to compare

Updates

  • Added i18n configuration (Read more)
  • Added firstDay configuration which specifies the first day of the week. This also overrides the i18n.firstDay configuration.
  • Minor script improvements

duDatepicker v2.0.0-rc

17 Sep 14:56
Compare
Choose a tag to compare

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

duDatepicker v1.2.2-rc2

05 Sep 15:58
Compare
Choose a tag to compare

Updates

  • Added inline configuration - this will display the date picker as an inline popover (on the input) instead of a dialog
  • Added focus (upon showing) and keydown event on date picker wrapper (for closing); removed keydown event on document (for date picker closing)
  • Separated the month & year on calendar header (with separate click functions)
  • Bug fixed: clear button doesn't clear input value on fromTarget & toTarget