@storybook/addon-actions provides UI feedback within your Storybook environment whenever an interactive element triggers an action. This allows developers to precisely monitor how components behave with user interaction, increasing the efficiency of testing and debugging UI components. Version 8.1.1 is a patch release that builds upon the functionality offered in version 8.1.0, which was released just a day before, on May 14th, 2024.
Upon comparison of the two versions, the major difference lies in the synchronization of its internal dependencies. Specifically, "@storybook/core-events" has been upgraded from version 8.1.0 to 8.1.1 to align with the latest core updates within the Storybook ecosystem. The rest of the dependencies of the addon like react, react-dom, typescript, and other Storybook-related packages remain consistent between the two versions. Developers upgrading from 8.1.0 to 8.1.1 can expect a seamless transition with improvements and fixes coming down from @storybook/core-events, primarily addressing bug fixes that improve the overall stability.
The are not vulnerabilities for the version 8.1.1 of the package @storybook/addon-actions