Skip to content

Commit 9e19b14

Browse files
authored
chore(): 6.0 CHANGELOG
1 parent 0be51e6 commit 9e19b14

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="6.0.0"></a>
2+
# [6.0.0](https://github.com/angular/angularfire2/compare/6.0.0-rc.2...6.0.0) (2020-04-01)
3+
4+
Final relase of version 6.
5+
6+
* Updating peer dependencies
7+
* `ng add @angular/fire` now will overwrite firebase config, if present
8+
* `ng add @angular/fire` now adds `@firebase/firestore` to the server schematic `externalDependencies` if present
9+
* `ng deploy --preview` is now interactive and functions on non-SSR
10+
* `ng deploy` will respect the `bundleDependencies` and `externalDependencies` server schematic options
11+
* `ng deploy` now defaults to 1GB of ram on Cloud Functions
12+
* Fixed various issues with functions deploy
13+
* Simplified `AngularPerformanceMonitoring`
14+
15+
<a name="6.0.0-rc.2"></a>
16+
# [6.0.0-rc.2](https://github.com/angular/angularfire2/compare/6.0.0-rc.1...6.0.0-rc.2) (2020-03-29)
17+
18+
Continued work on 6.0.
19+
20+
* Update peers
21+
* No longer require developer add bare imports themselves (e.g, `import 'firebase/firestore'`)
22+
* Zone.js fixes
23+
* Angular Universal deploy schematic
24+
* Storage listAll()
25+
126
<a name="6.0.0-rc.1"></a>
227
# [6.0.0-rc.1](https://github.com/angular/angularfire2/compare/6.0.0-rc.0...6.0.0-rc.1) (2020-02-06)
328

@@ -74,15 +99,15 @@ Version 6 of AngularFire drops support for Angular version 8 and below, older ve
7499
* Dropped `StorageBucket` DI token in favor of `BUCKET`
75100

76101
<a name="5.4.2"></a>
77-
## [5.4.2](https://github.com/angular/angularfire2/compare/5.4.1...5.4.2) (2020-02-06)
102+
# [5.4.2](https://github.com/angular/angularfire2/compare/5.4.1...5.4.2) (2020-02-06)
78103

79104
### Bug Fixes
80105

81106
* **core:** fixing a problem with hot/cold observables resulting in missed events ([#2315](https://github.com/angular/angularfire2/issues/2315)) ([f24df35](https://github.com/angular/angularfire2/commit/f24df35))
82107

83108

84109
<a name="5.4.1"></a>
85-
## [5.4.1](https://github.com/angular/angularfire2/compare/5.4.0...5.4.1) (2020-02-05)
110+
# [5.4.1](https://github.com/angular/angularfire2/compare/5.4.0...5.4.1) (2020-02-05)
86111

87112
### Bug Fixes
88113

0 commit comments

Comments
 (0)