Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Price authored and Cody Price committed Dec 17, 2018
1 parent d01b1cd commit 8852344
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# storybook-addon-goto-iframe

Storybook.js addon to easily navigate directly to the current story's iframe!

## Installation

### For Storybook v4 and Webpack v4

```sh
yarn add -D storybook-addon-goto-iframe
```

### For Storybook v3 and Webpack v3

```sh
yarn add -D storybook-addon-goto-iframe@^1.0.0
```

## Usage

Install and then add the following line to your `.storybook/addons.js` file:

```js
import 'storybook/addon-goto-iframe/register';
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-goto-iframe",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/register.js",
"author": "Cody Price <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8852344

Please sign in to comment.