@storybook/addon-actions versions 6.3.13 and 6.3.12 both provide a crucial utility for Storybook users, enabling UI feedback when actions are performed on interactive elements within your stories. This enhances the development and testing process by visually confirming that your components are responding correctly to user interactions. While the core functionality remains consistent, there are key differences to consider.
The primary distinction lies in the dependency versions of peer and internal packages. While most dependencies are identical, @storybook/api, @storybook/addons, @storybook/theming, @storybook/client-api, @storybook/components, and @storybook/core-events are updated from version 6.3.12 to 6.3.13. These updates likely include bug fixes, performance improvements, or new features within the broader Storybook ecosystem that @storybook/addon-actions relies upon. Developers should consult the Storybook changelog for details to understand the specific changes incorporated within these inter-package updates.
Additionally, the release dates differ significantly, with version 6.3.13 released on January 10, 2022, while version 6.3.12 was released on October 14, 2021. The later release date suggests version 6.3.13 includes any bug fixes or patches identified and addressed in the months following the release of 6.3.12. Package sizes remain seemingly identically, with unpacked size and fileCount being the same.
For developers choosing between these versions, opting for 6.3.13 is generally recommended to benefit from the latest updates and fixes within its dependencies, assuming compatibility with your existing Storybook setup and dependencies. If you encounter any issues after upgrading, consulting the Storybook release notes or downgrading to 6.3.12 might be necessary.
The are not vulnerabilities for the version 6.3.13 of the package @storybook/addon-actions