Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0-alpha #566

Merged
merged 7 commits into from
Dec 15, 2018
Merged

v3.0.0-alpha #566

merged 7 commits into from
Dec 15, 2018

Commits on Nov 19, 2018

  1. v3.0.0-alpha

    * feat(deps): update hoist-non-react-statics to ^3.1.0
    * feat(HOCs): switch firestoreConnect and firebaseConnect to use componentDidMount over componentWillMount
    prescottprue authored and Scott Prue committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    554c873 View commit details
    Browse the repository at this point in the history
  2. feat(core): Upgrade to babel 7

    Scott Prue committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    206e018 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Merge branch 'next' into v3.0.0-alpha

    Scott Prue committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    5568e07 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Support react-redux v6 and React 16 context API - #581 (#584)

    * feat(core): New react context API working with HOCs (`firebaseConnect`, `firestoreConnect` `withFirebase`, and `withFirestore`) - #581
    * feat(core): support `react-redux` v6 by removing usage of `context.store` (used to be added by `Provider` from `react-redux`)
    * feat(core): Added `ReactReduxFirebaseContext` and `ReduxFirestoreContext` (with associated providers `ReactReduxFirebaseProvider` `ReduxFirestoreProvider` respectively)
    
    Breaking Change: react 16.4 is now a requirement due to using new context api
    prescottprue committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    791ec4b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. fix(core): shrink build size by adding babel-preset-minify - #573

    * fix(tests): use node 6 as target during tests
    * feat(core): remove getFirebase
    * feat(core): add sourcemaps (now that lib/es code is minified)
    Scott Prue committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    e4dd348 View commit details
    Browse the repository at this point in the history
  2. feat(deps): Update to webpack 4 and webpack-cli

    Scott Prue committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    acbc083 View commit details
    Browse the repository at this point in the history
  3. Switch to Object.keys so tests pass

    Scott Prue committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    96b27c5 View commit details
    Browse the repository at this point in the history