Skip to content

Releases: contactually/redux-capacitor

Minor patch for race condition

29 Jan 19:30
9058cc2
Compare
Choose a tag to compare

Release Notes

Minor patch to address race condition preventing default filters from being applied to initial entities mount

Documentation updates, Minor patch

18 Jan 18:29
Compare
Choose a tag to compare

v0.8.0: Adds preliminary & experimental websocket support

07 Feb 19:20
Compare
Choose a tag to compare

New Features:

  • Adds a new actions.D.pushEntityUpdate action, which merges new entity data directly to the store. For use with websockets.

Breaking Changes:
None

v0.7.0: Adds `type` to passed props

10 Jan 21:36
Compare
Choose a tag to compare

New Features:

  • The HOC will now pass the type of the container to it's child via props.
  • Improved spec coverage

v0.6.0: Add resetContainer action to HOC

05 Jan 18:44
Compare
Choose a tag to compare

New Features:

  • The Entities HOC now passes down a resetContainer action, which resets the container to its initial state when called.

Breaking:

  • updateFilters no longer takes option resetContainer. You should call resetContainer before updateFilters instead.

Support React 16

18 Dec 18:56
Compare
Choose a tag to compare
  • Moves react to peer dependencies
  • Will still work with React 15, just runs the test suite against react 16.

v0.4.0: Retain order of keys in nested maps

05 Dec 19:52
Compare
Choose a tag to compare

Non-Breaking Changes:

  • Uses OrderedMap in place of Map for nested object properties of entities, to preserve order of keys in an object.

Breaking Changes:
none

v0.3.0: Update to normalizr v3

01 Dec 16:15
Compare
Choose a tag to compare

Breaking changes:

v0.2.0: Better EntitiesConfig

01 Dec 16:14
Compare
Choose a tag to compare
  • New, simpler EntitiesConfig.configure({})
  • Moves asUser (redeye) logic out of entities package and into the frontend repo (where it belongs)