@storybook/addon-links version 8.5.1 offers a minor update over the preceding stable version 8.5.0, primarily focusingon compatibility. While both versions share the core functionality of enabling navigation between stories for crafting interactive demos and prototypes, a key distinction lies in the peer dependency requirements. Version 8.5.1 mandates "storybook":"^8.5.1" as a peer dependency, unlike version 8.5.0 which requires "storybook":"^8.5.0" indicating a tighter integration and ensuring compatibility with the corresponding Storybook core release.
Both versions maintain identical dependencies, including "ts-dedent" for template literal string formatting, "@storybook/csf" for Component Story Format support, and "@storybook/global". The development dependencies remain unchanged, utilizing TypeScript version 5.3.2. This consistency suggests that the core codebase and developmental tooling haven't undergone significant alterations.
For developers, the update to version 8.5.1 warrants consideration if they're already leveraging Storybook 8.5.1. Upgrading ensures optimal alignment and mitigates potential compatibility issues. If you're currently using Storybook 8.5.0 and the addon is functioning correctly, the update might not be immediately critical, but is a good habit to stay up-to-date. Both releases provide the same features for linking stories and rely on React version 16.8.0 or later and include the 19 beta ensuring consistency in the user experience. It is important to update to the latest version to benefit from the last patches and bug fixes.
The are not vulnerabilities for the version 8.5.1 of the package @storybook/addon-links