v3.0.1
- 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.