Releases: angular/angularfire
Releases · angular/angularfire
7.1.0-rc.5
feat(core): Flushing out the new API (#2963) * Adding `ScreenTrackingService` and `UserTrackingService` for the new API * Injectable classes should all be implicitly optional, since I can't figure out how to bail from the factory * Drop the memoization as the modules are idempotent in v9 * Return `null` from analytics and messaging when they're incompatible, rather than a null object * Now test for browser and return `null` otherwise for remote config and performance * Allow more advanced initialization in `provide*` by allowing the developer to pass deps into the N+1 args & use the injector in the factory * Use AppCheck debug token if they're serving off localhost too, e.g, `ng deploy --preview` * Upgrade Firebase to 9.1 * Utilize isSupported for Remote Config
7.1.0-rc.4
fix(schematics): Various improvements (#2961) * Support multiple package managers on ng deploy, fixes #2841 * Don't cache ngsw, fixes #2259 * Got rid os AppCheck debug token on Node, opted for a better pattern in `samples/advanced` * Added a new pattern for connecting the emulators in `samples/advanced`
7.1.0-rc.3
Adding Firebase account chooser to ng add
7.1.0-rc.2
Addressed serval small issues with 7.1.0-rc.1 encountered when using with Angular Universal.
7.1.0-rc.1
Addressed the cyclic dependency that was causing ng add
on 7.1.0-rc.0
to not function.
7.1.0-rc.0
ng add
andng deploy
schematics are now much more powerful- Added support for Firebase AppCheck
- Performance now uses the Zone mark to start recording isStable
- Added automatic transfer-state awareness to the
getDownloadURL
pipe - Fixes some types
7.0.4
7.0.3
Bug fixes
- auth:
@angular/fire/auth
was Zone wrapping somefirebase/auth
exports it shouldn't have been - messaging:
onMessage
's callback should fire inside the Angular Zone - schematics:
ng deploy
SSR should assumebundleDependencies
defaults to true - schematics:
ng deploy
SSR should not fail if anindex.html
does not exist (#2765)
7.0.2
Bug fixes
- types:
firebase/*
types were not being reexported from the@angular/fire/*
modules (modular)
Misc
- dynamically generating
@angular/fire/firestore-protos
which is a webpack file-loader for bundling firestore
7.0.1
Bug fixes
- messaging:
onMessage
will no longer destablize the Angular Zone - core: Injected Classes now have a better fallback pattern for finding defaults, #2909 allowing use of emulators and other config options as expected
- schematic: upgrade schematic will no longer rewrite
.ts
files outside of your project root, #2907