@storybook/addons versions 7.3.2 and 7.3.1 are incremental releases focused on maintaining stability and compatibility within the Storybook ecosystem. Both versions serve as the central store for Storybook addons, facilitating communication and data sharing between the manager UI and individual stories. A key aspect for developers is the consistent peer dependency requirement of React and React DOM (versions ^16.8.0, ^17.0.0, or ^18.0.0), ensuring compatibility with a wide range of React projects.
The core functionalities related to managing and integrating addons appear unchanged between these two releases, evidenced by the identical fileCount and unpackedSize in their respective dist objects. The critical dependencies on @storybook/types, @storybook/manager-api, and @storybook/preview-api are also versioned accordingly, indicating coordinated updates across the Storybook suite. The primary difference lies in their release dates, with version 7.3.2 being released on August 18, 2023, subsequent to version 7.3.1 released on August 16, 2023. This suggests that version 7.3.2 likely includes bug fixes, minor enhancements, or dependency updates that address issues discovered in the initial 7.3.1 release. Developers should favour version 7.3.2 for incorporating the latest improvements and ensuring optimal stability within their Storybook setups. Always consult the official Storybook changelog for detailed information.
The are not vulnerabilities for the version 7.3.2 of the package @storybook/addons