Skip to content

Vaadin Flow 24.1.0.alpha5

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 09 May 06:06
· 3308 commits to main since this release
5d64929

Changes since 24.1.0.alpha4

All changes

New features

  • Add license check for production bundle
    Commit · Pull request

    Collect pro-components from stats.json which are used in the project and check license for those. Closes #16720

  • Watch all active themes when in dev bundle mode
    Commit · Pull request

    Allows HMR to work also for themes in the jar-resources, if somebody updates them e.g. using a file watcher

  • Make "" and "login" eager and the rest lazy by default
    Commit · Pull request


Fixes

  • Do not generate extra files
    Commit · Pull request · Issue

    When using the production bundle do not generate un-needed files for npm and vite. Prod module should not mention dev module.

  • Make node download more stable
    Commit · Pull request

    Tries up to 5 times with a delay of 5 seconds to better deal with network issues

  • Import needed CSS helper in lazy chunks
    Commit · Pull request

  • Lazy load CSS also
    Commit · Pull request

    Correctly deduplicate inside eager bundle and add imports only once with theme import only added when needed

  • Deduplicate CSS imports
    Commit · Pull request