Releases: divyanshu013/react-animated-weather
Releases · divyanshu013/react-animated-weather
Bug fix
This is a patch release with no breaking changes.
- Fixes Non animated icons do not resize #16
Thanks to @georgelioris
Migrate to hooks and get rid of deprecated lifecycles
This is a major bump due to dependence on minimum react v16.8.0.
Thanks to @georgelioris for the fix.
Perf fixes
This is marked as a major release since it could lead to breaking changes due to the way some code has been modified.
Changelog
Thanks to @ajhenry for the PR!
Update deps
- Update some stale dependencies
- Moves
react
,react-dom
andprop-types
to peerDependencies
Thanks to @timmo001 🤝
Works with Next.js now!
- Adds better support for differentiating server side and browser rendering
- Works with Next.js too (Thanks to @nyl-auster for bringing to my notice 🥂)
Dynamic update
What's new?
- Dynamically update icon when changing props (thanks to @KensoDev) 🎉
- Add storybook for easier testing