Skip to content

v1.5.0-alpha

@prescottprue prescottprue tagged this 23 May 03:15
### Description
* Adds `updateProfile`, `updateAuth`, and `updateEmail` methods that dispatch associated start/success/failure actions
* Adds multiple features to populate - #132
* Uses `prop-types` instead of importing from react - #122 
* `distpatchOnUnsetListener` fixed to be `dispatchOnUnsetListener` (depreciation warning added along with a test confirm it is displayed)
* Do not include `dbPath` in response from `deleteFile` method if it is undefined (test added to check this case)
* `.eslintrc` file now using yaml format instead of JSON format (easier to read)
* Unnessesary global eslint comments removed from tests (no longer needed due to globals being moved to `.eslintrc`)
* `enableEmptyAuthChanges` config option added - #137

### Check List

- [X] All tests passing
- [X] Docs updated with any changes or examples
- [X] Added tests to ensure feature(s) work properly

### Relevant Issues
* [#122](https://github.com/prescottprue/react-redux-firebase/issues/#122)
* [#132](https://github.com/prescottprue/react-redux-firebase/issues/#132)
* [#137](https://github.com/prescottprue/react-redux-firebase/issues/#137)
Assets 2
Loading