@storybook/addon-links version 7.0.19 is a minor update to the popular Storybook addon that facilitates navigation and linking between different stories, allowing developers to create interactive demos and prototypes of their UI components. Comparing it to the previous version, 7.0.18, the core functionality remains consistent: leveraging dependencies like ts-dedent, prop-types, and internal Storybook packages such as @storybook/csf, @storybook/types, @storybook/global, @storybook/router, @storybook/core-events, @storybook/manager-api, and @storybook/preview-api, @storybook/client-logger for seamless integration with the Storybook environment. Crucially, both versions maintain the same peer dependencies, requiring React and React DOM (versions 16.8.0 through 18.0.0). The developer experience remains unchanged, with the library continuing to support TypeScript projects, evidenced by the inclusion of typescript as a dev dependency. The difference lies primarily in the updated versions of the internal @storybook/* dependencies specifically types, router, core-events, manager-api, and preview-api moving to 7.0.19 from 7.0.18. This suggests the update likely incorporates bug fixes, performance enhancements, or minor feature additions within those core Storybook modules that impact how the addon interacts with the overall Storybook ecosystem. Developers should update to 7.0.19 to ensure compatibility with the latest Storybook features and benefit from any improvements made in the core Storybook packages upon which this addon relies, potentially addressing edge cases or refining existing functionalities, while retaining the familiar workflow for story linking within Storybook.
The are not vulnerabilities for the version 7.0.19 of the package @storybook/addon-links