The @storybook/addon-actions package, designed to provide UI feedback when users interact with interactive elements in Storybook, has a new version, 8.1.8, released on June 13, 2024. This follows closely on the heels of version 8.1.7, released just a day prior on June 12, 2024. Both versions share the same core functionality, offering developers a way to monitor and display triggered actions within their Storybook stories, enhancing the development and testing workflow. The package utilizes dependencies like uuid for generating unique identifiers, dequal for deep equality checks, and polished for CSS-in-JS utilities. Key changes appear to be primarily internal updates, ensuring compatibility and stability within the Storybook ecosystem.
While both versions list identical development dependencies – covering React, TypeScript, and other Storybook-related packages -- the key difference lies in the @storybook/core-events and other @storybook/* packages. Version 8.1.8 upgrades @storybook/core-events and other @storybook/* packages to version 8.1.8. This suggests a synchronization of versions across the Storybook core, likely addressing minor bug fixes or internal improvements within the broader Storybook platform. Developers upgrading should ensure their other Storybook dependencies are also aligned to the 8.1.8 release to maintain compatibility and leverage any platform-wide enhancements. Given the minimal time difference and the nature of the version bump, the upgrade is likely focused on stability and minor refinements rather than groundbreaking new features.
The are not vulnerabilities for the version 8.1.8 of the package @storybook/addon-actions