Releases: preachjs/datepicker
v0.0.1
Initial Release Note
Announcing v0.0.1 of a date and rangepicker component for Preact. It's traditionally unstyled (meaning you style it with css classes) and built to be tiny and concise.
The first few version will just come with the base Calendar component that you can use to build actual input triggered Datepickers.
This is done to start off the preact ecosystem with something more tangible than just prose on some blog.
Changelog
Fixes
6929fe8 fix: range selection for webkit browsers
2858511 fix: safari keyboard support
0cfe62f fix: remanants of the highlight when mode switches
6af9b63 fix: change default to narrow
35e658a fix: highlighting styles
566fd70 fix: scripts for testing
ea7ea63 fix: implement reactive hovers
f550fc2 fix: remove e2e config
Feat
8fc5750 feat: basic range selection
Docs
3fcf168 docs: update readme
dfda418 docs(example): add range selection to demo