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.

3.x

3.0.0

The major update introduced in this version is tree shaking, a technique used to reduce the bundle size. Tree shaking works by analyzing your code and removing any unused or dead code from the final bundle, making the application faster and more efficient. If you are migrating to version 3.0.0 all you need to do is to install and configure the Babel Plugin Reactylon.

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.