All notable changes to this project will be documented in this file.
[1.3.4] - 2019-03-30
- fixed bug #51
[1.3.2] - 2019-03-25
- New option:
dropdowns
[1.3.1] - 2019-03-22
- New option:
inline
(default isfalse
)
[1.3.0] - 2019-03-22
- Dropdown list months, years
[1.2.11] - 2019-02-13
- Improve sync values with fields
[1.2.10] - 2019-02-12
- fixed bug #36
[1.2.9] - 2019-01-15
- fixed bugs #28, #29, #30
[1.2.8] - 2018-12-18
- improved option
orientation
(checking available space on top when value isauto
)
[1.2.7] - 2018-12-10
- fix bug when used both options
repick
andminDays
(on repick dateminDays
was ignored)
[1.2.6] - 2018-11-08
- new option: orientation
- new option: disableWeekends
- fixed bug #23
[1.2.5] - 2018-09-06
- Improve pluralize. Now as function.
[1.2.4] - 2018-08-26
- Tooltip on disabled days.
[1.2.3] - 2018-08-24
- Removed extra
div
days in next month.
[1.2.2] - 2018-08-24
- new callback: onError
Calling when
disabledDatesInRange
is set tofalse
and user is select range includes disabled dates. - minor bug fixes
[1.2.0] - 2018-08-23
- new option: disabledDatesInRange
- new option: tooltipNights
[1.1.2] - 2018-08-22
- new option: footer
[1.1.1] - 2018-08-16
- fixed bug #15
[1.1.0] - 2018-07-20
- drop support IE
- now header (month name) is clickable for fast change month
[1.0.9] - 2018-07-19
- fixed bug #9
[1.0.8] - 2018-07-12
- new option
hideOnBodyClick
(by ninty9notout) - fixed bug #7
[1.0.6] - 2018-07-12
- Improves styling (by bartvandebiezen)
[1.0.5] - 2018-07-12
- new method
reloadOptions
(by Codetaal) - fixed bug #5
[1.0.4] - 2018-07-12
- Improves CSS (by bartvandebiezen)
[1.0.3] - 2018-07-09
- fixed bug #1: preventing pick a one-day-range when
minDays
option
[1.0.2] - 2018-06-20
- Added method
toString
[1.0.0] - 2018-06-20
- Constructor name to begin with a capital letter:
lightPick
toLightpick
[0.0.6] - 2018-06-20
- Added option
repick
[0.0.4] - 2018-06-18
- Added tooltip
- Option
buttons
moved tolocale
[0.0.2] - 2018-06-16
- Added polyfill (Object.assign)
- flexbox fallback for IE
- Update docs
[0.0.1] - 2018-06-15
- Published on Github