Skip to content

v17.1.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@AndrewKushnir AndrewKushnir released this 20 Nov 19:56
· 1432 commits to main since this release

17.1.0-next.1 (2023-11-20)

common

Commit Description
fix - 29c5416d14 remove load on image once it fails to load (#52990)
fix - 7affa57754 scan images once page is loaded (#52991)

compiler

Commit Description
fix - ec2d6e7b9c changed after checked error in for loops (#52935)
fix - 406049b95e generate i18n instructions for blocks (#52958)
fix - d9d566d315 nested for loops incorrectly calculating computed variables (#52931)
fix - 5fb707f81a produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

Commit Description
fix - b4d022e230 add diagnostic for control flow that prevents content projection (#52726)

core

Commit Description
fix - ed0fbd4071 cleanup loading promise when no dependencies are defined (#53031)
fix - 1ce31d819b handle local refs when getDeferBlocks is invoked in tests (#52973)

migrations

Commit Description
fix - e33f6e0f1a control flow migration fails for async pipe with unboxing of observable (#52756) (#52972)
fix - 5564d020cd Fixes control flow migration if then else case (#53006)
fix - 28f6cbf9c9 fixes migrations of nested switches in control flow (#53010)
fix - e090b48bf8 tweaks to formatting in control flow migration (#53058)