Tags: borisyip/react-redux-firebase
Tags
v1.5.0-rc.5 (prescottprue#262) * `watchEvent` accepts options object as third argument * `async/await` capability added to unit tests * Material example updated with new build setup including Webpack 3 * `npm run test` and `npm run test:cov` commands are now consistent * Yarn file updated * package-lock.json added
v2.0.0-beta.8 (prescottprue#263) * fix(reducer): `MERGE` action added and `SET` action to reverted to v1 behavior - prescottprue#255 * feat(populate): population of ordered data - prescottprue#239 * feat(populate) populate once queries - prescottprue#256 * feat(auth): emptyOnLogin config option added (defaults to `true`) - prescottprue#254 * feat(query): emit `NO_VALUE` for `once` queries that are empty - prescottprue#265 * fix(populate) Fixed populate function to return null for null paths * app instance handling now uses `firebase_` instead of `extendApp` (more functionality) - prescottprue#250 * Removed no longer in use code from v1 (validateConfig)
v1.4.7 (prescottprue#258) * Firebase Messaging service exposed (`firebase.messaging()`) * `resetBeforeLogin` config option added (defaults to `true` to keep current behavior) - prescottprue#254
v2.0.0 beta.7 (prescottprue#252) * fix(reducer): allow setting paths ending in numbers - prescottprue#248 * feat(auth): make signInWithCredential not dependent on provider - prescottprue#247 * `signInWithCustomToken` no longer decodes token internally for profile data (`profileFactory` should be used) - prescottprue#244 * Removed `jwt-decode` as a dependency (not needed since auth token no longer decoded internally) * Support lazy/module loading - prescottprue#249, prescottprue#250 * Updated SSR docs to include notes about `enableRedirectHanlding: false` - prescottprue#251 * Updated Roadmap with detection of non-http environments
v2.0.0 beta.6 (prescottprue#246) * feat(reducers): `authError` reducer added to mirror authError state in v1 - prescottprue#237 * fix(populate): Update to deep path roots do not work with population - prescottprue#241 * fix(auth docs): Login method docs for authWithCustomToken updated - prescottprue#245
v1.4.6 * Correctly unset multiple queries to the same base path - prescottprue#234, prescottprue#235 * Fix peer dependency warning from `eslint-config-standard` (updated `eslint-plugin-standard` to 3.0.1) * Define initialState in example within Readme - prescottprue#233
v2.0.0 beta.5 (prescottprue#229) * Fix bug in `updateProfile` method - prescottprue#210 * Fix population with deep root - prescottprue#223 * Fix RN sources must be an object error - prescottprue#228, prescottprue#231 * Fix an issue using string notation within `profileParamsToPopulate` * `hoist-non-react-statics` updated * `npm run docs:upload` added for uploading version specific docs (`npm run docs:publish` still used for publishing main version) * fixed login method return signature (object including `user`) - prescottprue#206
v1.4.5 (prescottprue#225) * display name logic is now internal (eliminates dependency) * `try/catch` added around usage of profileFactory (incase provided `profileFactory` function throws an error) * Fix possibility of race condition with `uniqueSet` - prescottprue#207 * Fix issue using storeAs with populates - prescottprue#216 * Profile docs improved for clarity * `.eslintrc` added to tests folder (extends base`.eslintrc`) * `PULL_REQUEST_TEMPLATE` simplified * `ISSUE_TEMPLATE` simplified and includes link to [codesandbox](https://codesandbox.io/) instead of [codepen](http://codepen.io) * Lint removed from tests
v2.0.0 Beta 4 (prescottprue#222) * Fixes issue with deep listener paths - prescottprue#219, prescottprue#221 * react `v16.0.0-0` added to peer dependencies * Webpack updated to `v3.4.1` * `presence` and `sessions` options support passing a function: ```js { userProfile: 'users', // list of online users organize by group parameter presence: (user) => `presence/${user.group}`, sessions: (user) => `sessions/${user.group}` } ``` * `sessions` option can now be set to null to not writing user sessions when using `presence` * Removed unnecessary constructor from `FirebaseConnect` component * `combineReducers` is now internal instead of being imported from redux (shrinks bundle size and limits dependencies) * [Material-UI example](https://github.com/prescottprue/react-redux-firebase/tree/v2.0.0/examples/complete/material) updates (Navbar state uses auth state instead of profile state)
PreviousNext