github vaadin/flow 24.1.14
Vaadin Flow 24.1.14

latest releases: 24.5.4, 24.6.0.alpha3, 24.3.21...
13 months ago

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

Don't miss a new flow release

NewReleases is sending notifications on new releases.