@storybook/addon-links provides a simple and effective way to create clickable links between stories within your Storybook. This allows developers to easily navigate and demonstrate different states and scenarios of their components, enhancing the overall user experience of the Storybook itself. Version 4.0.6, released on November 13, 2018, builds upon the foundation laid by version 4.0.4, released a week earlier on November 6, 2018.
While the core functionality remains consistent, the key difference lies in the synchronization of internal Storybook package versions. Both versions depend on global, prop-types, @storybook/addons, @storybook/components, and @storybook/core-events. However, version 4.0.6 updates the dependencies @storybook/addons, @storybook/components, and @storybook/core-events to version 4.0.6, aligning them with the addon's own version. This ensures compatibility and avoids potential conflicts that might arise from using mismatched Storybook internal packages. Version 4.0.4 used @storybook/addons, @storybook/components, and @storybook/core-events version 4.0.4.
For developers, upgrading from 4.0.4 to 4.0.6 is recommended to maintain consistency within their Storybook setup. The peerDependencies for both versions specify react: *, ensuring compatibility with any React version. The file count (23) and unpacked size (28783 bytes) are identical between the two versions, which suggests that the changes in 4.0.6 are minimal and primarily focused on dependency updates rather than adding new features or altering the existing codebase. These updates contribute to a more stable and reliable Storybook experience.
The are not vulnerabilities for the version 4.0.6 of the package @storybook/addon-links