@storybook/addons version 6.3.5 is a minor release following 6.3.4, both serving as the central store for Storybook addons. Key functionality remains consistent: managing and providing access to shared addon state and utilities within the Storybook environment. The core purpose is to facilitate communication and data sharing between different addons and the Storybook core.
Looking at the dependencies, in 6.3.5, @storybook/api, @storybook/router, @storybook/theming, @storybook/channels, @storybook/core-events, and @storybook/client-logger are all pinned to version 6.3.5, aligning them perfectly with the addons package. In the previous version, 6.3.4, these dependencies were pinned to the 6.3.4 version. This synchronization assures compatibility and stability across the Storybook ecosystem. No other functional differences can be observed in the package.json.
Developers leveraging @storybook/addons can utilize its API to register and interact with addons, enhancing their Storybook development workflow through customizations and extensions. Both versions maintain peer dependencies on React and React DOM (^16.8.0 || ^17.0.0), ensuring compatibility with a broad range of React projects. While the changes between these versions appears minimal, version 6.3.5 likely includes bug fixes and minor internal improvements to the underlying addon system, as indicated by the updated dependency versions. For developers, upgrading to 6.3.5 ensures they benefit from the latest enhancements and bug fixes within the Storybook addon ecosystem, promoting a smoother and more reliable development experience.
The are not vulnerabilities for the version 6.3.5 of the package @storybook/addons