Skip to content

Releases: tur-nr/polymer-redux

v1.0.3

07 Oct 02:54
Compare
Choose a tag to compare

Copies props from actions to proxied actions for use of redux middlewares like debounced.

v1.0.2

07 Oct 02:56
Compare
Choose a tag to compare

Adds webpack module support for bundling.

v1.0.1

19 Jun 23:35
Compare
Choose a tag to compare

Uses polymer-element.html import instead.

v1.0.0

13 Jun 01:44
Compare
Choose a tag to compare

Polymer 2.0 🎉

v0.4.2

03 Apr 12:28
Compare
Choose a tag to compare

Fixed #55 - shows warning whenever developer defines a property called "actions"

v0.4.1

19 Mar 23:12
Compare
Choose a tag to compare

Fixes #62 Polymer linting was reporting ReduxBehavior not found.

v0.4.0

11 Feb 00:33
Compare
Choose a tag to compare

Fixes the issue of not being able to dispatch action creators before the ready event.

v0.3.1

30 Jan 02:54
Compare
Choose a tag to compare

Fixes IE11 issue, Object.assignbeing undefined.

v0.3.0

17 Oct 03:32
Compare
Choose a tag to compare

Elements inherited behaviors now dispatch actions through the ReduxBehavior instead of the store.