Changes since 24.7.0.alpha10
New features
-
Execute Hilla tasks whenever Hilla is available
Commit · Pull request · Issues 20289, 18800Execute Hilla tasks (TaskGenerateOpenAPI and TaskGenerateEndpoint) whenever Hilla is available on the classpath. These tasks should determine the required actions themselves, instead of Flow trying to do it.
Fixes
-
Add viewport-fix=cover to index.html
Commit · Pull request · IssueIt turns out that viewport-fix=cover also needs to be added to index.html, in addition to Viewport annotations, which were addressed in #20836.