@storybook/addon-actions version 6.5.8 is a minor update to the preceding version 6.5.7. Both versions serve the same core purpose: providing UI feedback when users interact with interactive elements within your Storybook stories. This is invaluable for visually confirming that actions, such as button clicks or form submissions, are correctly registered and processed.
Looking at the dependency lists, the primary difference lies in the versions of other Storybook packages. Version 6.5.8 updates dependencies to @storybook/api, @storybook/addons, @storybook/theming, @storybook/components, @storybook/core-events, and @storybook/client-logger all to version "6.5.8" to make them in sync with the package itself. The previous version, 6.5.7, used version "6.5.7" for all of those dependencies. The @storybook/csf dependency stays the same at version "0.0.2--canary.4566f4d.1" in both versions. These updates likely include bug fixes, performance improvements, and potentially new features within those respective Storybook modules.
For developers, upgrading to 6.5.8 ensures they are leveraging the latest enhancements and fixes across the Storybook ecosystem. While the core functionality of addon-actions remains consistent – allowing you to easily display action arguments in the actions panel – this synchronization helps maintain stability and compatibility within a larger Storybook project. To use @storybook/addon-actions, simply install it as a dev dependency, register it in your .storybook/main.js file, and then use the action decorator or action function within your stories to track user interactions. For example onClick: action('clicked').
The are not vulnerabilities for the version 6.5.8 of the package @storybook/addon-actions