This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
Releases: fengyuanchen/datepicker
Releases · fengyuanchen/datepicker
v0.5.3
- Highlight the current year and month.
- Highlight the picked year and month.
v0.5.2
- Fixed year and month picking issue.
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.3.0
- Change the default value of
zIndex
option from1
to1000
- Simplify JavaScript code
- Optimize CSS code styles
v0.2.2
v0.2.1
v0.2.0
- Supports custom events
- Supports to set start view date and end view date
- Improved i18n (internationalization)
- Improved placement of the datepicker
- Improved template
Options
- Added 10 options:
autoshow
,autopick
,offset
,language
,startDate
,endDate
,mutedClass
,show
,hide
,pick
- Renamed
autoclose
toautohide
- Renamed
dateFormat
toformat
- Renamed
viewStart
tostartView
- Renamed
showMonthAfterYear
toyearFirst
- Renamed
selectedClass
topickedClass
- Renamed
isDisabled
tofilter
Methods
- Added 11 methods:
pick
,reset
,getMonthName
,getDayName
,getDate
,setDate
,setStartDate
,setEndDate
,parseDate
,formatDate
,destroy
- Removed 2 methods:
enable
,disable
Events
- Added 3 events:
show.datepicker
,hide.datepicker
,pick.datepicker