@storybook/addon-actions version 8.3.6 introduces subtle yet important refinements compared to the previous stable version, 8.3.5. Primarily, the key difference lies in the updated peer dependency requirement: version 8.3.6 mandates storybook:"^8.3.6", whereas 8.3.5 requested storybook:"^8.3.5". This indicates a tighter integration and compatibility focus with the core Storybook framework. Developers upgrading should ensure their Storybook installation matches this requirement to avoid potential conflicts or unexpected behavior. Both versions retain identical core functionality, providing UI feedback for interactive element actions within Storybook. They share the same dependencies like uuid, dequal, polished, @types/uuid, and @storybook/global, ensuring consistent performance and reliance on established utility libraries. The development dependencies, including react, telejson, react-dom, typescript, @storybook/test, and react-inspector, also remain consistent, suggesting that development workflows and testing methodologies haven't drastically changed. Both distributions have equivalent fileCount and unpackedSize implying no major architectural modifications or significant addition of new features. Therefore, the upgrade from 8.3.5 to 8.3.6 is primarily about maintaining compatibility with the latest Storybook core and incorporating incremental improvements and bug fixes within the Storybook ecosystem.
The are not vulnerabilities for the version 8.3.6 of the package @storybook/addon-actions