Skip to content

Vaadin Flow 24.0.0.beta4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 23 Feb 20:19
· 158 commits to 24.0 since this release
2a3f50a

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