Merge branch 'master' into patch-2

This commit is contained in:
Daniel Duan 2017-10-11 11:56:10 -04:00 committed by GitHub
commit f8e68c7bfb
2 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,8 @@ export function renderMain(data, storyStore) {
// https://github.com/storybooks/react-storybook/issues/81
previousKind = selectedKind;
previousStory = selectedStory;
} else {
return;
}
const context = {

View File

@ -110,6 +110,10 @@ Wrap your stories with the Apollo client for mocking GraphQL queries/mutations.
Save the screenshot image of your stories. via [Puppeteer](https://github.com/GoogleChrome/puppeteer).
### [Styles](https://github.com/Sambego/storybook-styles)
Add ability to customize styles in the story preview area
### [Figma](https://github.com/hharnisc/storybook-addon-figma)
Embed [Figma](https://figma.com) designs in a storybook panel.