# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Publishing workflow automation
- PUBLISHING.md guide

### Changed
- Refined button components with improved sizing, borders, and focus styles
- Updated buttons to use shared semantic colors
- Added button style override examples

## [0.1.0] - 2024-11-20

### Added
- Initial release with 15 SAIL components
- Button, ButtonArrayLayout, ButtonWidget
- CardLayout, ColumnLayout
- HeadingField, TextField, ParagraphField
- TagField, StampField
- CheckboxField, RadioButtonField, DropdownField
- ToggleField (Switch)
- ImageField
- MessageBanner
- ProgressBar
- Slider
- Avatar (New SAIL component)
- SAIL-exact parameter naming (UPPERCASE values)
- Tailwind CSS styling with Aurora color palette
- TypeScript support
- Radix UI primitives for accessibility
- Component examples and documentation

[Unreleased]: https://github.com/pglevy/sailwind/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/pglevy/sailwind/releases/tag/v0.1.0
