Skip to content

Vaadin Flow 24.0.0.alpha15

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 19 Jan 22:22
bc5c72c

Changes since 24.0.0.alpha14

All changes

Breaking changes

New features

  • Find where component is created in code by clicking in UI
    Commit · Pull request

  • Validate frontend file hash
    Commit · Pull request

    When 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 · Issue

    Dev 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 request

    As we skip generated-flow-imports we should also skip generated-flow-imports-fallback.

  • Avoid infinite recursion on imported directories
    Commit · Pull request · Issue