@storybook/addon-links allows developers to create interactive storybooks by linking stories together, facilitating the creation of demos and prototypes using UI components. Version 8.0.10, released on May 5th, 2024, builds upon the foundation laid by version 8.0.9, released on April 22nd, 2024. Both versions maintain the same core functionality, enabling seamless navigation between different stories within a Storybook instance.
The primary dependencies remain consistent between the two versions, including ts-dedent for handling template strings, @storybook/csf for Component Story Format support, and @storybook/global for global Storybook utilities. Similarly, the developer dependencies like fs-extra for file system operations and typescript for type checking stay the same.
The crucial distinction lies within the versions of Storybook's internal packages. Version 8.0.10 upgrades dependencies like @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger to their respective 8.0.10 versions. This implies that version 8.0.10 benefits from bug fixes, performance improvements, and new features introduced within these core Storybook modules. Developers upgrading to 8.0.10 can, therefore, expect a more refined and potentially more feature-rich experience when working with Storybook. The unpacked size of version 8.0.10 is also slightly larger (18080 bytes) than version 8.0.9 (18073 bytes), indicating added code or assets that likely contribute to the improvements mentioned above.
The are not vulnerabilities for the version 8.0.10 of the package @storybook/addon-links