github vaadin/flow 24.1.1
Vaadin Flow 24.1.1

15 months ago

Changes since 24.1.0

All changes

New features

Fixes

  • Changed suggested classname to lower dash-case (#17033)
    Commit · Pull request

  • Fix property detection on for generic types (#17055)
    Commit · Pull request · Issue

    BeanPropertySet fails to merge property definition when a class inherits and overrides a getter with a generic return type. This change checks for return type equality only if both property definitions have not a generic return type. When merging property definitions, the non-generic definition is taken.

  • Do not have server sources in client (#17045)
    Commit · Pull request

    add flow-server sources as a sources dependency instead of a src resource. Closes #17020

  • Strip ?inline from import before finding file (#17054)
    Commit · Pull request · Issue

  • Quote result in CSS bundler (#17040)
    Commit · Pull request · Issue

    Correctly handles $ and \

  • Add addCssBlock function when needed (#17028)
    Commit · Pull request · Issue

    The addCssBlock function should be added when ever a cssimport with inclue is added

  • Store LastSeenServerSyncId in atmosphere resource session (#16996)
    Commit · Pull request

    Storing the header value in AtmosphereResource session should prevent issues with long polling and servlet container that recycles requests. This change stores in the resource session the value got from client during connection so that it will be available even if the underliyng request gets nullified. Part of #16968 Part of #16775

  • Support silent updates for tsconfig.json from Hilla 2.0 (#17010)
    Commit · Pull request · Issue

    For some time between 2.0 and 2.1 version releases Hilla starters had "moduleResolution": "nodeNext" in the default tsconfig.json, while still using the same version key. This change enables silent updates from those to the latest tsconfig.json.

  • Auto-update @vitejs/plugin-react devDependency (#17004)
    Commit · Pull request · Issue

  • Do not close external filesystems (#16970)
    Commit · Pull request · Issue

Don't miss a new flow release

NewReleases is sending notifications on new releases.