Content-Length: 460459 | pFad | https://github.com/angular/angular/releases

73 Releases Β· angular/angular Β· GitHub
Skip to content

Releases: angular/angular

19.2.13

23 May 17:22
Compare
Choose a tag to compare

common

Commit Description
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

20.0.0-rc.2

21 May 20:05
Compare
Choose a tag to compare
20.0.0-rc.2 Pre-release
Pre-release

common

Commit Description
fix - af7881abac cancel reader when app is destroyed (#61528)
fix - 966df84351 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - e74266b108 avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - b57084267e Always retain prior results for all files (#61487)
fix - 7a3a41f33f avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 7efb3384a7 cleanup rxResource abort listener (#58306)
fix - b90160d10a cleanup testability subscriptions (#61261)
fix - 3ba39bc28f getting resource value throws an error instead of returning undefined (#61441)
fix - ca6295e90b handle different DI token types in Chrome DevTools integration (#61333)
fix - d62379bb13 move reload method from Resource to WritableResource (#61441)
fix - a89f1cff24 narrow error type for resources API (#61441)
fix - 6e79eaf739 reading resource value after reload in the error state (#61441)
fix - 350776b412 TestBed.tick should ensure test components are synchronized (#61382)
fix - 648d42fe65 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - 5dbeb42308 unregister onDestroy in toSignal. (#61514)
fix - 30e081287d update min Node.js support to 20.19, 22.12, and 24.0 (#61500)

platform-browser

Commit Description
refactor - bc2cab747f Deprecate the platform-browser-dynamic package (#61043)

platform-server

Commit Description
perf - 6d8e57d131 speed up resolution of base (#61392)

Deprecations

platform-browser

  • All entries of the @angular/platform-browser-dynamic

19.2.12

21 May 19:49
Compare
Choose a tag to compare

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 speed up resolution of base (#61392)

20.0.0-rc.1

15 May 16:38
Compare
Choose a tag to compare
20.0.0-rc.1 Pre-release
Pre-release

compiler

Commit Description
fix - e0d378d20e7 incorrectly handling let declarations inside i18n (#60512)
perf - 768239a89cb reduce allocations for let declarations only used in the same view (#60512)

compiler-cli

Commit Description
fix - 9ec9c7e1b84 avoid fatal diagnostics for invalid module schemas (#61220)

core

Commit Description
fix - 4fe34f4cfea enable stashing only when withEventReplay() is invoked (#61077)

19.2.11

15 May 15:26
Compare
Choose a tag to compare
release: cut the v19.2.11 release

20.0.0-rc.0

07 May 17:52
Compare
Choose a tag to compare
20.0.0-rc.0 Pre-release
Pre-release

common

Commit Description
fix - 255c79e048 cleanup updateLatestValue if view is destroyed before promise resolves (#58041)

core

Commit Description
fix - 017cc0a37c properly handle app stabilization with defer blocks (#61040)

platform-server

Commit Description
fix - bc31ad91a0 less aggressive ngServerMode cleanup (#61106)

19.2.10

07 May 16:22
Compare
Choose a tag to compare

common

Commit Description
fix - 89056a0356 cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)
fix - 400dbc5b89 properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Description
fix - a6f0d5bc20 less aggressive ngServerMode cleanup (#61106)

20.0.0-next.9

30 Apr 17:38
Compare
Choose a tag to compare
20.0.0-next.9 Pre-release
Pre-release

common

Commit Description
feat - b7d3f3dbfc Allow passing ScrollOptions to ViewportScroller (#61002)
fix - fc4a56d5c5 rename httpResource function in factory (#60022)

compiler-cli

Commit Description
feat - c889382a20 detect missing structural directive imports (#59443)

core

Commit Description
feat - d5fd7349fb introduce TestBed.tick() (#60993)
feat - e711f99d81 move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906)
feat - d8fbb909ce rename afterRender to afterEveryRender and stabilize (#60999)
fix - 8d82a39a60 async EventEmitter error should not prevent stability (#61028)
fix - 624be2ef0c prevent stash listener conflicts (#59635)
refactor - c2987d8402 stop producing ng-reflect attributes by default (#60973)

http

Commit Description
feat - ccc5cc068f add keepalive support for fetch requests (#60621)

Breaking Changes

core

  • the TestBed.flushEffects() was removed - use
    the TestBed.tick() instead.

  • provideExperimentalCheckNoChangesForDebug has several
    breaking changes:

    • It is renamed to provideCheckNoChangesConfig
    • The behavior applies to all checkNoChanges runs
    • The useNgZoneOnStable option is removed. This wasn't found to be generally
      more useful than interval
  • afterRender was renamed to afterEveryRender.

  • This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.

    To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.

19.2.9

30 Apr 17:27
Compare
Choose a tag to compare

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

20.0.0-next.8

23 Apr 15:18
Compare
Choose a tag to compare
20.0.0-next.8 Pre-release
Pre-release

compiler

Commit Description
feat - 1b8e7ab9fe support the in keyword in Binary expression (#58432)

core

Commit Description
feat - 953c4b2580 Move zoneless change detection to dev preview (#60748)
fix - 0ac949c266 do not run change detection on global error events (#60944)
fix - 0162ceb427 inject migration should treat @Attribute as optional (#60916)

forms

Commit Description
fix - be995623cd make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

platform-server

Commit Description
refactor - 2240a21c97 deprecate the testing entry point (#60915)

router

Commit Description
feat - 62de7d930a add asynchronous redirects (#60863)
fix - 2419060fef relax required types on router commands to readonly array (#60345)

Breaking Changes

compiler

  • 'in' in an expression now refers to the operator

core

  • provideExperimentalZonelessChangeDetection is
    renamed to provideZonelessChangeDetection as it is now "Developer
    Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or
    Promise. Any code that directly calls functions returning this type
    may need to be adjusted to account for this.
  • Several methods in the public API of the Router which
    required writable arrays have now been updated to accept readonly
    arrays when no mutations are done.

Deprecations

platform-server

  • @angular/platform-server/testing

    Use e2e tests to verify SSR behavior instead.









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/angular/angular/releases

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy