Changes since 23.3.6
Fixes
-
Do not trigger extra TS checks (#16523)
Commit · Pull request
[TypeScript] Found 0 errors. Watching for file changes.
The relevant fix in TypeScript is microsoft/TypeScript#51626 -
Make material styles work in hot deploy dev mode (#16470) (CP: 23.3)
Commit · Pull request · Issue -
use lang attribute in the HTML tag (#16410) (CP: 23.3)
Commit · Pull request · IssueAdd language to HTML tags dynamically. This is the same logic as is used in the Component class to have consistency within the application. First, it is checking if it is already added (if not, then it will try to add it based on the following rules: 1. trying to get the locale from the UI. 2. if there is an I18N provider then the first locale will be used 3. last option is to fallback to the Locale.getDefault()
-
Claim a path is not an anonymous route when it is unclear (#16473)
Commit · Pull request · Issue)