Releases: axzilla/goilerplate
Releases · axzilla/goilerplate
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/goilerplate@v0.22.0
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.
v0.21.1
v0.21.0
Goilerplate v0.21.0
Changes
Library:
- Feature: Add toggle component
- Fix: Make checkbox work again, use conditional JS/Alpine.js strings and remove Go bools on checked and disabled states
Docs:
- Improve: Add radio buttons to theme preview
- Improve: Add toggle to theme preview
- Improve: Link input.css as reference
- Fix: Correct the placement for the icon label showcase
- Change: Remove all related Product Hunt badges across the project
For all other recent changes, see the commit history.
Upgrade
go get github.com/axzilla/goilerplate@v0.21.0
go mod tidy
v0.20.8
Goilerplate v0.20.8
Changes
Library Updates:
- Feature: Add radio group component
- Fix: Checked/disabled checkboxes are now shown correctly
Documentation Updates:
- Fix: Remove unnecessary checkbox showcase example
- Fix: Include js/* into Assets embed to use use it for the theme docs
For all other recent changes, see the commit history.
Upgrade
go get github.com/axzilla/goilerplate@v0.20.8
go mod tidy
v0.20.7
Goilerplate v0.20.7
Changes
Library Updates:
- Fix: Improve Datepicker smooth positioning
- Fix: Resolve Checkbox check icon always visible issue
Documentation Updates:
- Feature: Add themes section to docs
- Change: Create a great theme preview
- Fix: Correct typos and URL name issues
- Improvement: Cleaner UI on getting started sections
For all other recent changes, see the commit history.
Upgrade
go get github.com/axzilla/goilerplate@v0.20.7
go mod tidy
v0.20.6
v0.20.5
v0.20.4
v0.20.3
Goilerplate v0.20.3
Changes
Patch release to fix package content discrepancy.
- Corrected package content to match the latest changes
Library Updates:
- Added dropdown menu component
- Improved icon implementation and documentation
- Added link to Lucide in documentation
- Implemented icon names as constants for autocomplete
- Optimized icon storage for more efficient resource usage
For all other recent changes, see the commit history.
Upgrade
go get github.com/axzilla/goilerplate@v0.20.3
go mod tidy
v0.20.2
Goilerplate v0.20.2
Changes
Library Updates:
- Added dropdown menu component
- Improved icon implementation and documentation
- Added link to Lucide in documentation
- Implemented icon names as constants for autocomplete
- Optimized icon storage for more efficient resource usage
For all other recent changes, see the commit history.
Upgrade
go get github.com/axzilla/goilerplate@v0.20.2
go mod tidy