Skip to content

v3.0.1

Choose a tag to compare

@natec8 natec8 released this 24 Apr 18:12
· 18 commits to master since this release
09c66ad
  • Fix issues with moment range prop validation
  • Fix issue with new lifecycle method getDerivedStateFromProps

Notes from v3.0.0 release, which was broken:

  • Upgrades React and react-dom to v16.3.2 which is currently the latest
    version.
  • Updates the DateRangeInput component to use getDerivedStateFromProps
    which was made available in React v16.3.0
  • Updates other package dependencies do use the latest versions.

NOTE: react-dates was not upgraded because v13 and above use react-with-styles
instead of stylesheets, which will require more work to upgrade.