Releases: jhen0409/react-chrome-extension-boilerplate
Releases · jhen0409/react-chrome-extension-boilerplate
v0.9.0
- Use
webpack-httpolyglot-server
instead of webpack-dev-server
#37
- React v15 aa66711
- Update ESLint dependencies & update rules #38
- Update other dependencies 92f8c6c
v0.8.0
- Remove gulpfile, used CLI and shelljs instead #27
- Use babel-plugin-webpack-loaders instead of css-modules-require-hook, it will support more webpack loaders on test 08e4866
- Use babel-plugin-transform-runtime instead of babel-polyfill 2ebc9ad
- The new compress usage
v0.7.0
- Support CSS Modules #24
- Inject page use todoapp #25
- Remove redux-devtools denpendencies, just use redux-devtools-extension a432ef3
v0.6.2
- Remove already exists in babelrc config #b61c9626
- Update redux-devtools to stable version
v0.6.1
- Update to Babel 6 #17
- Using
babel-preset-react-hmre
instead of all react-transform
dependencies d9762d2, 79efd9c
- Remove scalable icon 0f38589
- Add unpacked guide link to readme and log 5d9784c
- All tasks in gulp #18, ce7d849
v0.6.0
- Use
crx
to pack Chrome Extension. (#9, fda00e1)
- Use
rimraf
instead of rm -rf
.
- Use
co-mocha
to support Generater & Async functions in E2E tests.
- Add AppVeyor build.
- Use
process.env
instead of __DEFINE_ENVS__
in webpack.
- Update
react
to 0.14.3.
- Update
redux-devtools
to 3.0.0-beta3.
- Update
eslint-config-airbnb
to 0.1.0 and update coding style.
- Add redux-devtools-extension, we can run
DEVTOOLS_ENV=1 npm run dev
to enable it.
v0.5.0
- Add tests (#3, #4, #7)
- React components & Redux actions, reducers tests
- todoapp (window, popup), injectpage E2E tests
- Fix the compress task (#6)
- Fix hot reload
v0.4.1
- Fixed react-transform in production error.
v0.4.0
- Upgrade Redux version
- Upgrade react-transform version
- Promisify chrome api & use co (see chrome/app/background/index)
- Separate todoapp and injectpage (see app)