datepicker

Headless Datepicker(s) for preact

MIT License

Stars
4
Committers
2

Bot releases are hidden (Show)

datepicker - v0.0.1 Latest Release

Published by barelyhuman 7 months ago

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

6929fe8f14d92413110e879c86387c9f1696f3ac fix: range selection for webkit browsers

2858511a34f2423baf0547bbb937afab3938c25f fix: safari keyboard support

0cfe62fc66d4d78dd344cfde524df23dd95d9ea2 fix: remanants of the highlight when mode switches

6af9b634e9c65fc12a0229637d26fc1a2a6e9673 fix: change default to narrow

35e658ac62b7db464fc90fab810f12c5b916727a fix: highlighting styles

566fd709b505620a1f152fb8f32b7e2ac89dca9b fix: scripts for testing

ea7ea631ce364baf63eb8a6c3bb3c998cb22afb5 fix: implement reactive hovers

f550fc24756de7746e6fcc7a12473a0f574e32fb fix: remove e2e config

Feat

8fc5750a1db5079b08a258c7fda0e98ba24a6cda feat: basic range selection

Docs

3fcf1681e8eb2fb1ed37415fa8eddbfe8eb079f8 docs: update readme
dfda41885b7959ab446bc2edccdd9af789481d26 docs(example): add range selection to demo