qodesmith / datepicker

Get a date with JavaScript! A datepicker with no dependencies.
344 stars 101 forks source link

V5 #60

Closed qodesmith closed 5 years ago

qodesmith commented 5 years ago

V5 - Daterange completeness, dynamic resizability!

Datepicker now handles daterange pairs completely. No more having to provide your own onChange function to each instance in the pair. Everything is handled under the hood. The other major change is that the calendar can be dynamically sized via the font-size property! The calendar is within a new container div which has the font-size property set on it. Change that with JavaScript and vóila! The calendar has a new size.

Here's a list of everything changed in this version: