@storybook/addon-links version 4.0.4 introduces subtle yet important updates compared to the previous stable version 4.0.3, primarily focusing on internal package dependencies within the Storybook ecosystem. Both versions serve the same core purpose: enabling seamless navigation between stories within your Storybook environment, enhancing the developer experience by streamlining component exploration and documentation. The key difference lies in the synchronized versions of internal Storybook packages utilized by the addon. Version 4.0.4 aligns with @storybook/addons, @storybook/components, and @storybook/core-events all being at version 4.0.4. In contrast, version 4.0.3 relies on its corresponding versions of these internal packages.
For developers, this means upgrading to version 4.0.4 ensures compatibility and potentially improved stability within a Storybook setup that already uses Storybook core packages at version 4.0.4. The actual functionality of creating links between stories remains consistent across both versions, simplifying navigation for users and promoting a more organized and interconnected Storybook experience. Both versions share the same dependencies on 'global' and 'prop-types', along with the 'react' peer dependency, suggesting no breaking changes in terms of external requirements. Developers upgrading from 4.0.3 should expect a smooth transition.
The are not vulnerabilities for the version 4.0.4 of the package @storybook/addon-links