Changes since 24.4.5
New features
-
Push and replace without navigation callback (#19736)
Commit · Pull request · IssueAdd feature to support replace and push without getting a callback to the server for the change.
Fixes
-
Rename lock file (#19751)
Commit · Pull requestRename 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 · IssueAlways 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 · IssueCssImport 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 · IssueLets navigation cause server round-trip, when navigation is triggered by clicking a link.