@storybook/addon-links facilitates navigation between stories within a Storybook environment, enabling developers to build interactive demos and prototypes of UI components. Version 7.5.2 refines this functionality, building upon the capabilities introduced in version 7.5.1.
The core functionality remains the same: developers can create links between stories, allowing users to seamlessly transition from one component demonstration to another. Both versions rely on dependencies like ts-dedent, prop-types, and other Storybook core packages to function correctly. Crucially, both versions maintain compatibility with React versions 16.8.0 through 18.0.0.
The significant changes reside within the dependencies on other Storybook packages. Version 7.5.2 updates its internal dependencies. For example, @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger are all updated to version 7.5.2. This suggests internal improvements, bug fixes, and synchronization with the broader Storybook ecosystem. While the core API likely remains consistent, developers upgrading from 7.5.1 to 7.5.2 benefit from the latest fixes and enhancements within the broader Storybook platform. The fileCount and unpackedSize remain consistent as well. The main reason to update is to keep up to date with the ecosystem.
The are not vulnerabilities for the version 7.5.2 of the package @storybook/addon-links