Releases: angular/angularfire
Releases · angular/angularfire
16.0.0-rc.0
Is this thing on? 😉
7.6.1
- Fix semver check for ng-deploy (version 2)
7.6.0
- Mark as compatible with ng 16
- Mark as compatible with firebase-tools 12
- Fix ng-add when environment.ts doesn't exist
- ng-add / deploy now targets the native Angular support in firebase-tools
7.5.0
- Mark as compatible with ng 15
7.4.1
- Allow
firebase-tools
v11 as a peer
7.4.0
7.3.0
7.2.1
Bug Fixes
- compat: Typescript 4.5 inference breaks the PromiseProxy (#3144) (f61bc7d), closes #3090 #3088
- core: Address bad arguments being passed to zone wrapper (#3127) (8b693e4)
- core: Defensively catch Firebase isSupported calls (#3146) (520930b)
- schematic: use oneOf rather than array types in the deploy schematic (#3092) (058d624)
- schematics: Address ng add console lock up (#3151) (4852c35), closes #3145 #3121