Skip to content

Commit 52fe569

Browse files
davideastjeffbcross
authored andcommitted
chore(changelog): Add release notes
1 parent 7663992 commit 52fe569

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# AngularFire2 2.0.0-beta.1
2+
3+
This release updates AngularFire to the Firebase 3 SDK. There are a few breaking changes, most notably in how
4+
apps are configured, and how third-party oauth tokens are handled.
5+
6+
## Breaking Changes:
7+
* [Upgrade to the Firebase 3.0+ SDK](https://firebase.google.com/docs/web/setup), versions less than 3.0 are not supported. [abe11a2](https://github.com/angular/angularfire2/pull/200/commits/abe11a2fd8f5a3f554056625b751e9308e56b906)
8+
* `defaultFirebase` takes in a configuration object rather than a database url string. [See docs for more info.](https://github.com/angular/angularfire2/blob/master/docs/1-install-and-setup.md)
9+
* Access tokens for third party auth (github, google, facebook, twitter) are not persisted after refresh.
10+
111
# AngularFire2 2.0.0-beta.0
212

313
## Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularfire2",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "",
55
"main": "./dist/angularfire2.js",
66
"jsnext:main": "./dist/es6/angularfire2.js",

0 commit comments

Comments
 (0)