mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
1.1 KiB
1.1 KiB
Changelog
v1.4.0
- Add CLI option to specify the config dir. See PR52.
v1.3.0
- Load the
.babelrc
manually. Fixed: #41 - Add a better contributing guide. See CONTRIBUTING.md)
- Add a development utility
npm run dev
which watches "src" directory and runnpm run prepublish
.
v1.2.0
- Add a button to clear logs in the ActionLogger. This is requested in PR21.
- Remove navigation list order hijacking. See commit.
- Fix a typo in .gitignore. See PR31.
- Add support for JSX. See PR18.
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!