@storybook/addon-actions
Advanced tools
Comparing version 3.2.13 to 3.2.14
{ | ||
"name": "@storybook/addon-actions", | ||
"version": "3.2.13", | ||
"version": "3.2.14", | ||
"description": "Action Logger addon for storybook", | ||
@@ -24,7 +24,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@storybook/addons": "^3.2.13", | ||
"@storybook/addons": "^3.2.14", | ||
"deep-equal": "^1.0.1", | ||
"json-stringify-safe": "^5.0.1", | ||
"prop-types": "^15.6.0", | ||
"react-inspector": "^2.2.0", | ||
"react-inspector": "^2.2.1", | ||
"uuid": "^3.1.0" | ||
@@ -31,0 +31,0 @@ }, |
# Storybook Addon Actions | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/storybooks/storybook.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/storybooks/storybook.svg?branch=master)](https://travis-ci.org/storybooks/storybook) | ||
[![Build Status on CircleCI](https://circleci.com/gh/storybooks/storybook.svg?style=shield)](https://circleci.com/gh/storybooks/storybook) | ||
[![CodeFactor](https://www.codefactor.io/repository/github/storybooks/storybook/badge)](https://www.codefactor.io/repository/github/storybooks/storybook) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847/badge.svg)](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847) | ||
[![BCH compliance](https://bettercodehub.com/edge/badge/storybooks/storybook)](https://bettercodehub.com/results/storybooks/storybook) [![codecov](https://codecov.io/gh/storybooks/storybook/branch/master/graph/badge.svg)](https://codecov.io/gh/storybooks/storybook) | ||
[![Storybook Slack](https://storybooks-slackin.herokuapp.com/badge.svg)](https://storybooks-slackin.herokuapp.com/) | ||
[![BCH compliance](https://bettercodehub.com/edge/badge/storybooks/storybook)](https://bettercodehub.com/results/storybooks/storybook) [![codecov](https://codecov.io/gh/storybooks/storybook/branch/master/graph/badge.svg)](https://codecov.io/gh/storybooks/storybook) | ||
[![Storybook Slack](https://now-examples-slackin-nqnzoygycp.now.sh/badge.svg)](https://now-examples-slackin-nqnzoygycp.now.sh/) | ||
[![Backers on Open Collective](https://opencollective.com/storybook/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/storybook/sponsors/badge.svg)](#sponsors) | ||
* * * | ||
Storybook Addon Actions can be used to display data received by event handlers in [Storybook](https://storybook.js.org). | ||
This addon works with Storybook for: | ||
[React](https://github.com/storybooks/storybook/tree/master/app/react) and | ||
[React Native](https://github.com/storybooks/storybook/tree/master/app/react-native). | ||
- [React](https://github.com/storybooks/storybook/tree/master/app/react) | ||
- [React Native](https://github.com/storybooks/storybook/tree/master/app/react-native) | ||
- [Vue](https://github.com/storybooks/storybook/tree/master/app/vue). | ||
@@ -28,3 +31,5 @@ ![Screenshot](docs/screenshot.png) | ||
import '@storybook/addon-actions/register'; | ||
```js | ||
import '@storybook/addon-actions/register'; | ||
``` | ||
@@ -31,0 +36,0 @@ Import the `action` function and use it to create actions handlers. When creating action handlers, provide a **name** to make it easier to identify. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75
192495
21
Updated@storybook/addons@^3.2.14
Updatedreact-inspector@^2.2.1