@storybook/addon-links facilitates seamless navigation between stories within your Storybook, enabling the creation of interactive demos and prototypes composed of individual UI components. Upgrading from version 7.6.6 to 7.6.7 introduces subtle but noteworthy changes for developers. Both versions maintain the core functionality of linking stories and share identical dependencies, including ts-dedent, @storybook/csf, and @storybook/global. They also share the same peer dependency requirements for React versions (16.8.0, 17.0.0 or 18.0.0) ensuring compatibility with a wide range of React projects. The development dependencies also mirror each other, with the exception of version numbers.
The key difference lies in the updated versions of Storybook's internal packages utilized for development: @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger. These have been bumped from 7.6.6 to 7.6.7, suggesting internal improvements, bug fixes, or feature enhancements within the Storybook ecosystem. The unpacked size also increased slightly from 327120 to 335876, possibly indicating added assets, code optimization, or inclusion of new functionalities within the dependencies.The release date difference also indicates recent improvements, with version 7.6.7 being published more recently. For developers concerned with maintaining the latest refinements and bug fixes within the Storybook environment, upgrading to 7.6.7 is recommended. While the core API remains consistent, staying current ensures optimal performance and access to the most up-to-date features within the Storybook ecosystem.
The are not vulnerabilities for the version 7.6.7 of the package @storybook/addon-links