@storybook/addon-links simplifies navigation within your Storybook, enabling developers to create seamless connections between different stories. Version 4.0.11 offers a subtle yet important upgrade over its predecessor, version 4.0.10. While the core functionality remains consistent – providing the ability to link stories together for enhanced user experience and documentation – the update primarily involves internal dependency adjustments within the Storybook ecosystem. Specifically, dependencies on @storybook/addons, @storybook/components, and @storybook/core-events have been updated from version 4.0.10 to 4.0.11 to maintain compatibility with the broader Storybook platform.
For developers already using Storybook, this means upgrading to version 4.0.11 ensures you're aligned with the latest Storybook core packages, which likely contain bug fixes and performance improvements from the core packages. No code changes are required in the implementation of the '@storybook/addon-links' itself, making the update a relatively painless process. Both versions maintain the same peer dependency on React, ensuring compatibility with existing React-based Storybook setups. If you're starting a new Storybook project, using version 4.0.11 is recommended to leverage the most current and internally consistent dependency tree. The library, licensed under MIT, is easily installable via npm, continuing to provide a valuable tool for simplifying story navigation and improving documentation within Storybook.
The are not vulnerabilities for the version 4.0.11 of the package @storybook/addon-links