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