@storybook/addon-interactions has released version 8.4.2, a minor update following closely on the heels of 8.4.1. Both versions continue to focus on automating, testing, and debugging user interactions within Storybook, helping developers build more robust and reliable UI components.
The primary difference lies in the version bumps of its internal dependencies, particularly @storybook/test and @storybook/instrumenter, which are updated from 8.4.1 to 8.4.2. Similarly, the peer dependency storybook is now expected to be at version 8.4.2, aligning it with other @storybook packages. These changes likely incorporate bug fixes, performance improvements, and new features within the testing and instrumentation frameworks.
For developers leveraging @storybook/addon-interactions, this means enhanced capabilities in designing and validating complex UI behaviors. The addon facilitates creating interactive stories with clearly defined states and actions, enabling automated testing of these interactions. It utilizes tools like polished and ts-dedent for styling and code formatting, promoting maintainability. With peer dependencies on react,react-dom and storybook, it integrates seamlessly into existing React-based Storybook projects.
If you're already using version 8.4.1, upgrading to 8.4.2 is recommended to benefit from the latest refinements and bug fixes within the underlying testing and instrumentation libraries. The update does not introduce breaking changes, making it a smooth transition. The bumped peer dependencies with storybook ensure the addon remains compatible with the latest Storybook features and updates. The unchanged unpacked size hints that only minimal changes were introduced.
The are not vulnerabilities for the version 8.4.2 of the package @storybook/addon-interactions