@storybook/addon-links version 7.1.1 is a minor release building upon the foundation of 7.1.0, designed to facilitate navigation between your Storybook stories. This addon is crucial for creating interactive demos and prototypes directly within your Storybook environment. The core functionality remains consistent: linking stories together ensures a seamless user experience when showcasing UI components and workflows. Both versions share the same fundamental dependencies such as ts-dedent for cleaner template literals, prop-types for runtime type checking, and various internal Storybook packages.
The key difference lies in updated internal Storybook dependencies. Specifically, versions of @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger have been bumped from 7.1.0 to 7.1.1. While the changelog doesn't provide granular details about these internal updates, it typically indicates bug fixes, performance improvements, or minor feature enhancements within the Storybook ecosystem. You can consider that upgrading from 7.1.0 to 7.1.1, ensures you are running the latest bug fixes related to inter-module communication and data consistency between the different Storybook modules.
For developers already using @storybook/addon-links, upgrading to 7.1.1 should pose minimal disruption, assuming adherence to semantic versioning principles. The shared peer dependencies on React and React DOM versions (^16.8.0 || ^17.0.0 || ^18.0.0) mean no changes are required in how the package interacts with your React setup. Given the stability and maturity of the addon, upgrading is recommended to benefit from the latest refinements within the Storybook platform.
The are not vulnerabilities for the version 7.1.1 of the package @storybook/addon-links