Skip to content

v3.15.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 11 Jan 23:11
· 2789 commits to master since this release

Added

  • Add support for flow annotations to prop-types (#382 @phpnode)

Fixed

  • Fix prop-types crash when initializing class variable with an empty object (#383)
  • Fix prop-types crash when propTypes are using the spread operator (#389)

Changed