Current section
Files
Jump to
Current section
Files
select_buddy
CHANGELOG.md
CHANGELOG.md
# 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]
## [0.1.0] - 2025-09-07
### Added
- Initial release of SelectBuddy
- LiveSelect component with type-ahead functionality
- Single and multi-select modes
- Keyboard navigation support
- Customizable styling with CSS classes
- Search debouncing
- LiveView behavior module for easy integration
- JavaScript hooks for client-side interactions
- Comprehensive documentation and examples
- Accessibility features (ARIA attributes)
- Dark mode support
- Mobile-responsive design
### Features
- **Core Components**:
- `SelectBuddy.Components.LiveSelect` - Main component
- `SelectBuddy.LiveView` - Behavior module for easy integration
- **Client-side Assets**:
- JavaScript hooks for keyboard navigation and search
- CSS styles with dark mode and responsive design
- **Developer Experience**:
- Comprehensive documentation
- Example LiveView for testing
- Flexible API supporting multiple option formats
- Easy customization through CSS classes
[Unreleased]: https://github.com/SangRJ/select_buddy/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/SangRJ/select_buddy/releases/tag/v0.1.0