Skip to content

v1.1.0

Compare
Choose a tag to compare
@tmeyer2115 tmeyer2115 released this 15 Dec 14:30
· 125 commits to main since this release
65ae41d

Features

  • Default behavior of FilterSearch was changed to better support Locators and Doctor Finders. Additionally, a new onSelect prop was added to the Component. The searchOnSelect prop is now deprecated. (#323, #343, #333)
  • A new CSS bundle without the Tailwind resets is exported. (#322)
  • We've added a MapboxMap Component, powered by v2 of their JavaScript API. (#332)

Changes

  • Assorted updates to improve our GH Actions.
  • Styling of Facet Headers is now exposed in FilterGroupCssClasses. (#321)

Bug Fixes

  • Vulnerabilities were addressed for the repo and its test-site.
  • Fixed the Dropdown Component to invoke preventDefault only when it is active. (#307)
  • Corrected a small error in the generation of SSR Hydration IDs. (#315)