The @storybook/addons package, essential for extending Storybook's functionality, saw a minor version update from 6.1.16 to 6.1.17 on February 4th, 2021. Both versions serve as a central store for addons, enabling developers to enhance their Storybook environment with custom panels, tabs, and functionality. Examining the package metadata reveals subtle differences, primarily centered around dependency versions. Notably, the @storybook/api, @storybook/router, @storybook/theming, @storybook/channels, @storybook/core-events, and @storybook/client-logger dependencies were all bumped from version 6.1.16 to 6.1.17 in the newer release. This suggests that version 6.1.17 likely includes bug fixes, performance improvements, or new features within these core Storybook modules that directly impact addon development and integration.
For developers utilizing @storybook/addons, this update signifies a potentially smoother and more feature-rich addon development experience. While the core API remains consistent (peer dependencies for React and ReactDOM are unchanged, requiring versions 16.8.0 or 17.0.0), the updated internal dependencies may offer enhanced stability and access to the latest Storybook features within their addons. Developers are advised to upgrade from 6.1.16 to 6.1.17 to benefit from these incremental improvements and ensure compatibility with the broader Storybook ecosystem. The small size and unchanged file count of the package indicates that the update should be seamless with limited risks of breaking changes.
The are not vulnerabilities for the version 6.1.17 of the package @storybook/addons