v0.22.0
github-actions
released this
30 Nov 10:45
·
260 commits
to refs/heads/main
since this release
What’s Changed
💥 Breaking changes
- Add text and select input (#814) @federico-ercoles
Migration guide
New versions of input components have been added.
NumberInput
has been renamed toBaseNumberInput
.- New
NumberInput
,TextInput
andSelectInput
components have been added, providing the same functionality as the*Field
component, but without automatically having a label or support for error and descriptive messages. - New
BaseTextInput
andBaseSelect
components have been added, which include only the graphical part of the previous components, allowing the user to manually control the input functionality (similarly toBaseNumberInput
).
🐞 Bug fixes
🔧 Dependency updates
- Update dependency @fontsource/lexend to v5.0.17 (#806) @renovate-bot