@storybook/addon-links is a valuable tool for Storybook users, enabling the creation of interactive demos and prototypes by linking stories together. Comparing versions 7.6.6 and 7.6.5 reveals subtle yet important distinctions for developers. The core functionality remains consistent: facilitating navigation between stories for enhanced user experience and showcasing UI component interactions.
The primary difference lies in the updated versions of several @storybook dependencies within the devDependencies. Version 7.6.6 upgrades @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, and @storybook/preview-api, and@storybook/client-logger to 7.6.6, aligning them with the latest Storybook ecosystem. In contrast, version 7.6.5 relies on the 7.6.5 versions of these packages. These updates likely incorporate bug fixes, performance improvements, and potentially new features within those specific Storybook modules.
For developers, upgrading to @storybook/addon-links 7.6.6 ensures compatibility with the newest Storybook features and benefits from the latest improvements in the underlying dependency packages. While the core API of addon-links likely remains the same, users can expect a smoother and potentially more feature-rich experience when developing and presenting their UI components. The peer dependency on React remains consistent across both versions, supporting React versions 16.8.0 and above. Therefore, the upgrade is recommended for those seeking the most up-to-date and stable Storybook environment.
The are not vulnerabilities for the version 7.6.6 of the package @storybook/addon-links