Skip to content

2.1.0

Compare
Choose a tag to compare
@icd2k3 icd2k3 released this 17 Feb 16:15
· 21 commits to master since this release
303d23b

Note: tagging this as a minor release because you might have to update snapshots while running your tests if you're using .oneOf in places...

  • Fixes enum propType (aka oneOf) which was injecting the string quotes into the component. For example type: PropTypes.oneOf('News', 'Photos') would inject 'News' into the snapshot instead of the desired News
  • Better warning logging (the old warning messages didn't reflect recent changes to the package)
  • Fresh dependencies and linter fixes