@storybook/addon-actions version 8.1.5 introduces subtle but crucial updates compared to its predecessor, 8.1.4. Both versions serve the core function of providing UI feedback when actions are triggered on interactive elements within Storybook, aiding developers in visualizing and verifying component behavior. They maintain the same dependencies on essential packages like uuid, dequal, and polished for internal operations, and rely on core Storybook components, global utilities, and event handling mechanisms. The developer experience remains largely consistent, retaining support for React 18, Typescript 5.3.2 and essential dev dependencies like react-inspector, telejson, and Storybook's theming and component libraries.
However, the key difference lies in the updated version of @storybook/core-events dependency, moving from 8.1.4 to 8.1.5 in the newer release. This suggests internal refinements or bug fixes within Storybook's core event system that directly impact the addon's functionality. While the file count and unpacked size remain identical, confirming no significant structural changes, the updated release date signifies a focused effort to address any underlying issues and ensure enhanced stability. For developers, upgrading to 8.1.5 is recommended to benefit from these improvements and maintain compatibility with the latest Storybook ecosystem. The package is available under MIT license and the source code is hosted in GitHub.
The are not vulnerabilities for the version 8.1.5 of the package @storybook/addon-actions