@storybook/react version 8.3.4 introduces subtle but important updates compared to its predecessor, version 8.3.3. While the core functionality remains consistent, several dependency upgrades and peer dependency adjustments cater to developers seeking compatibility and stability. Notably, core Storybook dependencies like @storybook/theming, @storybook/components, @storybook/manager-api, and @storybook/preview-api have been bumped from 8.3.3 to 8.3.4, ensuring seamless integration within the Storybook ecosystem.
A significant change lies within the peer dependencies. Version 8.3.4 enforces "storybook":"^8.3.4" and "@storybook/test":"8.3.4", while 8.3.3 required "storybook":"^8.3.3" and "@storybook/test":"8.3.3". This means users updating to 8.3.4 of @storybook/react must also update their core Storybook installation and testing framework, guaranteeing alignment and preventing potential conflicts. Otherwise, the dependencies are almost identical, which mean that upgrading will not have any breaking change in your code in the vast majority of use cases.
Developers should note the "releaseDate" difference, indicating that 8.3.4 incorporates the latest fixes and improvements up to September 28, 2024, offering the most current experience. When upgrading, ensure your project's storybook package and @storybook/test peer dependency match to avoid compatibility issues and leverage the most up-to-date features and bug fixes. These changes underscore Storybook's commitment to providing a robust and consistently evolving development environment for React components.
The are not vulnerabilities for the version 8.3.4 of the package @storybook/react