@storybook/addon-actions 8.6.13 is a maintenance release focused on compatibility and stability for Storybook users needing real-time UI feedback when interacting with components. It builds upon the solid foundation of version 8.6.12, offering the same core functionality designed to capture and display action events directly within the Storybook interface, facilitating easier debugging and interaction testing.
The primary change between these versions lies within the updated peer dependency: the storybook peer dependency. Version 8.6.13 requires storybook":"^8.6.13", whereas version 8.6.12 had peer dependency storybook":"^8.6.12". This means the newer addon version is designed to work best with that specific storybook version.
Developers continue to benefit from the addon's ability to track user interactions and display action payloads clearly. This is crucial for ensuring components behave as expected. Crucially, both versions maintain core dependencies like uuid, dequal, and polished, ensuring consistent performance and behavior. The development dependencies, including react, telejson, react-dom, typescript, @storybook/test, and react-inspector, remain mostly the same, indicating minimal changes in the internal build and testing processes.
Users upgrading from 8.6.12 should find a smooth transition to 8.6.13, experiencing the same reliable action tracking while getting the newest version of Storybook itself. The unchanged fileCount and unpackedSize suggest the size of the package is the same, indicating a minor change.
The are not vulnerabilities for the version 8.6.13 of the package @storybook/addon-actions