@storybook/addon-interactions version 7.6.2 introduces subtle but important updates compared to the previous stable release, 7.6.1. Both versions serve the same core purpose: enabling developers to automate, test, and debug user interactions within their Storybook stories. This empowers a more robust and reliable component development workflow. At their heart, these versions depend on libraries like polished for styling, jest-mock for creating mock functions, and ts-dedent for cleaner template strings, ensuring a solid foundation for interaction testing. Key peer dependencies on core Storybook packages such as @storybook/types, @storybook/global, @storybook/components, and @storybook/preview-api, remain consistent enabling a smooth and coherent experience within the Storybook ecosystem.
The fundamental functionality remains the same, with libraries like @storybook/testing-library (marked as "next", indicating bleeding edge/unstable releases) ready for simulating user behavior. The @devtools-ds/object-inspector continues as a valuable tool for inspecting objects during interaction testing.
The really intriguing difference lies in the version bumps of internal Storybook dependencies. Version 7.6.2 features some updated versions of internal Storybook packages (@storybook/theming, @storybook/components, @storybook/core-common, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, @storybook/instrumenter, @storybook/client-logger). These updates usually contain bug fixes, performance improvements, and potentially new features within the Storybook environment itself, ultimately contributing to a better overall experience when working with the interactions addon. Developers should upgrade to 7.6.2 to benefit from these improvements and ensure compatibility with the latest Storybook features. The 1-day difference between release dates highlights that 7.6.2 is a patch release.
The are not vulnerabilities for the version 7.6.2 of the package @storybook/addon-interactions