@storybook/addon-actions is a valuable tool for Storybook users, providing immediate feedback when interactive elements within stories are triggered. Comparing versions 6.2.0 and 6.1.21 reveals several noteworthy changes that developers should consider.
Version 6.2.0 upgrades several key dependencies. core-js jumps from version 3.0.1 to 3.8.2, likely incorporating important polyfills and fixes for broader JavaScript compatibility. polished goes from 3.4.4 to 4.0.5, bringing potential improvements to its styling utilities. react-inspector updates from 5.0.1 to 5.1.0 which could include enhanced component inspection capabilities within Storybook. Additionally, lodash moves from 4.17.15 to 4.17.20, incorporating bug fixes and performance improvements. A notable change is the replacement of the uuid v8 package by uuid-browser v3.1.0.
The upgrade to peer and dev dependencies have some consequences. The fileCount in the distribution has grown from 72 to 95 files, and the unpacked size has grown from 76660 to 97313.
These updates suggest a focus on improved compatibility, more robust styling options, and enhanced component debugging. Developers upgrading to 6.2.0 can expect a more refined and modern experience, benefitting from the latest advancements in its underlying dependencies. While the core functionality remains consistent, these changes contribute to a smoother and more reliable workflow for visualizing and testing interactive components in Storybook.
The are not vulnerabilities for the version 6.2.0 of the package @storybook/addon-actions