@storybook/addon-actions versions 7.0.0 and 7.0.1 offer developers a simple way to gain UI feedback when users interact with their components. This is achieved by displaying triggered actions directly within the Storybook interface, making it easier to debug and showcase component behavior.
The update from version 7.0.0 to 7.0.1 involves mainly internal dependency updates within the Storybook ecosystem, aligning sub-packages like @storybook/types, @storybook/theming, @storybook/components, @storybook/core-events, @storybook/manager-api, and @storybook/preview-api and @storybook/client-logger to version 7.0.1. While both versions share the same core functionality—displaying action triggers—the upgrade ensures compatibility and better integration with the broader Storybook 7 environment and its dependencies. Developers using this addon can expect similar functionality in both versions, with the newer release offering the benefits of updated internal packages. The package depends upon react, react-dom and prop-types as peer dependencies. Also libraries for internal usage include lodash, telejson and ts-dedent. The library is distributed under MIT license. The release date for version 7.0.1 is April 3, 2023, while version 7.0.0 was released on March 31, 2023.
The are not vulnerabilities for the version 7.0.1 of the package @storybook/addon-actions