@storybook/addon-actions provides UI feedback when users interact with components in Storybook, making it easier to verify that events are firing correctly. Version 7.4.3, released on September 20, 2023, is a minor update over the previous stable version 7.4.2, released on September 15, 2023.
The core functionality of capturing and displaying actions remains consistent between the two versions. Examination of the data reveals that the primary differences lie in the version numbers propagated across Storybook's internal dependencies. Specifically, dependencies like @storybook/types, @storybook/theming, @storybook/components, @storybook/core-events, @storybook/manager-api, and @storybook/preview-api, and @storybook/client-logger are upgraded from version 7.4.2 to 7.4.3 in the newer release.
For developers, this likely represents bug fixes, performance improvements, or minor feature enhancements within the Storybook ecosystem itself, rather than drastic changes to the addon-actions API. If you're already using @storybook/addon-actions, upgrading to 7.4.3 ensures that you're benefiting from the latest improvements and bug fixes within the Storybook platform. The fileCount and unpackedSize of the packages did not change, which suggests that the change was very minimal and likely focussed on consistency across storybook packages. Examine the Storybook changelog for the 7.4.3 release for full details on the potential impact.
The are not vulnerabilities for the version 7.4.3 of the package @storybook/addon-actions