Releases: tshaddix/webext-redux
Releases · tshaddix/webext-redux
v.1.5.1
Patch fixes mis-defined typescript definition for aliases.
v1.4.0
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!
v1.3.3
Added slight modification to package.json
to allow proper linting/testing in Windows environments. See #74 and #83 for details.
v1.3.1
Includes a fix to a bug which broke WebExtension support. #60
v1.3.0
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
v1.2.0
Adds feature for communicating with external extension ids. Check out #49 for more details on the changes made.
v1.1.0
All actions from UI Components now contain a_sender
property that indicates which tab sent the action.
v1.0.0
Stable release of react-chrome-redux
. Marks stable API spec.
v0.0.8
Changes include:
- Errors for incorrect config options, #15
- Bug fix for #18: Handling undefined dispatch responses