willb335 / chessboardjsx

:black_square_button: Chessboard built for React
https://chessboardjsx.com
MIT License
267 stars 79 forks source link

feat(chessboard): add data attributes for board and squares #37

Closed nilsga closed 5 years ago

nilsga commented 5 years ago

Add data attributes for board and squares for easier selection and styling. Useful for adding certain styles or annotations to squares based on moves, for instance from an analysis engine.

codecov-io commented 5 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff           @@
##           master     #37   +/-   ##
======================================
  Coverage    62.4%   62.4%           
======================================
  Files          10      10           
  Lines         274     274           
  Branches       63      63           
======================================
  Hits          171     171           
  Misses         81      81           
  Partials       22      22
willb335 commented 5 years ago

Thanks! looks good

willb335 commented 5 years ago

:tada: This PR is included in version 2.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: