Skip to content

Releases: vaadin/flow

Vaadin Flow 24.3.8

26 Mar 13:08
a92fdb6
Compare
Choose a tag to compare

Changes since 24.3.7

All changes

Fixes

Vaadin Flow 2.10.4

26 Mar 13:10
81940be
Compare
Choose a tag to compare

Changes since 2.10.3

All changes

Fixes

Vaadin Flow 24.4.0.alpha23

20 Mar 09:09
867825c
Compare
Choose a tag to compare
Pre-release

Changes since 24.4.0.alpha22

All changes

Fixes

  • Update tsconfig and log message
    Commit · Pull request · Issue

    Instead of updating and throwing exception for 'tsconfig.json'. Generate .bak file, update file and log info if the file is updated. both make a .bak file with a 'stamp'. Only log for tsDefinition instead of throwing. Only log warning one time.

  • Fix anchor navigation with react router
    Commit · Pull request · Issue

    Fixed navigation via anchor to Flow views not rendering content. Removed unnecessary if-block from Flow.tsx that stopped rendering the view.

Vaadin Flow 24.4.0.alpha22

18 Mar 13:40
1e82de5
Compare
Choose a tag to compare
Pre-release

Changes since 24.4.0.alpha21

All changes

New features

  • Pass Java class info to browser in dev mode
    Commit · Pull request

    If the mode cannot be determined (missing session or configuration), do not send anything

Fixes

Vaadin Flow 24.4.0.alpha21

14 Mar 06:51
f586ae9
Compare
Choose a tag to compare
Pre-release

Changes since 24.4.0.alpha20

All changes

New features

  • Generate routes.tsx in Frontend/generated
    Commit · Pull request · Issue

    Generate default routes.tsx in Frontend/generated folder instead of Frontend/. Imports to routes.js are now dynamic in Flow.ts and index-react.ts.

  • Default routes.tsx for fs router
    Commit · Pull request · Issues 18813, 18813

    When using hilla views, generate default routes.tsx based on the File System based router views by routes-fs.tsx template file. When using Hilla, Flow.ts template is adjusted to import views and export new function that creates default routes including Hilla views and serverSideRoutes. Generate default routes.tsx with a support for File System router. FS router plugin is always installed by default when react is enabled.

Fixes

  • Gradle file system checks
    Commit · Pull request · Issue

    frontend folder instead of frontendGenerated as the actual files are not generated.

Vaadin Flow 24.4.0.alpha20

12 Mar 14:16
fb9661f
Compare
Choose a tag to compare
Pre-release

Changes since 24.4.0.alpha19

All changes

New features

Fixes

  • Revert path separator handling in StreamRequestHandler
    Commit · Pull request · Issue

  • Src/main/something should be relative to project root
    Commit · Pull request

  • Adjust message with no routes
    Commit · Pull request

    Update the message to present the options in a consistent way: in [language] with [framework(s)]

Vaadin Flow 24.3.7

12 Mar 14:33
f4dfedf
Compare
Choose a tag to compare

Changes since 24.3.6

All changes

Fixes

Vaadin Flow 24.2.12

13 Mar 08:15
3fa2990
Compare
Choose a tag to compare

Changes since 24.2.11

All changes

Fixes

Vaadin Flow 24.2.11

12 Mar 14:49
aed52f7
Compare
Choose a tag to compare

Changes since 24.2.10

All changes

Fixes

Vaadin Flow 23.5.0.alpha1

12 Mar 12:58
9b96305
Compare
Choose a tag to compare
Pre-release

Changes since 23.4.0

All changes

Breaking changes

  • Add runtime license checking for Flow 23.5
    Commit