@storybook/addon-links, a helpful Storybook addon for creating links between your stories, saw a notable update from version 3.2.10 to 3.2.12. Released on October 2nd, 2017, version 3.2.12 arrives approximately 10 days after its predecessor.
The core functionality remains consistent: facilitating navigation and connection between different stories within your Storybook environment. Both versions depend on @storybook/addons, but the newer version requires ^3.2.12 while the older depends on ^3.2.10.
The key difference lies in the required React and React DOM versions. Version 3.2.10 was built and tested against React 15.6.1 and React DOM 15.6.1. But version 3.2.12 upgrades support for React and React DOM to version 16.0.0. This means users of Storybook and @storybook/addon-links should consider this is they are using React 16. The peer dependencies for both versions remain broad, specifying react: "*" and react-dom: "*", allowing for flexibility in compatible React versions but its important to note that the tested and supported versions of React are different. Upgrading to the latest allows developers to take advantage of bug fixes, performance improvements, and new features of the newest React version supported by the library. Furthermore, the same MIT License applies, and the source code continues to reside in the primary Storybook repository.
The are not vulnerabilities for the version 3.2.12 of the package @storybook/addon-links