@storybook/addon-actions is a vital tool for developers using Storybook, providing immediate UI feedback when users interact with interactive elements within stories. This allows for easy verification of event handling and ensures that components are reacting as expected to user actions. Version 7.0.6, released on April 18, 2023, builds upon the foundation of the previous stable version, 7.0.5, released just days earlier on April 15, 2023.
While the core functionality remains consistent, the key differentiator lies in the updated dependencies within the Storybook ecosystem. Version 7.0.6 brings updates to internal Storybook packages such as @storybook/types, @storybook/theming, @storybook/components, @storybook/core-events, @storybook/manager-api, and @storybook/preview-api, and @storybook/client-logger all incremented to version 7.0.6 from 7.0.5 in the prior version. These updates likely include bug fixes, performance improvements, and feature enhancements within the broader Storybook environment. Developers upgrading to 7.0.6 will benefit from these cumulative improvements, ensuring compatibility and optimal performance within their Storybook setups. The actual javascript code of the addon didn't change with the new version, as the unpackedSize and fileCount are the same in both versions so there are no new features. Both versions strongly emphasize React compatibility, declaring peer dependencies for React and React DOM versions 16.8.0, 17.0.0, and 18.0.0.
The are not vulnerabilities for the version 7.0.6 of the package @storybook/addon-actions