@storybook/addon-actions provides UI feedback when interactive elements trigger actions within your Storybook stories, making it easier to develop and debug UI components. Comparing versions 7.5.0 and 7.4.6, the core functionality remains consistent, focusing on capturing and displaying action calls in the Storybook UI.
The most notable difference lies in the updated dependency versions. Version 7.5.0 aligns with the broader Storybook ecosystem, incorporating @storybook/types, @storybook/theming, @storybook/components, @storybook/core-events, @storybook/manager-api, and @storybook/preview-api at version 7.5.0. This synchronization ensures compatibility and access to the latest features and bug fixes within the entire Storybook environment. In contrast, version 7.4.6 uses version 7.4.6 of the corresponding @storybook/* packages.
Developers upgrading to 7.5.0 will benefit from improved stability and potential performance enhancements inherent in the aligned Storybook core. While user-facing changes directly attributable to the addon-actions might be subtle, the improved integration with the rest of the Storybook suite translates to a smoother development experience. The package also shares the same dependencies and devDependencies with only version upgrades on the Storybook dependencies. Both versions maintain identical peer dependencies for React and React DOM, ensuring broad compatibility with existing projects. The "uuid", "dequal", "lodash", "polished", "telejson", "ts-dedent", "prop-types", "react-inspector", "@storybook/global", "typescript", "@types/uuid" and "@types/lodash" dependencies are kept in the same major/minor version.
The are not vulnerabilities for the version 7.5.0 of the package @storybook/addon-actions