Releases: sourcejs/sourcejs-react-styleguidist
Releases · sourcejs/sourcejs-react-styleguidist
0.5.0: Update to Babel 6
Update to Babel 6 and partial sync with react-styleguidist latest.
Thanks to @ndelangen for his PR #3!
0.4.0: Separate production build mode
Removed default production webpack bundle build on app start, now it's recommended to run build separately.
To enable old behaviour, which runs initial webpack build right app starts in production mode, enable config.preBuild
.
0.3.2: Fix windows compatibility
Fix spec ID resolving on Windows. Now plugin fully supports Windows OS.
0.3.1: Documentation update, tests fixing
Documentation update, tests fixing
0.3.0: Use relative paths and jsx by default
- other improvements
0.2.0: Fix missing peer dependency
- Add
react-dom
dep
0.1.0: Initial release
Initial SourceJS integration support