Releases

This page lists only the releases that introduce breaking changes, providing the essential information needed to update your projects seamlessly. We highly recommend reviewing this section before upgrading. For a complete history of all releases and their changes, refer to the CHANGELOG.md.

If you encounter issues or need guidance, please refer to our documentation or open an issue on GitHub.

2.x

2.0.0

The major update introduced in this version is compatibility with React 19. If you are migrating to version 2.0.0, you have two choices:

  • Upgrade to React 19 - no changes are required.

  • Stay on React 18 - to maintaint compatibility, install react-reconciler package to version 0.29.2 with:

    npm install react-reconciler@0.29.2 --save

1.0.0

This is the first initial release.