Skip to content

v1.6.0

Choose a tag to compare

@alonrbar alonrbar released this 04 Nov 08:36
· 160 commits to master since this release

Added

  • New decorator: connect.
  • New static method ReduxApp.create (same as invoking the constructor directly, meant to help avoiding lint warnings).
  • withId can be used without the parenthesis.

Changed

  • Marked the 'computed' decorator as experimental (requires further testing and validation).
  • Set default log level to LogLevel.Warn.
  • Remove some verbose log messages.

Fix

  • Avoid invoking getters unnecessarily when probing for Component methods.
  • Improve updateState logic. Array handling logic in specific.
  • Improve pre-loaded state handling.