18-Dec-2016
Use a non-hacky way to detect yarn. PR24
18-Oct-2016
Fix some typos. PR21
12-Oct-2016
Add yarn support. Now users could install storybook with yarn and use yarn to install deps:
yarn global add getstorybook
getstorybook
For more info check docs.
07-Oct-2016
- Update more user friendly welcome screen to REACT_SCRIPTS generator.
05-Oct-2016
- Update to use the latest storybook. Also update REACT_SCRIPTS generator to support public folder.
30-Sep-2016
- Remove index.css import from config.js in CRA.
06-Aug-2016
Fix an issue related to Meteor.
- Related issue: kadirahq/react-storybook#423
- The fix: 088eecf
30-Aug-2016
- Update @kadira/storybook to version 2.5.2. PR17
- Add Arial font and remove image from Welcome message. PR16
30-Aug-2016
This is a mistakenly published version.
28-Aug-2016
26-Aug-2016
25-Aug-2016
- Add support for React Native apps. PR11
11-Aug-2016
10-Aug-2016
- Add better default stories. PR7
- Fix an issue with the
-f
option. With-f
, it was detecting every app as a CRA based app.
3-Aug-2016
Show some feedback when installing NPM dependencies. Fixes: #5.
Now we use childProcess.spawnSync
to run the npm install
command.
2-Aug-2016
Add the initial release supporting following project types:
- Create React App based projects.
- Any other React app.
- Any React component library.