Skip to content

Vaadin Flow 23.2.6

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Nov 08:25
· 75 commits to 23.2 since this release
aeca9dc

Changes since 23.2.5

All changes

Fixes

  • Clean commented css before handling (#14924)
    Commit · Pull request · Issue

    Remove any comment blocks in CSS before creating link references.

  • Run npm install if folder changes
    Commit · Pull request · Issue

    If application folder changes we should execute npm install to get any folder references updated.

  • Long parameter regex (#14895)
    Commit · Pull request · Issue

    HasUrlParameter now accepts all valid long values and throws in the case where value is out of Long range.