|
| 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 | + |
1 | 26 | <a name="6.0.0-rc.1"></a>
|
2 | 27 | # [6.0.0-rc.1](https://github.com/angular/angularfire2/compare/6.0.0-rc.0...6.0.0-rc.1) (2020-02-06)
|
3 | 28 |
|
@@ -74,15 +99,15 @@ Version 6 of AngularFire drops support for Angular version 8 and below, older ve
|
74 | 99 | * Dropped `StorageBucket` DI token in favor of `BUCKET`
|
75 | 100 |
|
76 | 101 | <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) |
78 | 103 |
|
79 | 104 | ### Bug Fixes
|
80 | 105 |
|
81 | 106 | * **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))
|
82 | 107 |
|
83 | 108 |
|
84 | 109 | <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) |
86 | 111 |
|
87 | 112 | ### Bug Fixes
|
88 | 113 |
|
|
0 commit comments