Storybook's @storybook/addon-links package facilitates seamless navigation between stories within your Storybook environment. Versions 5.3.0 and 5.3.1 offer developers a straightforward way to create internal links, enhancing the user experience and simplifying component demonstrations. This addon proves invaluable for showcasing component interactions and navigating complex story structures.
The key difference between versions 5.3.0 and 5.3.1 lies primarily in internal dependency updates and bug fixes. While the core functionality remains consistent, upgrading to version 5.3.1 is recommended to benefit from the latest improvements and potential stability enhancements. Specifically, version 5.3.1 updates its internal dependencies for @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger to version 5.3.1, aligning them with the broader Storybook ecosystem. Before these dependencies were at version 5.3.0.
Both versions rely on key packages like qs for query string parsing, global for environment detection, core-js for JavaScript polyfills, and ts-dedent for template literal manipulation, ensuring compatibility across different browsers and environments. Developers using React will appreciate the react peer dependency, indicating compatibility with any React version. Choosing the right version depends on your specific needs and if a bug fix is important for this specific lib. Always upgrade to new versions to avoid security concerns.
The are not vulnerabilities for the version 5.3.1 of the package @storybook/addon-links