@storybook/addons package version 7.0.22 is a minor update to the Storybook addons ecosystem, succeeding version 7.0.21. Both versions serve as the central store for Storybook addons, facilitating communication and data sharing between different parts of the Storybook UI and preview. Key functionalities remain consistent, focusing on simplifying the creation and integration of custom addons. For developers, this means a stable platform to build upon, regardless of choosing 7.0.21 or the 7.0.22 version.
The core functionalities exposed via the @storybook/addons package continues to allow addon developers to register panels, toolbars, and other UI elements within the Storybook interface. It relies on @storybook/manager-api and @storybook/preview-api for inter-component communication, ensuring seamless interaction between the manager UI and the preview iframe where stories are rendered.
The primary difference lies in the updated dependency versions of @storybook/types, @storybook/manager-api, and @storybook/preview-api. It is likely that the 7.0.22 version of @storybook/addons includes bug fixes, performance improvements, or minor feature enhancements inherited from these updated dependencies. While the file count (6) and unpacked size (4557) remain unchanged, which hints that the core structure of the package itself has not been altered significantly. Developers should consider upgrading to version 7.0.22 for the latest stability and improvements within the wider Storybook ecosystem, and refer to the Storybook changelog for specific details on fixed bugs, performance improvements, or new features propagated in these updated dependency packages. Both version depends on React and React DOM, with support for versions 16.8.0, 17.0.0 and 18.0.0.
The are not vulnerabilities for the version 7.0.22 of the package @storybook/addons