Changes since 24.0.0.alpha14
Breaking changes
- Removal of deprecated code from V24
Commit · Pull request
New features
-
Find where component is created in code by clicking in UI
Commit · Pull request -
Validate frontend file hash
Commit · Pull requestWhen having jar-resources validate contents through hash. Closes #15668 Add files to check that they are not generated
Fixes
-
DevBundle used after clean-frontend goal
Commit · Pull request · IssueDev bundle should be used if possible even after
clean-frontend
goal has been executed. -
Use the servlet host and port for the Vite websocket connection
Commit · Pull request -
Do not take fallback js into account
Commit · Pull requestAs we skip generated-flow-imports we should also skip generated-flow-imports-fallback.
-
Avoid infinite recursion on imported directories
Commit · Pull request · Issue