Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="5.2.2"></a>
# [5.2.2](https://github.com/angular/angularfire2/compare/5.2.1...5.2.2) (2019-11-12)

### Bug Fixes

* **build:** Make the build work on windows ([#2231](https://github.com/angular/angularfire2/issues/2231)) ([97d8532](https://github.com/angular/angularfire2/commit/97d8532))
* **core:** Support Firebase 7 peer and fix zone instabilities with `AngularFirePerformanceModule` and the injectable `FirebaseApp` ([#2240](https://github.com/angular/angularfire2/issues/2240)) ([60fd575](https://github.com/angular/angularfire2/commit/60fd575))
* **rtdb:** Allow update to take "Partial<T>" ([#2169](https://github.com/angular/angularfire2/issues/2169)) ([ca43c8b](https://github.com/angular/angularfire2/commit/ca43c8b))

<a name="5.2.1"></a>
# [5.2.1](https://github.com/angular/angularfire2/compare/5.2.0...5.2.1) (2019-06-01)

Expand Down
4 changes: 1 addition & 3 deletions tools/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ apt-get -y update
apt-get -y install google-chrome-stable

# TODO parallelize these
npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha &&
node tools/run-typings-test.js &&
bash ./test/ng-build/build.sh
npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha