Skip to content

20.2.0-next.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@crisbeto crisbeto released this 06 Aug 14:43
· 33 commits to main since this release

compiler-cli

Commit Description
fix - fb1fc823c4 correctly type check host listeners to own outputs (#62965)

core

Commit Description
feat - 141bb75ff2 Promote zoneless to stable (#62699)
fix - de3a0c5cf3 Fix animate.enter class removal when composing classes (#62981)
fix - 6597ac0af7 fix support for space separated strings in leave animations (#62979)
fix - ebd622b344 fixes empty animations when recalculating styles (#63007)
fix - 455b147488 fixes timing issues with enter animations (#62925)
fix - 648bbb097e properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Description
feat - c353497a01 add support for pushing an array of controls to formarray (#57102)

http

Commit Description
fix - e5d6fb5825 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - b1514d512e incorrect filtering in inject migration (#62913)

platform-browser

Commit Description
feat - 52b8e07d6e Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Description
feat - d00b3fed58 add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Description
feat - 8255e0cf15 add messageerror event handling and logging (#62834)
feat - 5220b51e75 Adds for type in provideServiceWorker (#62831)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.