@storybook/addon-actions provides UI feedback when an action is performed on an interactive element within your Storybook stories, a crucial tool for component development and testing. Comparing versions 7.4.5 and 7.4.4 reveals subtle but essential updates.
Both versions share the same core functionality and dependencies like uuid, dequal, lodash, polished, telejson, ts-dedent, prop-types, react-inspector, @storybook/types, @storybook/global, @storybook/theming, @storybook/components, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger, ensuring a consistent foundation for capturing and displaying action events. The development dependencies for TypeScript and associated type definitions remain consistent as well alongside the peer dependencies for React and React DOM, guaranteeing compatibility.
Fundamentally, the difference lies in the updated @storybook/* dependency versions. Version 7.4.5 utilizes @storybook/types: 7.4.5, @storybook/theming: 7.4.5, @storybook/components: 7.4.5, @storybook/core-events: 7.4.5, @storybook/manager-api: 7.4.5, @storybook/preview-api: 7.4.5, and @storybook/client-logger: 7.4.5. This indicates that version 7.4.5 incorporates the latest bug fixes, performance improvements, and potentially new features introduced within the core Storybook ecosystem. Essentially, upgrading offers a refined and more robust experience, potentially resolving issues present in version 7.4.4 and keeping your addon aligned with the most current Storybook standards. Consider upgrading to benefit from these improvements. The updated release date demonstrates this upgrade to be recent.
The are not vulnerabilities for the version 7.4.5 of the package @storybook/addon-actions