8000 Tags · coder-ashwin/angularfire · GitHub
[go: up one dir, main page]

Skip to content

Tags: coder-ashwin/angularfire

Tags

6.1.0-rc.3

Toggle 6.1.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(analytics): Bunch of analytics & screen tracking improvements (a…

…ngular#2654)

* Better handle lazy routes
* Better handle nested routes
* Better handle nested & lazy routes
* Handle multiple outlets correctly
* Handle multiple outlets that share the same lazy components (this was tricky)
* NO LONGER USING INTERNAL APIS OR REQUIRING ANNOTATIONS!!!! 🎉 😄 
* `APP_NAME` and `APP_VERSION` should be working now...
* `AngularFireAnalytics` now gets it's `measurementId` from Analytics rather than your config, there's an edge case where this can change out from underneath you, which the JS SDK handles
* Got `DEBUG_MODE` working again

6.1.0-rc.2

Toggle 6.1.0-rc.2's commit message
6.1.0-rc.2 changelog

6.1.0-rc.1

Toggle 6.1.0-rc.1's commit message
chore(): rc.1 changelog

6.1.0-rc.0

Toggle 6.1.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): changelog and support NG 11 peer (angular#2646)

* Support NG 11
* Add 6.1.0-rc.0 changelog
* Only run push on main branch

6.0.5

Toggle 6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(): update repository name in `package.json` (angularfire2 --> a…

…ngularfire) (angular#2642)

6.0.4

Toggle 6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): 6.0.4 changelog entry (angular#2630)

6.0.3

Toggle 6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fixing perf and fcm (angular#2597)

6.0.2

Toggle 6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): Version bumps to support ng10 (angular#2520)

6.0.1

Toggle 6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): 6.0.1 (angular#2519)

* fix(schematic): merge conflict in deploy action
* CRUD operations should be in ngZone
* Update perf doc with await
* Changelog entry

6.0.0

Toggle 6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AngularFire 6.0 🔥 (angular#2376)

* Updating peer dependencies
* `ng add @angular/fire` now will overwrite firebase config, if present
* `ng add @angular/fire` now adds `@firebase/firestore` to the server schematic `externalDependencies` if present
* `ng deploy --preview` is now interactive and functions on non-SSR
* `ng deploy` will respect the `bundleDependencies` and `externalDependencies` server schematic options
* `ng deploy` now defaults to 1GB of ram on Cloud Functions
* Fixed various issues with functions deploy
* Simplified `AngularPerformanceMonitoring`
0