@storybook/addon-actions version 8.3.0 introduces subtle yet important changes compared to its predecessor, version 8.2.10. Both versions share the core functionality of providing UI feedback when actions are performed on interactive elements within Storybook. They maintain identical dependencies for core utilities like uuid, dequal, polished, @types/uuid, and @storybook/global, ensuring consistency in underlying functionalities. Similarly, development dependencies related to React, DOM, TypeScript, Telejson, React-inspector are consistent.
The most notable difference lies in the peer dependency on Storybook itself. Version 8.3.0 now requires storybook":"^8.3.0", implying a tighter integration and compatibility with the latest Storybook core. This means developers upgrading to @storybook/addon-actions 8.3.0 will also need to ensure they are running Storybook 8.3.0 to avoid potential conflicts or unexpected behavior. In contrast, version 8.2.10 was built for storybook":"^8.2.10". This upgrade can indicate potential new features from storybook being consumed, or breaking changes being aligned. This peer dependency change may encourage users to keep their Storybook installations up-to-date to leverage the latest addon features, including any bug fixes, performance improvements, or new functionalities introduced in Storybook core.
The release date also highlights the recency of each version, with 8.3.0 being released more recently. Furthermore, the unpacked size of the two versions shows a very small difference, from 59388 to 59096, suggesting optimization of code or a smaller feature set. Developers should carefully consider these version dependencies when upgrading and test the latest version thoroughly within their Storybook environments.
The are not vulnerabilities for the version 8.3.0 of the package @storybook/addon-actions