github vaadin/flow 24.0.0.beta4
Vaadin Flow 24.0.0.beta4

pre-release19 months ago

Changes since 24.0.0.beta3

All changes

Fixes

  • Apply custom theme styles after Lumo styles (#15977)
    Commit · Pull request

    • Only affects express build mode - Replaces the injection of Lumo styles using adopted styles sheets by the direct adding a style tags. - Fixes the ordering of custom theme style tags and Lumo tags, so custom styles override the Lumo styles
  • Rebuild the dev bundle upon changes in theme.json (#16006)
    Commit · Pull request

    Makes a new dev bundle once sees changes in project's theme.json file or in packaged themes. Previously it took only in account the assets list changes from packaged themes.

  • Consume parallel streams when fetching paginated data (#15924)
    Commit · Pull request · Issue

    DataCommunicator internally uses a Stream.Builder to collect paginated data. but it fails it the DataProvider returns a parallel stream. This change consumes parallel streams before adding items to the builder.

  • Add Service Worker to the dev-bundle and serve it (#15989)
    Commit · Pull request

Don't miss a new flow release

NewReleases is sending notifications on new releases.