Skip to content

v21.0.0

Compare
Choose a tag to compare
@gnapse gnapse released this 16 May 21:02
· 53 commits to main since this release
  • [BREAKING] TextField's startIcon property is now renamed startSlot.
  • [Feat] New startSlot and endSlot props on the TextField component. These support rendering not only icons, but buttons too.
  • [Fix] TextField's startSlot is now properly aligned when using variant="bordered".
  • [Fix] TextField is now properly focused when clicking anywhere inside its bordered area.
  • [Tweak] PasswordField's toggle visibility button is now implemented by using the TextField's endSlot feature.