Storybook's @storybook/addon-actions provides a valuable tool for developers, enabling real-time UI feedback whenever an interactive element triggers an action within Storybook stories. Examining the evolution from version 6.3.13 to 6.4.0, we see key updates that streamline the development experience. While both versions share the core functionality of capturing and displaying action events, the dependency list reveals notable shifts.
Specifically, version 6.4.0 introduces @storybook/csf indicating closer integration and compatibility with Component Story Format. Several Storybook-related packages were also bumped up to the 6.4.0 version, providing a more consistent experience for users working with multiple addons. The updated version also drops any usage of @storybook/client-api, suggesting changes on how the addon interacts with the Storybook framework.
Both versions maintain dependencies on essential libraries like lodash, core-js, and react-inspector, crucial for functionality and compatibility. Developers upgrading to 6.4.0 benefit from a more consistent environment, with better alignment between core Storybook components and addons. This enhanced cohesion promotes a smoother, faster workflow for building and testing interactive components within Storybook. Furthermore, the underlying code underwent changes, resulting in an increased unpacked size of 133092 compared to 126977 in the older version. This reflects potential enhancements, bug fixes, or feature additions that improve overall performance.
The are not vulnerabilities for the version 6.4.0 of the package @storybook/addon-actions