This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
Releases: nazar-pc/PickMeUp
Releases · nazar-pc/PickMeUp
Few fixes
More stability
- Protect modification of internal date in
render
event callback. - Fix for
update
event onflat: true
instances.
One more fix
- Fix for bug when
min
andmax
were not specified and forced datepicker to stuck at 1970, fixes #49
Single fix
- Fix for bug when specified
max
date in the middle of the month caused inability to switch to that month
New features and bugfixes
- New parameter
$background-hover
added toscss
style file - Fix wrong class on selected months and years (
pmu-today
instead ofpmu-selected
) - New
default_date
option - Fix for
$background-hover
default color - Fix for resetting interval to 1 date with combination of
flat:false
andhide_on_select:true
Single mode check if options.date is array (take first element of array)
New features and bugfixes
- Fix for The month before min date should not display #32
- events namespacing
- touch support (
trigger_event
option defaults toclick touchstart
) destroy
method, fixes #30- current date highlighting in range mode
- new option
select_day
(alsoselect_month
no longer depends onselect_year
), fixes #29 - account min/max options in months and years views
- huge refactoring and fixes for various found small bugs
- Fix for pmu-{next || prev} clicktarget unreachable with icon, issue #33
Fix for broken date parsing in last version
2.4.3 Fix for broken date parsing in last version
More correct fix for NaN instead of dates and months names when wrong data placed in input field
2.4.2 More correct fix for NaN instead of dates and months names when wrong…