Skip to content

Commit ed4a73d

Browse files
authored
chore(release): Release 5.0 (angular#1177)
1 parent c7c3505 commit ed4a73d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="5.0.0-rc.0"></a>
2+
# [5.0.0-rc.0](https://github.com/angular/angularfire2/compare/4.0.0-rc.2...v5.0.0-rc.0) (2017-10-03)
3+
4+
### Features
5+
* **AngularFirestore:** Module for Cloud Firestore ([90c8ede](https://github.com/angular/angularfire2/commit/90c8ede))
6+
* **New AngularFireDatabase API:** New API for the database [#1158](https://github.com/angular/angularfire2/issues/1158)
7+
8+
### Breaking changes
9+
10+
AngularFire 5.0 brings a new API for the Realtime Database. [See the migration doc for converting to the new API](https://github.com/angular/angularfire2/blob/master/docs/version-5-upgrade.md). If you want to stay on the old database API you can use:
11+
12+
```ts
13+
import { AngularFireModule } from 'angularfire2/database-deprecated';
14+
```
15+
116
<a name="4.0.0-rc.1"></a>
217
# [4.0.0-rc.1](https://github.com/angular/angularfire2/compare/4.0.0-rc.0...v4.0.0-rc.1) (2017-06-02)
318

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"@angular/platform-browser": "^4.0.0",
3535
"@angular/platform-browser-dynamic": "^4.0.0",
3636
"firebase": "^4.5.0",
37-
"firestore": "file:firestore-module.tgz",
3837
"rxjs": "^5.0.1",
3938
"zone.js": "^0.8.0"
4039
},

0 commit comments

Comments
 (0)