Skip to content

Commit

Permalink
Merge pull request #1018 from jamesdaniels/rc1
Browse files Browse the repository at this point in the history
chore(release): Changelog
  • Loading branch information
jamesdaniels committed Jun 2, 2017
2 parents 7064260 + f1e80fc commit 3f57a39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
<a name="4.0.0-rc.1"></a>
# [4.0.0-rc.1](https://github.com/angular/angularfire2/compare/4.0.0-rc.0...v4.0.0-rc.1) (2017-06-02)

### Breaking changes

* **rc:** Update to Firebase JS SDK 4.0 ([9642f5](https://github.com/angular/angularfire2/commit/9642f589ba73add6d49a5818a1109028f8c7729b))

In version 4.0 of the Firebase SDK `onAuthStateChanged` is only fired on sign-in and sign-out, [see the Firebase JS SDK changelog for more information.](https://firebase.google.com/support/release-notes/js#4.0.0). The added `AngularFireAuth.idToken: Observable<firebase.User>` behaves as `authState` used to.

<a name="4.0.0-rc0"></a>
# [4.0.0-rc0](https://github.com/angular/angularfire2/compare/2.0.0-beta.8...v4.0.0-rc0) (2017-05-02)

Expand Down

0 comments on commit 3f57a39

Please sign in to comment.