@storybook/addon-links version 5.1.3 offers a subtle but potentially impactful update over its predecessor, 5.1.1. Both versions serve as vital tools for Storybook users, allowing developers to create seamless navigation between stories within their component libraries. The core functionality remains consistent: facilitating easy linking between different states or variations of a component, improving the overall user experience for those browsing and interacting with the Storybook.
While the dependencies listed appear identical, a key difference lies within the internal @storybook packages. Version 5.1.3 depends on "@storybook/addons":"5.1.3", "@storybook/router":"5.1.3", and "@storybook/core-events":"5.1.3" whereas 5.1.1 depends on "@storybook/addons":"5.1.1", "@storybook/router":"5.1.1", and "@storybook/core-events":"5.1.1". This suggests that the upgrade introduces enhancements or bug fixes within Storybook's core architecture, specifically affecting how addons interact with the router and core events. Therefore, upgrading to version 5.1.3 likely provides a more stable and refined experience, potentially resolving subtle issues related to story navigation or event handling that might have been present in 5.1.1.
For developers, this means a smoother workflow when creating and managing links between stories. Although the API and usage remain the same, the underlying improvements in routing and event management can lead to more reliable and predictable behavior, especially in complex Storybook setups. The quick turnaround between releases suggests that this update addresses specific issues identified shortly after the launch of 5.1.1, making version 5.1.3 the recommended choice for a more robust integration with the Storybook ecosystem.
The are not vulnerabilities for the version 5.1.3 of the package @storybook/addon-links