@storybook/addon-links versions 6.0.27 and 6.0.26 offer developers a straightforward way to create navigation links between stories within a Storybook environment. This addon enhances the user experience by allowing for easy movement between related stories, improving discoverability and workflow efficiency, which is especially useful in complex component libraries.
While both versions share the same core functionality and dependencies like qs, global, core-js, @types/qs, ts-dedent, prop-types, @storybook/csf, and peer dependencies for react and react-dom, the key differentiator lies in the internal Storybook package versions. Version 6.0.27 updates its internal dependencies to be in sync with the Storybook ecosystem ("@storybook/addons":"6.0.27","@storybook/router":"6.0.27","@storybook/core-events":"6.0.27","@storybook/client-logger":"6.0.27"), while version 6.0.26 has ("@storybook/addons":"6.0.26","@storybook/router":"6.0.26","@storybook/core-events":"6.0.26","@storybook/client-logger":"6.0.26"). The bump in internal package versions suggests bug fixes, performance improvements, or new features within the Storybook framework itself that addon-links utilizes.
For developers, upgrading to 6.0.27 is recommended to ensure compatibility and benefit from the latest improvements within the Storybook environment and access the last fixes available. Both versions use the same development dependecies. Developers can implement links within their stories using the addon's API, creating a more interconnected and navigable documentation experience. The release date also pinpoints the new version, which was released on 2020-10-23.
The are not vulnerabilities for the version 6.0.27 of the package @storybook/addon-links