Releases: icehaunter/vue3-datepicker
Releases · icehaunter/vue3-datepicker
v0.4.0 - Fixed style injection
- 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
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
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
- @soeurngsar made their first contribution in #105
- @andreyts made their first contribution in #106
- @nerijusgaidjurgis made their first contribution in #108
Full Changelog: v0.3.6...v0.3.7
v0.3.6 - Bundling fixes
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
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
- fix: update timepicker after manual entry (#92)
0.3.3 - Bug fixes
- Fix issue datepicker not changing date with time (#87)
0.3.2 - Bug fixes
0.3.1 - Version update
- Updated
package.json
0.3.0 - Timepicker
- Added
timepicker