v0.7.x
v0.7.4 (March 18, 2023)
Bug fixes
- Unnecessary re-renders when using polymorphic
<As>
component.
v0.7.3 (March 17, 2023)
Bug fixes
v0.7.2 (March 08, 2023)
Bug fixes
v0.7.1 (March 08, 2023)
Breaking changes
Select
is non-modal by default.
New features
- Added non-modal support on
Select
. - New scroll-lock implementation.
Bug fixes
v0.7.0 (March 07, 2023)
Breaking changes
- New
Select
API, learn more here. - The
as
prop has been removed, learn more about the new polymorphic API here. Accordion.Content
is unmounted when collapsed by default.
New features
- Added
Polymorphic
andAs
components for rendering delegation (polymorphism).
Bug fixes