Skip to content

Releases: matt-d-webb/react-chess

v2.0.2

Choose a tag to compare

@matt-d-webb matt-d-webb released this 23 Mar 17:51

Full Changelog: v2.0.0...v2.0.2

v1.2.0

Choose a tag to compare

@matt-d-webb matt-d-webb released this 04 Mar 08:28

Added

  • Notation and comment analysis
  • Support for themes "blue" | "green" | "gray" | "brown"

v1.1.0

Choose a tag to compare

@matt-d-webb matt-d-webb released this 04 Feb 06:23

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

Choose a tag to compare

@matt-d-webb matt-d-webb released this 01 Feb 18:18

Fix: source of css imports from chessground

v1.0.1

Choose a tag to compare

@matt-d-webb matt-d-webb released this 31 Jan 09:52

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