Storybook React has released version 6.3.10, succeeding the previous stable version 6.3.9. Both versions cater to React developers seeking an isolated environment with hot reloading for building and showcasing UI components. Examining the core differences reveals that the key changes lie within the internal dependencies of the Storybook ecosystem. Specifically, dependencies on @storybook/core, @storybook/addons, @storybook/core-common, and @storybook/node-logger have been updated from 6.3.9 to 6.3.10. While the visible API and core functionality for developers remain largely consistent, these dependency bumps likely incorporate bug fixes, performance improvements, and internal refinements across Storybook's core modules.
For developers, this means a potentially more stable and efficient Storybook experience. Although the changelog may highlight minor differences, the upgrade to 6.3.10 ensures access to the latest patches and enhancements within the dependent Storybook packages. The other dependencies remain the same, from react-refresh for advanced hot reloading to babel-plugin-react-docgen. The peer dependencies are identical, ensuring that the library works for the same versions of React (16.8.0 or 17.0.0) and Babel.
The are not vulnerabilities for the version 6.3.10 of the package @storybook/react