Releases: tur-nr/polymer-redux
Releases · tur-nr/polymer-redux
v1.0.3
Copies props from actions to proxied actions for use of redux middlewares like debounced.
v1.0.2
Adds webpack module support for bundling.
v1.0.1
Uses polymer-element.html
import instead.
v0.4.2
Fixed #55 - shows warning whenever developer defines a property called "actions"
v0.4.1
Fixes #62 Polymer linting was reporting ReduxBehavior
not found.
v0.4.0
Fixes the issue of not being able to dispatch action creators before the ready
event.
v0.3.1
Fixes IE11 issue, Object.assign
being undefined.
v0.3.0
Elements inherited behaviors now dispatch actions through the ReduxBehavior
instead of the store.