Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="12.0.0-rc.3"></a>
# 12.0.0-rc.3 (2021-05-10)
### compiler
| Commit | Description |
| -- | -- |
| 3e365ba81e | fix(compiler): preserve @page rules in encapsulated styles (#41915) |
### compiler-cli
| Commit | Description |
| -- | -- |
| 7a4d9805ea | fix(compiler-cli): use '' for the source map URL of indirect templates (#41973) |
### core
| Commit | Description |
| -- | -- |
| 1449c5c8ff | fix(core): do not retain dynamically compiled components and modules (#42003) |
| e9ddc57f94 | fix(core): invoke profiler around ngOnDestroy lifecycle hooks (#41969) |
### platform-browser
| Commit | Description |
| -- | -- |
| d5555558d0 | fix(platform-browser): prevent memory leak of style nodes if shadow DOM encapsulation is used (#42005) |
## Special Thanks:
Ajit Singh, Alan Agius, Alex Rickabaugh, Andrew J Asche, George Kalpakas, Georgii Dolzhykov, Igor Minar, Joey Perrott, JoostK, Julien Marcou, Kapunahele Wong, Kristiyan Kostadinov, Paul Gschwendtner, Pete Bacon Darwin, Renovate Bot, Richard Sithole, Teri Glover, iRealNirmal, mgechev, profanis and va-stefanek


# 12.0.0-rc.2 (2021-05-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "12.0.0-rc.2",
"version": "12.0.0-rc.3",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",
Expand Down