- Breaking: Core directives, components, and pipes are now standalone by default; remove deprecated APIs like BrowserModule.withServerTransition, Router.errorHandler, and KeyValueDiffers.factories, and note that this.foo no longer refers t...
- Feature: Introduces incremental hydration APIs, stable signal utilities (takeUntilDestroyed, @let, outputFromObservable, ComponentRef.setInput), new RxJS operator to prevent app stability, support for TypeScript 5.6, and many compiler an...
- Testing & migration: Updated ComponentFixture autoDetect behavior, error rethrowing in TestBed, zone timing changes for timers, and provides schematics to migrate to standalone:false and to adopt signal‑based APIs.