@storybook/addon-links provides a way to connect your Storybook stories, enabling the creation of comprehensive demos and prototypes directly within your UI component library. Versions 6.1.18 and 6.1.17 offer similar core functionality focused on interlinking stories to create interactive experiences.
While the core functionality remains the same between version 6.1.17 and 6.1.18, the key difference lies in the internal dependency versions, mainly within the Storybook ecosystem. Specifically, internal dependencies like @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger have been updated from 6.1.17 to 6.1.18 in the newer version. This suggests that version 6.1.18 incorporates bug fixes, performance improvements, or new features introduced in other parts of the Storybook framework.
For developers using Storybook, upgrading to version 6.1.18 ensures compatibility with the latest enhancements and stability improvements across the Storybook platform as a whole. The package includes essential dependencies like qs for query string parsing, ts-dedent for template literal formatting, and prop-types for React component validation. Peer dependencies of React and React DOM highlight its place in the React ecosystem, making it a direct enhancement when visualizing React components. Developers should stick to the dependency versions 16.8.0 or 17.0.0 when using React and React-DOM. By doing so, developers can leverage a more robust and up-to-date Storybook environment for building and showcasing their UI components.
The are not vulnerabilities for the version 6.1.18 of the package @storybook/addon-links