Version 8.1.11 of @storybook/addon-links introduces subtle but important updates compared to version 8.1.10, primarily focused on internal dependencies within the Storybook ecosystem. This addon facilitates the creation of interactive demos and prototypes by enabling the linking of stories, streamlining the user experience for both developers and end-users.
The core functionality remains consistent between the two versions, offering a way to navigate between different stories within a Storybook instance. Developers will still leverage the addon to connect related UI components or showcase different states of a single component seamlessly. The core dependencies like ts-dedent, @storybook/csf, and @storybook/global are unchanged, ensuring stability in the fundamental aspects of the addon.
The key changes reside in the versions of Storybook-specific dev dependencies. Upgrading to 8.1.11 brings updates to @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger. These updates likely include bug fixes, performance improvements, and alignment with the broader Storybook ecosystem. While these internal changes might not be immediately apparent to the average user, they contribute to a more robust and well-integrated experience when using @storybook/addon-links within a larger Storybook project. Developers should adopt 8.1.11 to benefit from bugfixes and ensure compatiblity with other @storybook packages. The peer dependency of react remains the same, supporting versions 16.8.0 and up to React 19 beta. The release dates indicate a recent update cycle, suggesting active maintenance and continuous improvements of the Storybook platform.
The are not vulnerabilities for the version 8.1.11 of the package @storybook/addon-links