Skip to content

Releases: tshaddix/webext-redux

v.1.5.1

15 Jan 23:17
1a39714
Compare
Choose a tag to compare

Patch fixes mis-defined typescript definition for aliases.

v1.5.0

06 Jan 04:50
e3bacbd
Compare
Choose a tag to compare

Added typescript definitions #102 #120.

v1.4.0

09 Oct 00:04
Compare
Choose a tag to compare

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

14 Jun 01:49
Compare
Choose a tag to compare

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

v1.3.1

19 Feb 21:27
Compare
Choose a tag to compare

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

v1.3.0

04 Feb 16:39
Compare
Choose a tag to compare

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

22 Jan 22:40
Compare
Choose a tag to compare

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

v1.1.0

07 Jan 07:38
Compare
Choose a tag to compare

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

v1.0.0

01 Dec 18:19
Compare
Choose a tag to compare

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

v0.0.8

03 Aug 22:17
Compare
Choose a tag to compare

Changes include:

  • Errors for incorrect config options, #15
  • Bug fix for #18: Handling undefined dispatch responses