Skip to content

Vaadin Flow 24.1.14

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Oct 06:03
· 31 commits to 24.1 since this release
49acdf9

Changes since 24.1.13

All changes

Fixes

  • Improve LitTemplateParser to find correct content (#17765)
    Commit · Pull request · Issue

    Changes regex in LitTemplateParser to find correct template content in case when lit template code contains "return html`" template also after the render function.

  • Ignore servlet registrations without server-class definition (#17749)
    Commit · Pull request · Issue

    ServletDeployer performs several checks on servlet registrations to determine if the Vaadin Servlet must be registered automatically. However, as of servlet 3.0, is optional in declaration in web.xml, and in this case ServletDeployer fails with a NPE. With this change ServletDeployer ignores servlet registration without a servlet-class definition.

  • Updated missing theme notice (#17482)
    Commit · Pull request

  • Use build timestamp for Push script request (#17706)
    Commit · Pull request