Polymer Redux Versions Save

Polymer bindings for Redux.

v1.0.2

6 years ago

Adds webpack module support for bundling.

v1.0.3

6 years ago

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

v1.0.1

6 years ago

Uses polymer-element.html import instead.

v1.0.0

6 years ago

Polymer 2.0 🎉

v0.4.2

7 years ago

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

v0.4.1

7 years ago

Fixes #62 Polymer linting was reporting ReduxBehavior not found.

v0.4.0

7 years ago

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

v0.3.1

7 years ago

Fixes IE11 issue, Object.assignbeing undefined.

v0.3.0

7 years ago

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