Skip to content

Releases: donatj/DatePicker

Positioning Bonanza Redux

08 Jun 20:42
6af2195
Compare
Choose a tag to compare

Fix a problem with the new positioning code in certain page scroll scenarios.

Positioning Bonanza

26 May 23:05
e7bac84
Compare
Choose a tag to compare
  • Modernizes positioning logic
  • Reposition on scroll
  • Adds configurable parent node
  • Now shows/hides by adding/removing from DOM instead of css hidden.

UTC Date Handling

06 Aug 17:13
d22e4f2
Compare
Choose a tag to compare

Adds a boolean option pickerDateUTC defining whether to parse given dates as UTC or local. Defaults to true.

Basic Localization

08 May 16:24
a9dd574
Compare
Choose a tag to compare

Automatically localizes month and day names based on the HTML tags language attribute.

Undo Default Export

07 May 20:23
9231eae
Compare
Choose a tag to compare

This was broken. More time will be invested into this in the future.

Default Export

07 May 19:41
a20f8ac
Compare
Choose a tag to compare

Sets a default export for better TypeScript definition usage support

Adds setMinDate, setMaxDate and setOnPick methods

28 Jul 18:05
Compare
Choose a tag to compare
v0.2.0

Adds setMinDate,setMaxDate,setOnPick

Fix Input Overlap Bug

31 Jan 17:39
Compare
Choose a tag to compare

There existed a bug where when an input was on the very bottom of the page the picker could end up overlapping the input itself.

Fix Positioning Bug

17 Jan 22:48
Compare
Choose a tag to compare

When the field being populated was off the bottom of the page the datepicker could sometimes show up in the wrong position.

Better Positioning

16 Nov 21:11
Compare
Choose a tag to compare

Will now automatically move above the input if it falls off the bottom of the page.