@storybook/addon-links version 5.2.0 introduces subtle but impactful changes compared to its predecessor, 5.1.11. Both versions facilitate navigation between stories within your Storybook, enhancing the user experience for component exploration and documentation. A key element remains consistent: the reliance on peer dependency react, indicating the library's fundamental design for React-based Storybook environments. The core dependencies like qs, global, core-js, prop-types, and common-tags remain at similar versions, implying that the fundamental data handling, global scope management, polyfilling, type checking, and string manipulation aspects likely haven't undergone significant overhauls.
However, the crucial difference lies in the updated versions of Storybook's internal packages: @storybook/addons, @storybook/router, and @storybook/core-events. Version 5.2.0 uses its corresponding versions for these dependencies, moving from 5.1.11. This suggests improvements or bug fixes within Storybook's core architecture that directly impact the addon-links functionality. While the API presented may remain consistent, developers could benefit from performance enhancements, improved routing behaviors, or more stable event handling when upgrading, these usually are bug fixes or internal improvement that improves the functionalities of the lib.
The slight increase in unpackedSize from 38813 to 39042 and a later release date reflect these internal enhancements. Developers using Storybook should upgrade to 5.2.0 to leverage a potentially more robust and refined Story Links experience, ensuring compatibility and access to the latest bug fixes and improvements within the Storybook ecosystem.
The are not vulnerabilities for the version 5.2.0 of the package @storybook/addon-links