@storybook/addon-links is a vital tool for Storybook users, enabling easy navigation between stories within your component library. Version 6.0.24 introduces subtle yet important updates compared to the previous version 6.0.23. At its core, this addon facilitates the creation of hyperlinks within your stories, allowing developers and stakeholders to seamlessly jump between related components and scenarios, enhancing the overall documentation and exploration experience. Both versions share identical functionalities regarding core dependencies such as qs for query string parsing, ts-dedent for clean template literals, and essential Storybook packages like @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger. The development dependencies, including enzyme for testing and @types/webpack-env, remain consistent, ensuring a stable development environment.
The key difference between versions 6.0.23 and 6.0.24 lies within the internal dependencies: @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger were bumped from version 6.0.23 to 6.0.24. While the functional impact on a developer's workflow using @storybook/addon-links is likely minimal, these internal updates often include bug fixes, performance improvements, and synchronization with the core Storybook ecosystem. Thus, upgrading to version 6.0.24 ensures you're leveraging the most current and refined features across the Storybook platform. Keep an eye on Storybook's comprehensive changelogs for detailed insights into each internal package update. @storybook/csf remains on version 0.0.1 in both releases.
The are not vulnerabilities for the version 6.0.24 of the package @storybook/addon-links