github vaadin/flow 24.4.6
Vaadin Flow 24.4.6

latest releases: 24.5.4, 24.6.0.alpha3, 24.3.21...
2 months ago

Changes since 24.4.5

All changes

New features

  • Push and replace without navigation callback (#19736)
    Commit · Pull request · Issue

    Add feature to support replace and push without getting a callback to the server for the change.

Fixes

  • Rename lock file (#19751)
    Commit · Pull request

    Rename the flow-node-tasks lock file to vaadin-node-tasks so it doesn't confuse application state when running a non flow build. Closes #19187

  • Always generate routes.tsx (#19749)
    Commit · Pull request · Issue

    Always generate the routes.tsx into frontend/generated. Even when routes.tsx is defined in frontend by the developer so that it can be used as an example.

  • Unify client route to match server route format (#19742)
    Commit · Pull request · Issue

  • Apply CssImport to exported webcomponent (#19740)
    Commit · Pull request · Issue

    CssImport annotation with just a value attribute can be injected automatically to shadow root of all exported web components (embedded applications) using Constructable StyleSheets. WebComponentExporter should have a theme to make automation work properly in theme-generator.js. Theme property "autoInjectGlobalCssImports": true in theme.json enable auto injection. Disabled by default.

  • Do not block navigation to current url (#19730)
    Commit · Pull request · Issue

    Lets navigation cause server round-trip, when navigation is triggered by clicking a link.

Don't miss a new flow release

NewReleases is sending notifications on new releases.