v0.8.0
This release marks a huge milestone as this was one of the critical fields needed in any UI library β¨
π useCalendar
This new composable allows you to create custom calendar components with many features that your users expect available out of the box. Here are the higlights:
- β¨οΈ Comprehensive keyboard navigation and shortcuts support.
- π Support for multiple locales and calendar systems.
- β Validation with standard schemas.
- βΏοΈ First class a11y support.
- π Support for different views (days, months, years)
And more, check the π docs and examples.
π useDateTimeField
This new composable allows you to create a custom date time field to let users enter date and time values using date time segments. Here are the highlights:
- β¨οΈ Comprehensive keyboard navigation and shortcuts support.
- π€ Auto focus management and detection of whent he user is done entering a segment.
- π Support for multiple locales and calendar systems.
- β Validation with standard schemas.
- βΏοΈ First class a11y support.
And more, check the π docs and examples.
What's even cooler, you can combine both to build a date picker component that does both jobs!
π Changelog | π Documentation