Skip to content

v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 10:45
· 154 commits to refs/heads/main since this release
f9dc56e

What’s Changed

💥 Breaking changes

Migration guide

New versions of input components have been added.

  • NumberInput has been renamed to BaseNumberInput.
  • New NumberInput, TextInput and SelectInput 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 and BaseSelect components have been added, which include only the graphical part of the previous components, allowing the user to manually control the input functionality (similarly to BaseNumberInput).

🐞 Bug fixes

  • Bugfix: TextField discards type other than "text" or "password" (#815) @gabro

🔧 Dependency updates