Skip to content

v1.11.0

Compare
Choose a tag to compare
@alonrbar alonrbar released this 03 Feb 09:47
· 48 commits to master since this release

Added

  • New ReduxApp static method: getComponent.
    Primarily aimed for better integration with React (check out the new react examples).
  • yarn.lock file.

Changed

  • Differentiate between noDispatch and sequence methods. The first stays the
    same while the latter changed. From now on sequence methods has a double
    role. First, it dispatches an action which is ignored by the reducer.
    Second, it's being invoked as a regular method as it used to. While this
    change should not have any actual impact on application behavior it makes it
    easier to debug and track the flow of the application (through the various
    Redux loggers out there).