Skip to content

v0.22.0

Choose a tag to compare

@axadrn axadrn released this 22 Nov 08:55

Added

  • Add new Textarea and Slider components
  • Better Alpine.js x-model attribute support

Changed

  • change: Simplify and improve base layout wrapper for better theme switching readability
  • change: Enhance form components (Toggle, Checkbox, RadioGroup, Input, Datepicker, Select) with:
  • More native HTML/Tailwind implementation
  • Improved accessibility
  • Simplified UI structure
  • change: Standardize component documentation style across library for better readability
  • improve: Clean up codebase by removing unused code and redundant comments
  • For all other recent changes, see the commit history.
  • 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.

Removed

  • change: Remove unnecessary Cheatsheet.md file