compiler
| Commit | Description |
|---|---|
| strip namespaced SVG script elements during template compilation |
core
| Commit | Description |
|---|---|
| do not insert todo when migrating void @output | |
| makes resource URL sanitizer lookup case-insensitive | |
| reject script element as a dynamic component host | |
| support prefix-insensitive DOM schema lookups and compile-time i18n attribute validation | |
| synchronize core sanitization schema with compiler | |
| visit ICU expressions in signal migration schematics |
forms
| Commit | Description |
|---|---|
| avoid spurious recomputation in FormField.parseErrors |
router
| Commit | Description |
|---|---|
| Add strict typing on 'getResolvedTitleForRoute' | |
| skip scroll-to-top on initial navigation when hydrating |
Breaking Changes
router
-
The return type for
TitleStrategy.getResolvedTitleForRoute
was previously 'any' while the actual return type could only be eitherstring
orundefined. The return type now reflects the possible values correctly.
Code that reads the value may need to be adjusted.(cherry picked from commit ad37f52)