@storybook/addon-actions version 8.6.9 is a minor update to the popular Storybook addon, building upon the functionality of version 8.6.8 to provide developers with enhanced UI feedback when interacting with components in their stories. Both versions serve the same core purpose: capturing and displaying events triggered by user actions within Storybook, allowing for easier debugging and a clearer understanding of component behavior.
Key differences between the two versions lie primarily in their peer dependency and internal testing. Version 8.6.9 declares a peer dependency of "storybook":"^8.6.9", ensuring compatibility with the latest Storybook release, while the previous version 8.6.8 had a peer dependency on "storybook":"^8.6.8". Additionally, "@storybook/test" dependency has been synchronized with the main version number reflecting possible testing improvements or fixes.
For developers, migrating from 8.6.8 to 8.6.9 should be a straightforward process, mainly involving updating the addon's version in their project's package.json file and running an install command. As the core dependencies remain consistent (uuid, dequal, polished, @types/uuid, @storybook/global, react, telejson, react-dom, typescript, react-inspector), the update likely focuses on bug fixes, performance improvements, or compatibility adjustments related to the Storybook core. The addon remains licensed under MIT.
The are not vulnerabilities for the version 8.6.9 of the package @storybook/addon-actions