@storybook/addon-actions provides developers with immediate UI feedback when users interact with components, making it easier to verify functionality directly within Storybook. Comparing versions 6.2.2 and 6.2.1 highlights subtle yet important refinements. Both versions maintain the core functionality of capturing and displaying actions, relying on dependencies like global, lodash, and core-js for broad compatibility and utility functions. Key peer dependencies, react and react-dom, remain consistent, ensuring compatibility with versions 16.8.0 and 17.0.0.
The significant differences are observed mainly in the internal dependencies. Version 6.2.2 upgrades its internal Storybook package dependencies such as @storybook/api, @storybook/addons, @storybook/theming, @storybook/client-api, @storybook/components and @storybook/core-events all to version 6.2.2. Reflecting a synchronization with the broader Storybook ecosystem, while version 6.2.1 uses version 6.2.1 of those dependencies. These updates usually bring bug fixes, performance improvements, and new features from the core Storybook framework, enhancing the overall developer experience. Developers should consider upgrading to 6.2.2 to stay current with the Storybook ecosystem and benefit from ongoing improvements.
The are not vulnerabilities for the version 6.2.2 of the package @storybook/addon-actions