@storybook/addon-links facilitates seamless navigation between stories in your Storybook, streamlining the creation of demos and prototypes. Version 8.2.7, released on August 1, 2024, builds upon the foundation laid by version 8.2.6, which was released on July 24, 2024. The core functionality remains consistent: both versions empower developers to link related stories, enhancing the user experience and simplifying the presentation of UI components. Both versions rely on dependencies like ts-dedent for template literal formatting, @storybook/csf for Component Story Format support, and @storybook/global for global utilities within Storybook. Development dependencies, including fs-extra for file system operations and typescript for type checking, remain unchanged, suggesting no significant alterations in the development or build process.
The crucial difference lies in the peer dependency on storybook. Version 8.2.7 requires storybook: ^8.2.7 while version 8.2.6 requires storybook: ^8.2.6, indicating a necessary alignment with the core Storybook package. This likely means that version 8.2.7 includes fixes or improvements specifically designed to work with Storybook version 8.2.7. Developers using Storybook 8.2.7 should upgrade @storybook/addon-links to 8.2.7 to ensure compatibility and benefit from any potential enhancements or bug fixes. For those still using Storybook 8.2.6, @storybook/addon-links 8.2.6 remains a suitable choice. Always prioritize keeping your Storybook ecosystem, including add-ons, up-to-date to leverage the latest features and maintain stability. While the file count and unpacked size remain identical between versions, this small update ensures a better integration with the matching Storybook version.
The are not vulnerabilities for the version 8.2.7 of the package @storybook/addon-links