- Add npm3 requirement to the
package.json
. - Add
react
andreact-dom
to devDependencies.
- Add support for most of the custom webpack configuration. See PR64
- Add CLI option to specify the config dir. See PR52.
- 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
.
- 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.0.0 was a mistake and it contains very old code. That's why we had to do a 1.1.0 release.
- Yeah!