Skip to content

v1.7.0

Choose a tag to compare

@alonrbar alonrbar released this 04 Nov 08:39
· 133 commits to master since this release

Added

  • Connection of components inside the app tree is now stable.
  • The 'computed' decorator is now stable.
  • Can use the 'computed' decorator on non-components (although must still be used inside the app tree).

Changed

  • Connected components sources are persisted only in the ReduxApp tree (and not in the store).
  • Computed values are persisted only in the ReduxApp tree (and not in the store).
  • Internal code organization changes.

Fix

  • Fix potential collision of connected components with IDs.