Skip to content

Releases: luqmanoop/react-thanos

Release list

v2.0.0

Choose a tag to compare

@luqmanoop luqmanoop released this 17 Oct 12:14

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