Skip to content

Latest commit

 

History

History
123 lines (54 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

123 lines (54 loc) · 5.63 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.3 (2020-10-29)

Performance Improvements

  • REACTCHESSBOARD-37 add React.memo wrapper to Board component (#66) (9966f64)

2.0.2 (2020-10-27)

Bug Fixes

2.0.1 (2020-10-27)

Bug Fixes

  • REACTCHESSBOARD-30 update readme file (#63) (99ac72a)

2.0.0 (2020-10-27)

Features

  • REACTCHESSBOARD-36 replace PieceColor enum with union type "white" | "black" (#61) (0e414ef)

BREAKING CHANGES

  • PieceColor enum is a part of module's public API

1.6.0 (2020-10-27)

Features

  • rename main branch from develop to master in github actions and .releaserc files (#60) (931d5b1)

1.5.0 (2020-10-24)

Features

  • update github actions badges in readme file (#57) (1e668c1)

1.4.0 (2020-10-22)

Features

  • create helper function isValidMove and export it in public API (#56) (d74a5da)

1.3.1 (2020-09-13)

Bug Fixes

  • REACTCHESSBOARD-34 react-dnd warning: "Cannot have two HTML5 backends at the same time." (#55) (6252025)

1.3.0 (2020-09-06)

Features

  • add getValidMoves function to public API (#54) (5aea7bd)

1.2.0 (2020-09-06)

Features

  • add enums, types, interfaces to public API (8aff669)

1.1.1 (2020-09-06)

Bug Fixes

  • REACTCHESSBOARD-33 React Tranisition Group deprecation warning (#53) (a85b29a)

1.1.0 (2020-08-28)

Features

  • REACTCHESSBOARD-31 install postcss url plugin (#52) (0102305)

1.0.3 (2020-08-08)

Bug Fixes

1.0.2 (2020-08-08)

Bug Fixes

1.0.1 (2020-08-01)

Bug Fixes

1.0.0 (2020-08-01)

Features

  • REACTCHESSBOARD-28 install semantic release (#47) (75abd55)