@storybook/react version 6.3.0 introduces several key updates compared to its predecessor, version 6.2.9. Both versions serve as vital tools for React developers seeking to build components in isolation with hot reloading. However, 6.3.0 brings enhancements in dependency management and potentially new features or bug fixes within the Storybook ecosystem.
A notable difference lies in the updated versions of internal Storybook packages. For instance, @storybook/core, @storybook/addons, @storybook/core-common, and @storybook/node-logger are all bumped from 6.2.9 to 6.3.0, indicating core improvements and feature additions within the Storybook framework itself. Specifically, the introduction of @storybook/react-docgen-typescript-plugin at version 1.0.2-canary.3c70e01.0 in 6.3.0 suggests a potential enhancement in how Storybook handles TypeScript-based component documentation, offering potentially better integration and automated documentation generation for TypeScript users. The previous version relies on react-docgen-typescript-plugin at version ^0.6.2. Furthermore, 6.3.0 includes @storybook/semver":"^7.3.2" version while the previous version shares the same one.
The dist section also shows differences, such as fileCount and unpackedSize demonstrating internal changes in the packaging and potentially reflecting the inclusion of new assets or code optimization. Developers should consider upgrading to 6.3.0 to benefit from these improvements in core functionality, TypeScript support, and the overall enhanced Storybook experience.
The are not vulnerabilities for the version 6.3.0 of the package @storybook/react