Releases: dmuy/duDatepicker
Releases · dmuy/duDatepicker
v2.0.5
duDatepicker v2.0.4
duDatepicker v2.0.3
duDatepicker v2.0.2
- 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
duDatepicker v2.0.1-rc
Minor fix
- Fixed issue #10
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
duDatepicker v2.0.0-rc2
Updates
- Added
i18n
configuration (Read more) - Added
firstDay
configuration which specifies the first day of the week. This also overrides thei18n.firstDay
configuration. - Minor script improvements
duDatepicker v2.0.0-rc
Major Update
- Removed jQuery dependency
- Converted into a js project using
node
androllup
; usedscss
for the styles (src
folder) - Added
events
configuration containing the following callback functions:dateChanged
,onRangeFormat
,ready
,shown
andhidden
- Renamed
rangeFormatter
toevents.onRangeFormat
- Renamed
duDatepicker v1.2.2-rc2
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); removedkeydown
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