Skip to content

Releases: vaadin/flow

Vaadin Flow 24.7.0.alpha14

17 Feb 08:26
d6f7a87
Compare
Choose a tag to compare
Pre-release

Changes since 24.7.0.alpha13

All changes

New features

  • Add signal commands
    Commit · Pull request

    This is not yet a complete signal implementation but only the low-level core data manipulation logic.

  • Update frontend to use Jackson
    Commit · Pull request

Fixes

  • Format package.json
    Commit · Pull request

    Write package.json as formatted instead of single line.

Vaadin Flow 24.7.0.alpha13

13 Feb 10:32
aff166f
Compare
Choose a tag to compare
Pre-release

Changes since 24.7.0.alpha12

All changes

New features

Vaadin Flow 24.6.6

19 Feb 08:48
a6d788e
Compare
Choose a tag to compare

Changes since 24.6.5

All changes

Fixes

  • Improve class scanning filter (#20978)
    Commit · Pull request

    Ignores additional well-known packages when scanning classes to find frontend resources.

Vaadin Flow 24.5.14

19 Feb 08:46
ed8265c
Compare
Choose a tag to compare

Changes since 24.5.13

All changes

Fixes

  • Complete client websocket future on open (#20587)
    Commit · Pull request · Issue

    Completing the websocket future in onOpen event prevents the connection to hang indefintely when application run on low resources.

  • Improve class scanning filter (#20978)
    Commit · Pull request

    Ignores additional well-known packages when scanning classes to find frontend resources.

Vaadin Flow 24.5.13

07 Feb 11:12
8543ff1
Compare
Choose a tag to compare

Changes since 24.5.12

All changes

Fixes

Vaadin Flow 23.5.12

07 Feb 11:36
87544b0
Compare
Choose a tag to compare

Changes since 23.5.11

All changes

Fixes

  • Revert "fix: use capture for dragLeave (#20291)" (20822) (CP: 23.5)
    This reverts commit 17042ce.
    Reverting due to regression found in #20607 and due to no viable fix or workaround for original functionality found.

Vaadin Flow 24.7.0.alpha12

05 Feb 07:26
714d220
Compare
Choose a tag to compare
Pre-release

Changes since 24.7.0.alpha11

All changes

Fixes

  • Postpone frontend bootstrap file generation
    Commit · Pull request · Issue

    Generation of vaadin.ts bootstrap file allows developers to modify the contents by providing implementations of the TypeScriptBootstrapModifier interface. However, this task is executed early and the modifier may look for files that are not yet generated or that can be deleted by subsequent tasks. This change move the generation of the bootstrap file just before building the dev bundle so that all the runtime generated files are available to the modifiers.

Vaadin Flow 24.6.5

07 Feb 11:13
b5f68f6
Compare
Choose a tag to compare

Changes since 24.6.4

All changes

Fixes

  • Add viewport-fix=cover to index.html (#20943)
    Commit · Pull request · Issue

    It turns out that viewport-fix=cover also needs to be added to index.html, in addition to @Viewport annotations, which were addressed in #20836.

Vaadin Flow 24.7.0.alpha11

04 Feb 07:11
91a5bbc
Compare
Choose a tag to compare
Pre-release

Changes since 24.7.0.alpha10

All changes

New features

  • Execute Hilla tasks whenever Hilla is available
    Commit · Pull request · Issues 20289, 18800

    Execute Hilla tasks (TaskGenerateOpenAPI and TaskGenerateEndpoint) whenever Hilla is available on the classpath. These tasks should determine the required actions themselves, instead of Flow trying to do it.

Fixes

  • Add viewport-fix=cover to index.html
    Commit · Pull request · Issue

    It turns out that viewport-fix=cover also needs to be added to index.html, in addition to Viewport annotations, which were addressed in #20836.

Vaadin Flow 24.7.0.alpha10

03 Feb 08:13
4b86ae3
Compare
Choose a tag to compare
Pre-release

Changes since 24.7.0.alpha9

All changes

New features