Change8

20.2.0-next.3

📦 angularView on GitHub →
3 features🐛 5 fixes2 deprecations🔧 6 symbols

Summary

This release deprecates the @angular/animations package and component animations field, while introducing new HTTP response properties and improved service worker error handling.

Migration Steps

  1. Prepare to migrate away from @angular/animations as the package and the component-level animations field are now deprecated.

✨ New Features

  • Add redirected property to HttpResponse and HttpErrorResponse.
  • Improves storage full detection in data caching for service-worker.
  • Notify clients about version failures in service-worker.

🐛 Bug Fixes

  • Exclude more safe reads expressions from 2-way binding in compiler.
  • Display proper function in NG8117 error message in compiler-cli.
  • Update symbols for new signals API in core.
  • Add missing http options allowed in fetch API.
  • Propagate plain errors when parsing fails in http module.

🔧 Affected Symbols

@angular/animationsComponent.animationsHttpResponseHttpErrorResponseNG8117signals

⚡ Deprecations

  • The @angular/animations package is now deprecated.
  • The animations field on the Component interface is now deprecated.