@storybook/addon-links offers a way to create navigation links directly between stories within your Storybook environment, enhancing the user experience for component browsing and documentation. Comparing versions 3.2.0 and 3.1.6, there are subtle but important distinctions for developers.
Version 3.2.0, released on July 31, 2017, updates the core dependency on @storybook/addons to ^3.2.0, aligning it with the broader Storybook ecosystem. This synchronization ensures compatibility and access to the latest features and bug fixes within the Storybook addon framework. Furthermore, the developer dependencies have been bumped, with react and react-dom both updated to version ^15.6.1. Developers using the latest React versions in their projects will see improved compatibility and overall stability, minimizing potential conflicts.
Version 3.1.6, released a month earlier on June 26, 2017, relies on @storybook/addons version ^3.1.6, react and react-dom version ^15.5.4. The upgrade to 3.2.0 may not seem massive, but a dependency upgrade in general includes performance improvements and bug fixes. When upgrading or installing, developers should ensure their peer dependencies of react and react-dom are appropriately met, due to the wide-ranging support indicated by the * in peerDependencies. Staying current with minor version updates of Storybook and its addons ensures you benefit from the continuous improvements made by the Storybook community, which enhance both developer workflow and the quality of component documentation.
The are not vulnerabilities for the version 3.2.0 of the package @storybook/addon-links