Skip to content

v0.1.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@joshwcomeau joshwcomeau released this 02 Feb 02:09
· 312 commits to master since this release

Support string numbers for propTypes

PropTypes only took a number for staggerDurationBy, but it feels weird to specify a number for a prop. Better to accept numbers or strings, and do the conversion within (which is done by multiplying the number).