Skip to content

Vaadin Flow 24.1.8

Choose a tag to compare

@vaadin-bot vaadin-bot released this 25 Aug 09:11
· 63 commits to 24.1 since this release
3e684e1

Changes since 24.1.7

All changes

New features

Fixes

  • Serve correct bootstrap (#17478)
    Commit · Pull request · Issue

    When having a project with application and WebComponents the served bootstrap should be served by the correct bootstrap handler and not by what is available.

  • Accept statements before html render (#17457)
    Commit · Pull request

    For lit template render, accept code before the html` template. Part of #17455