Changes since 24.4.0.alpha9
New features
- Support top-level await
Commit · Pull request - Lookup for any Hilla views for auto-detection
Commit · Pull request
Fixes
-
Add optional .js extension for Flow import
Commit · Pull request -
Use Vite @vitejs/plugin-react also in production
Commit · Pull requestVite's esbuild JSX output in production has some incompatibility with the Preact Signals library. As a workaround, this change applies JSX transformation provided by
@vitejs/plugin-react
in production mode. Required by: vaadin/hilla#2043 -
Run setBean validation for changed bindings only (#18735)
Commit · Pull request -
Fix cache resource validation on application reload
Commit · Pull request · IssueRestores known root paths from cache after an application reload to correctly validate new resources.