webext-redux

A set of utilities for building Redux applications in Web Extensions.

MIT License

Downloads
18.6K
Stars
1.2K
Committers
38
webext-redux - v1.5.0

Published by tshaddix almost 7 years ago

Added typescript definitions #102 #120.

webext-redux - v1.4.0

Published by tshaddix about 7 years ago

Updates to the proxy store state now receive a diff of changes rather than the entire state object (#100). Thanks @jdolle for all the excellent work!

webext-redux - v1.3.3

Published by tshaddix over 7 years ago

Added slight modification to package.json to allow proper linting/testing in Windows environments. See #74 and #83 for details.

webext-redux - v1.3.1

Published by tshaddix over 7 years ago

Includes a fix to a bug which broke WebExtension support. #60

webext-redux - v1.3.0

Published by tshaddix over 7 years ago

A way to show error messages that occur in the background #50 as well as a sweet new store.ready() function to help with bootstrapping your UI components #42

webext-redux - v1.2.0

Published by tshaddix almost 8 years ago

Adds feature for communicating with external extension ids. Check out #49 for more details on the changes made.

webext-redux - v1.1.0

Published by tshaddix almost 8 years ago

All actions from UI Components now contain a_sender property that indicates which tab sent the action.

webext-redux - v1.0.0

Published by tshaddix almost 8 years ago

Stable release of react-chrome-redux. Marks stable API spec.

webext-redux - v0.0.8

Published by tshaddix about 8 years ago

Changes include:

  • Errors for incorrect config options, #15
  • Bug fix for #18: Handling undefined dispatch responses
webext-redux - v0.0.7

Published by tshaddix over 8 years ago

Reduced bundle size by using selective imports for lodash. (See #4 for more info)

webext-redux - v0.0.6

Published by tshaddix over 8 years ago

The Lodash dependency was removed from the package.json in earlier versions. This ensures lodash will be installed with the package through npm.

webext-redux - v0.0.5

Published by tshaddix over 8 years ago

Changed returned value of action calls to return the payload, not the action wrapper.

Package Rankings
Top 2.17% on Npmjs.org
Badges
Extracted from project README
NPM Version NPM Downloads
Related Projects