Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Commit

Permalink
updated changelog for new default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Oct 17, 2016
1 parent 4d5be08 commit 2251a00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

### vNext

### v0.0.6

- Feature: Allow setting a background as a default [#21](https://github.com/NewSpring/react-storybook-addon-backgrounds/pull/21)

### v0.0.5

- Feature: Allow background images instead of just color [#15](https://github.com/NewSpring/react-storybook-addon-backgrounds/pull/15)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ import backgrounds from "react-storybook-addon-backgrounds";

storiesOf("Button", module)
.addDecorator(backgrounds([
{ name: "twitter", value: "#00aced" },
{ name: "twitter", value: "#00aced", default: true },
{ name: "facebook", value: "#3b5998" },
]))
.add("with text", () => <button>Click me</button>)
Expand Down

0 comments on commit 2251a00

Please sign in to comment.