@storybook/addon-links is a valuable tool for Storybook users, enhancing navigation and interactivity within their component libraries. Versions 6.1.2 and 6.1.1, while seemingly minor updates, offer key refinements for developers. Both versions enable the creation of direct links between stories, improving the user experience and simplifying the process of showcasing component variations and use cases. They share core dependencies like qs for query string parsing, global for environment detection, and core-js for polyfills, ensuring broad compatibility. Crucially, both rely on peer dependencies of React and ReactDOM, requiring developers to have versions 16.8.0 or 17.0.0 installed, ensuring alignment with modern React development.
The primary difference lies in the internal versions of other Storybook packages that addon-links relies on. Version 6.1.2 updates its internal dependencies to Storybook packages like @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger to version 6.1.2, ensuring compatibility and potentially incorporating bug fixes or improvements from those dependent packages. This promotes a more cohesive and up-to-date Storybook ecosystem. Developers should consider upgrading to 6.1.2 to benefit from these synchronized updates. The file count and unpacked size for both versions are identical, suggesting that the core functionality and codebase remain largely the same, with the update primarily focused on dependency alignment. Check the offical @storybook changelog to discover the exact impact of the dependencies update.
The are not vulnerabilities for the version 6.1.2 of the package @storybook/addon-links