import { Meta } from '@storybook/blocks';

<Meta title="Actions/Button/Changelog" />

All notable changes to the button component 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

- add text property for attribute-based text content (abbe241c) (2025-12-20)
- Enhanced component functionality and features (2026-02-20)
### Fixed

- Fixed component behavior and resolved issues (2025-12-10)
### Changed

- Updated component implementation (2025-12-07)
- Removed custom CSS in favor of pure USWDS styling (2025-12-07)
- Eliminated component-specific SCSS files for better compliance (2025-12-07)
- Updated component documentation and usage guidelines (2025-12-07)
- Updated component documentation and usage guidelines (2025-12-10)
- Updated component documentation and usage guidelines (2026-02-20)
- Updated component implementation (2026-02-20)
## [1.0.0] - 2025-10-18

### Added

- Initial release of button component
- Full USWDS compliance and styling
- Comprehensive test coverage
- Storybook documentation
- Accessibility features (WCAG 2.1 AA compliant)
