@storybook/addon-links, a crucial tool for navigating and connecting stories within Storybook, saw a minor version update from 3.2.0 to 3.2.6. This update, released on August 22, 2017, builds upon the foundations laid by the previous stable version, 3.2.0, which was released on July 31, 2017. Both versions function as Story Links addons, allowing developers to create direct links between different stories in their Storybook.
Looking at the package metadata, the core functionality remains consistent. Both versions list identical peerDependencies on react and react-dom, indicating compatibility with any version of React. Similarly, the devDependencies crucial for development and testing—react, react-dom, and shelljs remain the same. The key difference resides in the dependency @storybook/addons. Version 3.2.6 depends on @storybook/addons with a version constraint of ^3.2.6, whereas version 3.2.0 depends on ^3.2.0. This suggests that version 3.2.6 includes updates and fixes specifically tailored to work best with the corresponding @storybook/addons version.
For developers, this means upgrading to 3.2.6 likely brings improved stability and potentially bug fixes inherited from the updated @storybook/addons package. While the core API surface probably hasn't changed drastically, ensuring alignment between @storybook/addon-links and @storybook/addons is always recommended for optimal performance and compatibility within your Storybook environment. Therefore, if you are using Storybook version 3.2.6, updating @storybook/addon-links to version 3.2.6 is highly advisable.
The are not vulnerabilities for the version 3.2.6 of the package @storybook/addon-links