Skip to content

Releases: stanleyxu2005/react-checkmark

2.1.1

21 Aug 15:53
Compare
Choose a tag to compare

Full Changelog: 2.1.0...2.1.1

2.1.0

18 Aug 16:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

19 Nov 13:06
Compare
Choose a tag to compare
  • Breaking change: Set minimal React version to v17 #10
  • Fix propTypes warning #4
  • Update examples

1.4.0

02 Jan 01:21
Compare
Choose a tag to compare

Release Note

  • As many users reported, the property size seems not to accept numeric value. This new version will force to take string value. Possible values must be either pre-defined size string e.g. small | large | xxSmall | xxLarge, or numberic string e.g. 192px | 244px. (If you are not bothering to see React proptypes warning, you might still able to use size={192} | size={244}.)
  • Updated example app

1.3.0

19 Nov 13:07
Compare
Choose a tag to compare

This release is considered as a pre-release.

  • Fix propTypes warning (actually not working)
  • Updated readme

1.2.0

19 Nov 13:08
Compare
Choose a tag to compare

This release is considered as a pre-release.

  • Added webpack build
  • Support change checkmark color with css variables

1.1.0

19 Nov 13:09
Compare
Choose a tag to compare

This release is considered as a pre-release.

  • Added webpack build
  • Added examples