@storybook/addon-links version 5.3.20 introduces subtle yet crucial improvements over its predecessor, 5.3.19, primarily focusing on internal package version synchronization and likely bug fixes. Both versions serve as the Story Links addon for Storybook, enabling developers to create seamless navigation between different stories within their component libraries. This functionality enhances the user experience by making it easy to explore related components and variations.
The key difference lies in the dependencies. Version 5.3.20 includes updated versions of core Storybook packages such as @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger, all bumped to version 5.3.20, ensuring consistency across the Storybook ecosystem. In contrast, version 5.3.19 used the 5.3.19 versions of those packages. This synchronization likely addresses compatibility issues or incorporates enhancements introduced in these core packages. Both versions share common dependencies like qs, global, core-js, ts-dedent, prop-types, and @storybook/csf, essential for the addon's core functionalities.
For developers, these versions offer a straightforward way to link stories, improving discoverability and simplifying the presentation of complex component scenarios. The addon's continued reliance on React as a peer dependency through "react":"*" ensures broad compatibility with existing React-based Storybook setups. Upgrading to 5.3.20 is generally recommended to benefit from potential bug fixes and the harmonized Storybook environment.
The are not vulnerabilities for the version 5.3.20 of the package @storybook/addon-links