shadcn-templ 2.0 beta. Switch to templUI v1
1.7k

August 2025 - v0.91.0

Release notes for v0.91.0.

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.

Released in v0.91.0.