@storybook/addon-essentials offers a curated collection of add-ons designed to enhance the Storybook development experience. Comparing versions 6.1.5 and 6.1.6, the core functionality remains consistent, focused on providing essential tools for component documentation, interaction, and visual testing within Storybook. Both versions include vital add-ons like @storybook/addon-docs for generating documentation, @storybook/addon-actions for logging interactions, @storybook/addon-controls for live editing props, and add-ons for managing toolbars, viewports and backgrounds. The dependencies show updates across the board, ensuring that the core Storybook ecosystem is aligned and compatible.
The key difference lies in the synchronized versioning of the dependent @storybook packages. Version 6.1.6 updates all internal @storybook dependencies (like @storybook/api, @storybook/addons, @storybook/addon-docs, etc.) to version 6.1.6, aligning them with the addon-essentials package. In 6.1.5, they are aligned to version 6.1.5. This means users upgrading to 6.1.6 will also receive the latest fixes and features within these individual add-ons.
For developers, this upgrade ensures they are leveraging the most recent improvements across the Storybook ecosystem. Furthermore, both versions share the same peer dependencies like React, ReactDOM, Webpack and Babel, so compatibility is maintained for commonly used setups within storybook environments.The upgrade from 6.1.5 to 6.1.6 is a recommended step to keep your Storybook environment current and benefit from potential bug fixes and enhancements within the core Storybook add-on ecosystem.
The are not vulnerabilities for the version 6.1.6 of the package @storybook/addon-essentials