Changes since 24.1.13
Fixes
-
Improve LitTemplateParser to find correct content (#17765)
Commit · Pull request · IssueChanges 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 · IssueServletDeployer 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