Releases: stanleyxu2005/react-checkmark
Releases · stanleyxu2005/react-checkmark
2.1.1
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Update README.md by @johncookv in #15
New Contributors
- @johncookv made their first contribution in #15
Full Changelog: 2.0.0...2.1.0
2.0.0
1.4.0
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 usesize={192} | size={244}
.) - Updated example app
1.3.0
This release is considered as a pre-release.
- Fix propTypes warning (actually not working)
- Updated readme
1.2.0
This release is considered as a pre-release.
- Added webpack build
- Support change checkmark color with css variables
1.1.0
This release is considered as a pre-release.
- Added webpack build
- Added examples