8000 Release 20.1.0-next.0 Β· angular/angular Β· GitHub
[go: up one dir, main page]

Skip to content

20.1.0-next.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kirjs kirjs released this 04 Jun 21:20
· 438 commits to main since this release

compiler

Commit Description
fix - 5a76826d26 only report parser errors on invalid expression (#61793)
fix - e9fcbb8af1 remove TypeScript from linker (#61618)

compiler-cli

Commit Description
feat - e62fb359d6 add experimental support for fast type declaration emission (#61334)
feat - 0cf1001715 support host directives with direct external references in fast type declaration emission (#61469)
fix - 77fa204ad1 rename flag for enabling fast type declaration emission (#61353)
fix - c439d6938d symbol builder duplicating host directives (#61240)
fix - 3e1baa5a95 typo in NG2026 message (#61325)

core

Commit Description
feat - 8163a8995e Add destroyed property on DestroyRef (#61849)
fix - 4356e85456 fakeAsync should not depend on module import order (#61375)
fix - 583b9a7be5 missing useExisting providers throwing for optional calls (#61137)
fix - 8f65223bd8 update min Node.js support to 20.19, 22.12, and 24.0 (#61499)
perf - b785256b9e avoid intermediate arrays in definition (#61445)

forms

Commit Description
fix - 610bebfce9 Allow ControlState as reset arguments for FormGroup/FormRecord (#55860)

language-service

Commit Description
feat - cf55d1bdd4 Support importing the external module's export about the angular metadata. (#61122)

service-worker

Commit Description
feat - c67dbda8ff support notification closes (#61442)
feat - 6e1df54799 support push subscription changes (#61856)
0