Skip to content

0.7.2 Beta (2022-01-24)

Compare
Choose a tag to compare
@jrista jrista released this 05 May 19:57
· 41 commits to develop since this release

Resolved a discrepancy in optional loading, where if the entity were a part of feature state,
and its state properties were nested underneath a feature state property on root state, the
correct entity state property could not be found.

Bug Fixes

  • operators: Update getEntityState function to check if entity has feature affinity, and access from the appropriate feature if necessary.
  • factories: Updated optional loading factories to support optional props where possible
  • actions: Updated optional loading actions to support optional props where possible

Internal

  • operators: Moved operator support utilities to their own code file