Skip to content

v0.91.0

Choose a tag to compare

@axadrn axadrn released this 20 Aug 11:27

Added

  • Form attribute support: Added form attribute to all form-enabled components (Button, Checkbox, Input, InputOTP, Radio, Textarea, TagsInput, Rating, DatePicker, TimePicker, SelectBox, Switch) — thanks @glsubri 🎉
  • Switch (formerly Toggle): Renamed ToggleSwitch for semantic clarity and closer alignment with shadcn/ui. Restyled smaller & cleaner.

Changed

  • General cleanup & simplifications across form showcases.
  • Multiple go fmt formatting passes on form components.

Removed

  • Checkbox Card & Radio Card: Removed redundant components → use Checkbox/Radio directly. Showcases simplified and made more readable.

Fixed

  • Tags Input: Props are now optional (consistent with other form components).
  • Switch/Checkbox submission: Fixed behavior for form submission values.