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
Selectis 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
SelectAPI, learn more here. - The
asprop has been removed, learn more about the new polymorphic API here. Accordion.Contentis unmounted when collapsed by default.
New features
- Added
PolymorphicandAscomponents for rendering delegation (polymorphism).
Bug fixes