React Chrome Extension Boilerplate Versions Save

Boilerplate for Chrome Extension React.js project

v0.3.0

8 years ago
  1. remove react-hot-loader, use react-transform
  2. update file structure
  3. remove content script example
  4. remove LiveReload, background script use webpack build
    • replace webpack hot/log-apply-result.js, chrome.runtime.reload if background script changed.
  5. add inject react example

v0.2.1

8 years ago

fix new eslint-config-airbnb rules

v0.2.0

8 years ago
  1. update redux things version
  2. update redux todoapp example
  3. update dev dependencies version

v0.1.0

8 years ago
  1. inject state at createStore
  2. add save todos middleware
  3. fixed code

v0.0.3

8 years ago
  1. fix app/scripts/reactdevtool.js function
  2. add func-names rule

v0.0.2

8 years ago
  1. add ESLint
  2. fix all code

v0.0.1

8 years ago

Initial release.