@storybook/addon-links facilitates navigation between stories within a Storybook environment, enhancing the developer experience by allowing for seamless connections and demonstrations of component interactions. Version 3.1.2 builds upon the initial functionality introduced in version 3.0.0, offering a refined and potentially more stable implementation of story linking.
The key difference between the two lies primarily in the dependency on @storybook/addons. Version 3.0.0 requires @storybook/addons version ^3.0.0, while version 3.1.2 necessitates ^3.1.2. This means that developers upgrading to addon-links 3.1.2 must also ensure they've upgraded their core Storybook dependencies to at least version 3.1.2 to maintain compatibility and avoid potential conflicts. The core functionality remains consistent with helping connect stories, however, the newer release could contain bug fixes, performance improvements, or minor API adjustments that were not present in the original 3.0.0 release. The peer dependencies of react and react-dom remain unchanged ("*"), meaning both versions are designed to work with any version of React. Developers should prioritize upgrading to the latest version of the addon that is compatible with their core Storybook installation, to benefit from the newest features and stability improvements.
The are not vulnerabilities for the version 3.1.2 of the package @storybook/addon-links