Releases: matt-d-webb/react-chess
Releases · matt-d-webb/react-chess
Release list
v2.0.2
Full Changelog: v2.0.0...v2.0.2
v1.2.0
Added
- Notation and comment analysis
- Support for themes "blue" | "green" | "gray" | "brown"
v1.1.0
Added
- Tailwind CSS integration for styling customization
- Support for className prop on the Chessboard component
- Ability to style the container using Tailwind utility classes
- Modern styling props for MoveHistory and Navigation components
Changed
- Refactored components to use Tailwind CSS classes
- Updated Navigation component to use Lucide React icons
- Improved component architecture with better prop handling
- Moved from CSS-in-JS to utility classes
- Updated component interfaces to extend HTML attributes
Fixed
- Type conflicts between Chessground and HTML props
- Improved component ref type definitions
- Better handling of style customization
Development
- Updated test suite for new styling system
- Added proper TypeScript types for className props
- Improved documentation with Tailwind CSS examples
v1.0.2
Fix: source of css imports from chessground
v1.0.1
v1.0.1
New Features
- Added move history panel with clickable moves
- Added navigation controls (first, previous, next, last)
- Added PGN support for loading games
- Added position tracking and FEN synchronization
Documentation
- Updated README with new features and examples
- Added detailed props documentation