v2.0.0-rc.1
Pre-release
Pre-release
- feat(HOCs): Removed recompose's
withContext
fromwithFirebase
andwithFirestore
in order to support reactv16.*.*
- #337 - feat(HOCs):
props.dispatch
added towithFirebase
- feat(core): expose
reducer
asreducer
to match common redux panther also seen with other
libraries such asredux-form
- fix(storage):
progress: true
option on upload would cause dispatch ofFILE_UPLOAD_START
to occur twice - feat(tests): drastically simplified tests (mostly removing repeated code) while adding more coverage
- feat(core):
babel-transform-decorators-legacy
removed from dependencies (no longer used in tests) - feat(core):
recompose
is now a dev dependency only (no longer used in HOCs as part of fix for #337)