Skip to content

Vaadin Flow 24.4.6

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 13 Aug 12:09
· 42 commits to 24.4 since this release
1e5e53e

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.