Skip to content

v0.8.0

Compare
Choose a tag to compare
@logaretm logaretm released this 20 Feb 19:43
· 28 commits to main since this release

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