v0.22.0
Goilerplate v0.22.0
Changes
- feat: Add new Textarea and Slider components
- change: Simplify and improve base layout wrapper for better theme switching readability
- change: Enhance form components (Toggle, Checkbox, RadioGroup, Input, Datepicker, Select) with:
- Better Alpine.js x-model attribute support
- More native HTML/Tailwind implementation
- Improved accessibility
- Simplified UI structure
- change: Standardize component documentation style across library for better readability
- change: Remove unnecessary Cheatsheet.md file
- improve: Clean up codebase by removing unused code and redundant comments
For all other recent changes, see the commit history.
Upgrade
go get github.com/axzilla/[email protected]
go mod tidy
Note: This release focuses on improving component consistency, accessibility and Alpine.js integration while simplifying the overall codebase structure. All form components now work seamlessly with Alpine.js x-model attribute for better state management.