@storybook/addon-links facilitates navigation between stories within a Storybook environment. Comparing versions 6.0.20 and 6.0.19 reveals subtle but important updates focusing on internal Storybook dependencies. Developers upgrading from 6.0.19 to 6.0.20 will primarily notice synchronization across the Storybook ecosystem. Specifically, "@storybook/addons," "@storybook/router," "@storybook/core-events," and "@storybook/client-logger" are all updated to version 6.0.20, aligning them with the main package version. This synchronization likely reflects bug fixes, performance enhancements, or new features released across the Storybook platform that require the addon to be updated.
The core functionality of @storybook/addon-links remains consistent between the two versions; it allows developers to create links that navigate users between different stories within their Storybook. This is achieved using the linkTo action, which can be used within story definitions to create interactive elements, like buttons, that navigate to other stories. These updates emphasize the importance of keeping your Storybook dependencies aligned for optimal performance and access to the latest features and improvements released by the Storybook team. Developers are encouraged to update to version 6.0.20 to benefit from these improvements and maintain compatibility within their Storybook setup.
The are not vulnerabilities for the version 6.0.20 of the package @storybook/addon-links