Skip to content

Releases: jhen0409/react-chrome-extension-boilerplate

v0.9.0

05 May 15:39
Compare
Choose a tag to compare
  1. Use webpack-httpolyglot-server instead of webpack-dev-server #37
  2. React v15 aa66711
  3. Update ESLint dependencies & update rules #38
  4. Update other dependencies 92f8c6c

v0.8.1

30 Mar 01:08
Compare
Choose a tag to compare
  1. Include redux-devtools-extension on dev mode 4b64373
  2. Upgrade dependencies dbac508 #30 #29

v0.8.0

13 Feb 18:14
Compare
Choose a tag to compare
  1. Remove gulpfile, used CLI and shelljs instead #27
  2. Use babel-plugin-webpack-loaders instead of css-modules-require-hook, it will support more webpack loaders on test 08e4866
  3. Use babel-plugin-transform-runtime instead of babel-polyfill 2ebc9ad
  4. The new compress usage

v0.7.0

05 Feb 14:54
Compare
Choose a tag to compare
  1. Support CSS Modules #24
  2. Inject page use todoapp #25
  3. Remove redux-devtools denpendencies, just use redux-devtools-extension a432ef3

v0.6.2

09 Jan 15:45
Compare
Choose a tag to compare
  1. Remove already exists in babelrc config #b61c9626
  2. Update redux-devtools to stable version

v0.6.1

25 Dec 05:57
Compare
Choose a tag to compare
  1. Update to Babel 6 #17
  2. Using babel-preset-react-hmre instead of all react-transform dependencies d9762d2, 79efd9c
  3. Remove scalable icon 0f38589
  4. Add unpacked guide link to readme and log 5d9784c
  5. All tasks in gulp #18, ce7d849

v0.6.0

08 Dec 19:17
Compare
Choose a tag to compare
  1. Use crx to pack Chrome Extension. (#9, fda00e1)
  2. Use rimraf instead of rm -rf.
  3. Use co-mocha to support Generater & Async functions in E2E tests.
  4. Add AppVeyor build.
  5. Use process.env instead of __DEFINE_ENVS__ in webpack.
  6. Update react to 0.14.3.
  7. Update redux-devtools to 3.0.0-beta3.
  8. Update eslint-config-airbnb to 0.1.0 and update coding style.
  9. Add redux-devtools-extension, we can run DEVTOOLS_ENV=1 npm run dev to enable it.

v0.5.0

10 Nov 13:29
Compare
Choose a tag to compare
  1. Add tests (#3, #4, #7)
    • React components & Redux actions, reducers tests
    • todoapp (window, popup), injectpage E2E tests
  2. Fix the compress task (#6)
  3. Fix hot reload

v0.4.1

12 Oct 16:25
Compare
Choose a tag to compare
  1. Fixed react-transform in production error.

v0.4.0

29 Sep 14:27
Compare
Choose a tag to compare
  1. Upgrade Redux version
  2. Upgrade react-transform version
  3. Promisify chrome api & use co (see chrome/app/background/index)
  4. Separate todoapp and injectpage (see app)