Skip to content

Vaadin Flow 2.7.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 28 Jan 10:06
· 75 commits to 2.7 since this release
5032540

Changes since 2.7.9

All changes

Fixes

  • Reliable deletion of node_modules (#12874)
    Commit · Pull request · Issue

    Do not set permissions nor follow symlinks when deleting node_modules.

  • Handle faulty imports (#12793)
    Commit · Pull request · Issue

    Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string.

  • Copy source maps for frontend resources
    Commit · Pull request

  • Remove duplicate builder execution (#12697)
    Commit · Pull request

    The builder was executed twice, most likely due to a merge conflict.