Changes since 24.1.7
New features
- Add Platform.getHillaVersion() (#17038)
Commit · Pull request
Fixes
-
Serve correct bootstrap (#17478)
Commit · Pull request · IssueWhen 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 requestFor lit template render, accept code before the html` template. Part of #17455