Skip to content

v1.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@prescottprue prescottprue released this 03 Oct 20:57
· 77 commits to alpha since this release
7e3269e
  • feat(reducers): ordered and data reducer using new v1 state pattern outlined in the v1.0.0 roadmap (full query path in ordered, sub-collections separate from doc in data)
  • feat(core): firestoreDataSelector andfirestoreOrderedSelector utilities for selecting values from state
  • fix(reducers): LISTENER_RESPONSE action not correctly updating state for sub-collections - #103
  • fix(reducers): ordered state not updated with added item in array - #116
  • fix(reducers): updates to arrays inside documents don't work as expected - #140