Skip to content

1.4.0

Compare
Choose a tag to compare
@stanleyxu2005 stanleyxu2005 released this 02 Jan 01:21
· 18 commits to master since this release

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