@storybook/addon-actions version 8.6.0 introduces several key improvements and updates compared to its predecessor, version 8.5.8. Both versions serve the same core purpose: providing UI feedback when actions are performed on interactive elements within Storybook stories. However, the newer version includes crucial updates for compatibility and development environment.
The most notable change lies in the peer dependency: version 8.6.0 is designed to work seamlessly with Storybook version 8.6.0, while version 8.5.8 targets Storybook 8.5.8. This synchronization ensures smooth integration and avoids potential conflicts or unexpected behavior. Furthermore, the typescript version in devDependencies has been updated from 5.3.2 to ^5.7.3, indicating improvements in type checking and code quality. Another significant update lies in the @storybook/test version which was updatet to 8.6.0 to keep with the new version.
Developers upgrading should also note the slightly increased unpacked size, from 59089 to 65217, suggesting possible additions or modifications to the codebase, potentially involving new features or optimizations. The release date also marks a clear distinction, indicating a newer and actively maintained package, benefiting from recent bug fixes and enhancements. These changes ensure a more robust and compatible experience for developers utilizing @storybook/addon-actions in their Storybook setups especially with new typescript and using testing library. This enables greater confidence in the action feedback mechanism when building and testing UI components.
The are not vulnerabilities for the version 8.6.0 of the package @storybook/addon-actions