@storybook/addon-links facilitates seamless navigation between stories within your Storybook environment, empowering developers to craft interactive demos and prototypes with their UI components. Version 9.0.9 builds upon the foundation laid by version 9.0.8, offering a refined experience for building connections between stories.
While the core functionality remains consistent – allowing you to easily create links that navigate to different stories, mimicking a real-world application flow – several updates warrant attention. Notably the peerDependencies have been updated. The 9.0.9 version requires Storybook 9.0.9 while 9.0.8 requires storybook 9.0.8. Developers integrating the addon should ensure compatibility with the core Storybook version they're using.
Both versions retain identical dependencies on @storybook/global, ensuring a consistent interface with global utilities, and share the same development dependencies, including TypeScript for type safety. The package size and file count remain the same, suggesting that the changes between the versions are minimal, possibly bug fixes, performance improvements, or minor feature enhancements. You should note that the dates on both versions are in the future since the current date is prior to the dates listed for both versions.
To improve the user experience, developers can use the addon to create flows and show different states in an application. Its ability to easily create links between stories within Storybook makes it a very useful tool when creating an rich and interactive component library.
The are not vulnerabilities for the version 9.0.9 of the package @storybook/addon-links