@storybook/addon-actions facilitates the capture and display of data received by event handlers in Storybook, offering valuable feedback on the interactivity of UI components. Comparing versions 8.5.6 and 8.5.5, the core functionality remains consistent, focused on simplifying the process of verifying component behavior in response to user interactions. Both leverage dependencies like uuid, dequal, and polished for internal operations and type definitions from @types/uuid, ensuring stable performance with react which is a peer dependency, and other packages like react-dom, telejson, and react-inspector for comprehensive support of the React ecosystem.
The most notable difference between the two versions lies primarily in their peer dependency and the updated @storybook/test version. Version 8.5.6 requires Storybook version 8.5.6 as a peer dependency, while 8.5.5 required Storybook version 8.5.5. This indicates compatibility updates and potential bug fixes addressed within the broader Storybook framework and the addon. Developers upgrading should ensure their core Storybook installation is aligned with the addon's peer dependency to prevent compatibility issues. The update of @storybook/test to 8.5.6 suggests improvements or bug fixes specifically within Storybook's testing utilities which is likely to impact automated testing workflows. Finally, the change in release date indicates recent bug fixes, and general stability improvements or new features.
The are not vulnerabilities for the version 8.5.6 of the package @storybook/addon-actions