Skip to content

Releases: angular/angular

v16.1.1

14 Jun 16:41
Compare
Choose a tag to compare

16.1.1 (2023-06-14)

compiler-cli

Commit Description
fix - 71360b3a3e libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50715)

core

Commit Description
fix - d9bed48eb5 extend toSignal to accept any Subscribable (#50162)

migrations

Commit Description
fix - 5e1d8444ae Prevent a component from importing itself. (#50554)

v16.1.0

13 Jun 15:08
Compare
Choose a tag to compare

16.1.0 (2023-06-13)

compiler

Commit Description
fix - 4e663297c5 error when reading compiled input transforms metadata in JIT mode (#50600)
fix - 721bc72649 resolve deprecation warning with TypeScript 5.1 (#50460)

core

Commit Description
feat - 68017d4e75 add ability to transform input values (#50420)
feat - 69dadd2502 support TypeScript 5.1 (#50156)
fix - c0ebe34cbd add additional component metadata to component ID generation (#50336)

http

Commit Description
feat - 85c5427582 Introduction of the fetch Backend for the HttpClient (#50247)

v16.0.6

13 Jun 14:57
Compare
Choose a tag to compare

16.0.6 (2023-06-13)

core

Commit Description
fix - 05ac0868c9 avoid duplicated content during hydration while processing a component with i18n (#50644)

v16.1.0-rc.0

08 Jun 20:41
Compare
Choose a tag to compare
v16.1.0-rc.0 Pre-release
Pre-release

16.1.0-rc.0 (2023-06-08)

compiler

Commit Description
fix - 540e643347 do not remove comments in component styles (#50346)
fix - 4e663297c5 error when reading compiled input transforms metadata in JIT mode (#50600)

core

Commit Description
fix - 79a706c847 incorrectly throwing error for self-referencing component (#50559)
fix - edceb486dd wait for HTTP in ngOnInit correctly before server render (#50573)

http

Commit Description
feat - 85c5427582 Introduction of the fetch Backend for the HttpClient (#50247)

platform-server

Commit Description
fix - 0875b519b9 surface errors during rendering (#50587)

v16.0.5

08 Jun 21:17
Compare
Choose a tag to compare

16.0.5 (2023-06-08)

compiler

Commit Description
fix - 703b8fcac1 do not remove comments in component styles (#50346)

core

Commit Description
fix - 2b6da93e19 incorrectly throwing error for self-referencing component (#50559)
fix - c992109d6c wait for HTTP in ngOnInit correctly before server render (#50573)

platform-server

Commit Description
fix - c0d4086c6e surface errors during rendering (#50587)

v16.1.0-next.3

01 Jun 15:41
Compare
Choose a tag to compare
v16.1.0-next.3 Pre-release
Pre-release

16.1.0-next.3 (2023-06-01)

animations

Commit Description
fix - bada9199f5 Trigger leave animation when ViewContainerRef is injected (#48705)

common

Commit Description
fix - 72b4ff4b9e untrack subscription and unsubscription in async pipe (#50522)

compiler

Commit Description
fix - 721bc72649 resolve deprecation warning with TypeScript 5.1 (#50460)

core

Commit Description
feat - 68017d4e75 add ability to transform input values (#50420)
fix - 28c68f709c update ApplicationRef.isStable to account for rendering pending tasks (#50425)

v16.0.4

01 Jun 15:30
Compare
Choose a tag to compare

16.0.4 (2023-06-01)

animations

Commit Description
fix - df65c4fc8f Trigger leave animation when ViewContainerRef is injected (#48705)

common

Commit Description
fix - 7e1bc513de untrack subscription and unsubscription in async pipe (#50522)

core

Commit Description
fix - 9970b29ace update ApplicationRef.isStable to account for rendering pending tasks (#50425)

v16.1.0-next.2

24 May 18:04
Compare
Choose a tag to compare
v16.1.0-next.2 Pre-release
Pre-release

16.1.0-next.2 (2023-05-24)

core

Commit Description
fix - 75fdbcb8f2 fix Self flag inside embedded views with custom injectors (#50270)
fix - 8b44ba3170 host directives incorrectly validating aliased bindings (#50364)

http

Commit Description
fix - 2cdb4c5911 create macrotask during request handling instead of load start (#50406)

v16.0.3

24 May 17:43
Compare
Choose a tag to compare

16.0.3 (2023-05-24)

core

Commit Description
fix - c11041e372 adds missing symbols for animation standalone bundling test (#50434)
fix - 98e8fdf40e fix Self flag inside embedded views with custom injectors (#50270)
fix - 199ff4fe7f host directives incorrectly validating aliased bindings (#50364)

http

Commit Description
fix - 080bbd2137 create macrotask during request handling instead of load start (#50406)

v16.1.0-next.1

17 May 18:39
Compare
Choose a tag to compare
v16.1.0-next.1 Pre-release
Pre-release

16.1.0-next.1 (2023-05-17)

core

Commit Description
fix - c0ebe34cbd add additional component metadata to component ID generation (#50336)
fix - 03f1e240b3 allow onDestroy unregistration while destroying (#50237)
fix - 165b8b647c allow passing value of any type to isSignal function (#50035)