Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 00:57
· 186 commits to master since this release

What's New in Version 2

  • Partial Rewrite: Get rid of some of the limitations of the old approach. Additionally, reduce complexity and lines of code significantly.
  • Simplified interface (props): The new props are more simple and more closely aligned to conventions in the React ecosystem.
  • TypeScript Support: Included TypeScript declarations enable the use of IntelliSense.
  • Updated Dependencies: All the dependencies are updated to their latest versions.
  • Reduced Bundle Size (22 kB --> 8.1 kB): Remove unnecessary files from package bundle. Also, react and react-dom are now peer dependencies, which means the component will use existing installations instead of bringing its own.
  • Automated Releases: Version bumps as well as (beta) releases in this repo are now automated using GitHub Actions.
  • Improved Docs: Some parts of the documentation have been improved to be more clear.

Currently using v0.1.x? See Migration Guide.