Skip to content

Releases: divyanshu013/react-animated-weather

Bug fix

05 Apr 09:08
4b337a7
Compare
Choose a tag to compare

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

31 Dec 15:45
92e03c7
Compare
Choose a tag to compare

This is a major bump due to dependence on minimum react v16.8.0.

Thanks to @georgelioris for the fix.

Perf fixes

12 Jul 19:35
19e6510
Compare
Choose a tag to compare

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

28 Oct 20:51
f235fcc
Compare
Choose a tag to compare
  • Update some stale dependencies
  • Moves react, react-dom and prop-types to peerDependencies

Thanks to @timmo001 🤝

Works with Next.js now!

26 Aug 18:23
Compare
Choose a tag to compare
  • 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

13 Aug 18:09
Compare
Choose a tag to compare

What's new?

  • Dynamically update icon when changing props (thanks to @KensoDev) 🎉
  • Add storybook for easier testing