## Changelog ### v1.4.0 * Add CLI option to specify the config dir. See [PR52](https://github.com/kadirahq/react-storybook/pull/52). ### v1.3.0 * Load the `.babelrc` manually. Fixed: [#41](https://github.com/kadirahq/react-storybook/issues/41) * Add a better contributing guide. See [CONTRIBUTING.md)](https://github.com/kadirahq/react-storybook/blob/master/.github/CONTRIBUTING.md) * Add a development utility `npm run dev` which watches "src" directory and run `npm run prepublish`. ### v1.2.0 * Add a button to clear logs in the ActionLogger. This is requested in [PR21](https://github.com/kadirahq/react-storybook/issues/21). * Remove navigation list order hijacking. See [commit](https://github.com/kadirahq/react-storybook/commit/166365fd38f51f79e69e028a1c11e2620eddcb99). * Fix a typo in .gitignore. See [PR31](https://github.com/kadirahq/react-storybook/pull/31). * Add support for JSX. See [PR18](https://github.com/kadirahq/react-storybook/pull/18). ### v1.1.0 * v1.0.0 was a mistake and it contains very old code. That's why we had to do a 1.1.0 release. ### v1.0.0 * Yeah!