You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.