August 2025 - v0.91.0
Release notes for v0.91.0.
Added
- Form attribute support: Added
formattribute to all form-enabled components (Button, Checkbox, Input, InputOTP, Radio, Textarea, TagsInput, Rating, DatePicker, TimePicker, SelectBox, Switch) — thanks @glsubri 🎉 - Switch (formerly Toggle): Renamed
Toggle→Switchfor semantic clarity and closer alignment with shadcn/ui. Restyled smaller & cleaner.
Changed
- General cleanup & simplifications across form showcases.
- Multiple
go fmtformatting 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.
Released in v0.91.0.