Version 7.0.8 of @storybook/addon-actions offers subtle but important improvements over its predecessor, version 7.0.7. Both versions aim to provide developers with UI feedback when an action is performed on an interactive element within Storybook. This functionality is crucial for visually confirming that your components are behaving as expected when users interact with them. They share the same core dependencies for managing unique identifiers (uuid), performing deep equality checks (dequal), utility functions (lodash), color manipulation (polished), data serialization(telejson), template literal handling (ts-dedent), managing prop types(prop-types), inspecting react components(react-inspector), Storybook's internal types, global APIs, theming, UI components, core events, manager and preview APIs as well as client-side logging. The development dependencies for Typescript typings are the same between versions highlighting a similar development environment for both versions.
While functionality remains consistent, the key difference lies in the updated dependency versions across different Storybook packages. The differences are for internal Storybook packages such as @storybook/types, @storybook/theming, @storybook/components, @storybook/core-events, @storybook/manager-api and @storybook/preview-api going from version 7.0.7 to 7.0.8, which likely include bug fixes and potentially minor feature enhancements within the Storybook ecosystem itself. Furthermore, directory indicated in "repository" has changed from addons/actions to code/addons/actions.
Developers would benefit from upgrading to 7.0.8 to receive these latest enhancements and bug fixes within the Storybook platform, guaranteeing a more stable and up-to-date experience when building UI components. Since react and react-dom are peer dependencies, upgrades should work well with existing projects.
The are not vulnerabilities for the version 7.0.8 of the package @storybook/addon-actions