Skip to content

Tags: Capelinha/angularfire

Tags

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`

6.0.0-rc.2

Toggle 6.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing some stuff since rc-1 (angular#2347)

* Adding a sample repo
* Drop updateMetatdata
* Fix the zone tests
* Drop the manual side-effect imports

6.0.0-rc.1

Toggle 6.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs and fixes for 6.0 (angular#2316)

* Brought a fix in from `5.4.2` ([angular#2315](angular#2315))
* Fixed `@angular/fire/analytics` attempting to use `global` ([angular#2303](angular#2303))
* Fix the error message on storage ([angular#2313](angular#2313))
* Starting on documentation for 6.0

5.4.2

Toggle 5.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removing the problematic share from the zone.js changes (angular#2315)

* Removing the problematic share from the zone.js changes
* 5.4.1 & changelog entry
* Dropping the cache and matrix from travis, as I have in master

5.4.1

Toggle 5.4.1's commit message
Changelog 5.4.1

5.4.0

Toggle 5.4.0's commit message
Changelog 5.4.0

5.3.1

Toggle 5.3.1's commit message
Skip CloudBuild tests for now