Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@luqmanoop luqmanoop released this 17 Oct 12:14
· 3 commits to master since this release

Breaking Change

  • Thanos is now a named export
- import  Thanos from 'react-thanos';

+ import  { Thanos } from 'react-thanos';

Improvements

  • Gauntlet animation using plain css
  • Migrate to rollup v2
  • Add test

v1.0.2...v2.0.0