Skip to content

Releases: icehaunter/vue3-datepicker

v0.4.0 - Fixed style injection

10 Jun 16:59
Compare
Choose a tag to compare
  • Fixes style injection broken but moving to Vite as a bundler
  • New way to inject styles breaks the .css file generation, so it's no longer present in the package

Details in #111 (comment)

v0.3.8 - `typeable` fix

04 Jun 15:53
Compare
Choose a tag to compare

Fixed inputFormat with typeable behaving weirdly when a dynamic-length format was used (e.g. yyyy-MM-d)

Full Changelog: v0.3.7...v0.3.8

v0.3.7 - Enhancements & events

04 Jun 14:38
Compare
Choose a tag to compare

What's Changed

  • feat: added page change events
  • fix: clearing the picker now resets the view as well
  • feat: added specific classes for each view popup
  • feat: added dayFormat prop
  • fix: dayPickerHeadingFormat was working incorrectly
  • docs: properly document "allow outside interval" prop
  • fix: made startingViewDate prop work & document it
  • feat: add initial date to open the picker (#106)
  • fix: correctly propagate the allowOutsideInterval prop

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6 - Bundling fixes

04 Jun 10:25
Compare
Choose a tag to compare

Fixed bundling to work with Node 18 (previous configuration didn't play well with GH action which led to a missed package publication)

Full Changelog: v0.3.5...v0.3.6

v0.3.5 - Bug fixes & features

10 Oct 23:09
Compare
Choose a tag to compare

What's Changed

  • Fixes datepicker labels in upper and lower limits example by @ondrabus in #82
  • Fixes day header format prop (thanks @akamah for doing #50) in afa7b08
  • Made sure that first shown date is within bounds (thanks @aperron for doing #67) in f71a722
  • Added a flag to allow clicking on dates outside of the current month (thanks @smoakey for doing #71) in afa7b08
  • Emit opened/closed events (thanks @Liumingxun for doing #98) in 99f3141
  • Added styling for the current date (thanks @zahmadz for doing #97) in e9731eb

Full Changelog: v0.3.4...v0.3.5

0.3.4 - Bug fixes

13 May 12:59
685774f
Compare
Choose a tag to compare
  • fix: update timepicker after manual entry (#92)

0.3.3 - Bug fixes

18 Apr 09:09
37d7d1c
Compare
Choose a tag to compare
  • Fix issue datepicker not changing date with time (#87)

0.3.2 - Bug fixes

19 Jan 14:29
9f21b00
Compare
Choose a tag to compare
  • Fixed automatic date formatting (#61)
  • Fixed timepicker scrolling (#78)

0.3.1 - Version update

07 Dec 15:02
c62066d
Compare
Choose a tag to compare
  • Updated package.json

0.3.0 - Timepicker

07 Dec 14:57
b59dc09
Compare
Choose a tag to compare
  • Added timepicker