v2.0.0 Beta
Pre-release
Pre-release
Features
- Keeping data on logout - #125
- Listeners now kept on state (follows byId/allIds pattern from redux docs)
-
ordered
reducer added for managing ordered state (SET_ORDERED
no longer used) -
populate
works for profile (needed to remove share population logic) - Presence capability added to show currently logged in users and track user sessions (
presence
in config) - Firebase is no longer a dependency (build size, native compatibility, bundling for boilerplates, etc.) - #173, #131, #107
Fixes/Enhancements
- Drop support for passing Firebase instance
- Drop support and deprecation warning for
profileDecorator
(useprofileFactory
) - Drop support and deprecation warning for
distpatchOnUnsetListener
(usedistpatchOnUnsetListener
, note incorrect spelling) - Auto profile population removed (profile population will require using populate)
isLoaded
andisEmpty
logic simplified- Tests passing with new syntax (including reducers)
- Tests no longer skipped from linting
- Tons of other code simplifications