Skip to content

Tags: itised/angularfire

Tags

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

6.0.0-rc.0

Toggle 6.0.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 v6 rc.0 (angular#2302)

* Simplify travis, cache seems to be taking far too long
* Bump versions
* Changelog entry
* Dropping the tests from the Cloud Build run

Cloud Build is responsible for generating our NPM artifacts, however I am planning on moving to Github Actions for this so the community has more visibility. Our Cloud Build image doesn't current have java, so the new emulator powered tests are failing. Rather than invest more in the Cloud Build scripts I'm just commenting out the test runner for now.

5.3.0

Toggle 5.3.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): 5.3.0 changelog

5.3.0-rc.4

Toggle 5.3.0-rc.4's commit message
Fix proxy in Node, get component name for analytics in both JIT and AOT