Skip to content

Vaadin Flow 23.3.7

Choose a tag to compare

@vaadin-bot vaadin-bot released this 04 Apr 15:05
· 94 commits to 23.3 since this release
457e92f

Changes since 23.3.6

All changes

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 · Issue

    Add 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)