Skip to content
Compare
Choose a tag to compare
@oddvernes oddvernes released this 14 Aug 11:59
· 23 commits to develop since this release
1d71e1a

[0.41.0] - 2024-08-14

Fixed

  • πŸ› DateRangePicker: Added missing {...props} spread that prevented attaching eventlisteners etc to this component by @oddvernes in #3584
  • πŸ› Autocomplete: fixed an edge case where it would crash when all items in filter are disabled by @mhwaage in #3565
  • πŸ› Autocomplete: fixed a bug where it was unclickable inside Menu by @oddvernes in #3583
  • 🩹 Tabs: Fix firefox error message caused by invalid value for scrollbar-width by @benjamin-lyon in #3578
  • ♿️ Menu: added missing role="group" to Menu.Section by @oddvernes in #3583

Changed

New Contributors