Version 3.3.0 of @storybook/addon-actions introduces several key changes for Storybook users compared to the previous stable version, 3.2.19. Most notably, it introduces new dependencies global and make-error and removes @storybook/addons and json-stringify-safe. The peer dependency @storybook/addons sees an important change by having its compatible version constrained to '^3.3.0'. Developers migrating to version 3.3.0 should be aware of these dependency updates and incorporate @storybook/addons version '^3.3.0'.
The react-inspector dependency remains from the previous version, ensuring continuation of structured data display for logged actions in Storybook. Both versions maintain support for react and react-dom as peer dependencies and both are MIT licensed. Also, the underlying mechanism for logging actions leveraging packages like uuid and deep-equal is consistent across both versions.
For developers using Storybook, @storybook/addon-actions provides a crucial tool for visualizing and understanding component interactions. This addon logs the data received by event handlers (actions) when a UI component is interacted with inside a Storybook story. By displaying this data, developers can confirm that events fired in the UI are behaving properly allowing to improve significantly react components testing and debugging. Upgrading to version 3.3.0 offers access to the latest features and improvements within the Storybook ecosystem, although as previously stated, consideration should be given to the new compatibility requirements of @storybook/addons.
The are not vulnerabilities for the version 3.3.0 of the package @storybook/addon-actions