@storybook/react version 9.1.1 introduces subtle but noteworthy changes compared to its predecessor, 9.1.0. Both versions serve as the React renderer for Storybook, a popular UI development environment. Key differences lie primarily in dependency updates and internal shims. Specifically, @storybook/react-dom-shim is bumped from version 9.1.0 to 9.1.1 to stay in sync within the Storybook ecosystem. The peer dependencies remain consistent, ensuring compatibility with React versions 16.8.0 through 19.0.0-beta, React DOM versions within the same range, Storybook itself, and TypeScript versions 4.9.x and above. The core development dependencies, including tools like Acorn, Semver, and Babel plugins, remain the same, indicating stability in the underlying build and development processes.
Developers upgrading to 9.1.1 can expect a seamless transition if their projects already adhere to the peer dependency requirements. The change in the @storybook/react-dom-shim is unlikely to introduce breaking changes for most users, but it’s advisable to review Storybook's changelog for detailed information on any specific bug fixes or performance improvements incorporated in this patch release. Consider upgrading primarily to ensure you're leveraging the latest bug fixes and improvements within the Storybook ecosystem. The releaseDate also indicates that it’s a very recent release, meaning that by using this version you have the latest fixes.
The are not vulnerabilities for the version 9.1.1 of the package @storybook/react