storybook/CHANGELOG.md

35 lines
1.3 KiB
Markdown
Raw Normal View History

2016-03-31 14:29:46 +05:30
## Changelog
2016-04-06 21:40:58 +05:30
### v.NEXT
* Add `react` and `react-dom` to devDependencies.
### v1.5.0
* Add support for most of the custom webpack configuration. See [PR64](https://github.com/kadirahq/react-storybook/pull/64)
2016-04-05 20:00:51 +05:30
### v1.4.0
* Add CLI option to specify the config dir. See [PR52](https://github.com/kadirahq/react-storybook/pull/52).
2016-04-04 22:42:30 +05:30
### v1.3.0
2016-04-04 13:29:58 +05:30
2016-04-04 22:42:30 +05:30
* Load the `.babelrc` manually. Fixed: [#41](https://github.com/kadirahq/react-storybook/issues/41)
2016-04-04 14:12:55 +05:30
* Add a better contributing guide. See [CONTRIBUTING.md)](https://github.com/kadirahq/react-storybook/blob/master/.github/CONTRIBUTING.md)
2016-04-04 13:29:58 +05:30
* Add a development utility `npm run dev` which watches "src" directory and run `npm run prepublish`.
2016-04-04 12:24:01 +05:30
### v1.2.0
2016-04-04 10:37:11 +05:30
2016-04-04 12:22:42 +05:30
* Add a button to clear logs in the ActionLogger. This is requested in [PR21](https://github.com/kadirahq/react-storybook/issues/21).
2016-04-04 12:08:52 +05:30
* 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).
2016-04-04 10:37:11 +05:30
2016-03-31 14:40:28 +05:30
### v1.1.0
2016-04-03 09:48:17 -04:00
* v1.0.0 was a mistake and it contains very old code. That's why we had to do a 1.1.0 release.
2016-03-31 14:40:28 +05:30
2016-03-31 14:29:46 +05:30
### v1.0.0
* Yeah!