Skip to content

Releases: vaadin/flow

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

Vaadin Flow 2.11.5

07 Feb 10:31
5a6224c
Compare
Choose a tag to compare

Changes since 2.11.4

All changes

Fixes

  • Add classpath elements to Surefire plugin
    Commit · Pull request

    Maven doesn't use .classpath and as such isn't aware that it should use flow-server as a source directory.

Vaadin Flow 24.5.12

29 Jan 13:43
8084ebf
Compare
Choose a tag to compare

Changes since 24.5.11

All changes

Fixes

  • Fix UI refresh event name (#20921)
    Commit · Pull request · Issue

    The name used to register the event listener for hotswap refresh and the name used to fire the event are different. This change fixes the name in the listener.

  • Build service worker without writing it to FS (#20909)
    Commit · Pull request

  • Support bun 1.2 lock file (#20900)
    Commit · Pull request

  • Trigger refresh from client on hotswap with PUSH (#20848)
    Commit · Pull request · Issue

    When PUSH is enabled, Flow Hotswapper uses it to refresh only the affected UIs. However, this can cause issues if Flow views contain code that relies on VaadinRequest thread local, since hotswap refresh start in a background thread. This change defines a client side event listener to trigger the refresh, and uses PUSH only to fires the event.

  • Fix setReadonly when using binder with records (#20855)
    Commit · Pull request · Issue

    When Binder is used with record, calling setReadonly method does not have any effect because the logic only considers bindings with a proper setter. This change fixes the setReadonly logic to take care of all bindings when Binder is using a record.

Code refactoring

Vaadin Flow 24.7.0.alpha9

29 Jan 13:43
9e0c7b8
Compare
Choose a tag to compare
Pre-release

Changes since 24.7.0.alpha8

All changes

Fixes

  • Fix UI refresh event name
    Commit · Pull request · Issue

    The name used to register the event listener for hotswap refresh and the name used to fire the event are different. This change fixes the name in the listener.

Vaadin Flow 24.6.4

29 Jan 13:43
5a81171
Compare
Choose a tag to compare

Changes since 24.6.3

All changes

Fixes

  • Fix UI refresh event name (#20921)
    Commit · Pull request · Issue

    The name used to register the event listener for hotswap refresh and the name used to fire the event are different. This change fixes the name in the listener.