Releases: vaadin/flow
Vaadin Flow 24.7.0.alpha14
Changes since 24.7.0.alpha13
New features
-
Add signal commands
Commit · Pull requestThis 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 requestWrite package.json as formatted instead of single line.
Vaadin Flow 24.7.0.alpha13
Changes since 24.7.0.alpha12
New features
-
Update frontend to use Jackson
Commit · Pull request -
Add jackson utils and codec
Commit · Pull requestCreate jackson versions of the JsonUtils and JsonCodec. part of #20741
Vaadin Flow 24.6.6
Changes since 24.6.5
Fixes
-
Improve class scanning filter (#20978)
Commit · Pull requestIgnores additional well-known packages when scanning classes to find frontend resources.
Vaadin Flow 24.5.14
Changes since 24.5.13
Fixes
-
Complete client websocket future on open (#20587)
Commit · Pull request · IssueCompleting 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 requestIgnores additional well-known packages when scanning classes to find frontend resources.
Vaadin Flow 24.5.13
Changes since 24.5.12
Fixes
- Add vite-ping subprotocol to Vite websocket proxy (#20578)
Commit · Pull request · Issue
Vaadin Flow 23.5.12
Vaadin Flow 24.7.0.alpha12
Changes since 24.7.0.alpha11
Fixes
-
Postpone frontend bootstrap file generation
Commit · Pull request · IssueGeneration 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
Changes since 24.6.4
Fixes
Vaadin Flow 24.7.0.alpha11
Changes since 24.7.0.alpha10
New features
-
Execute Hilla tasks whenever Hilla is available
Commit · Pull request · Issues 20289, 18800Execute 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 · IssueIt 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
Changes since 24.7.0.alpha9
New features
- Add setSrc(AbstractStreamResource)
Commit · Pull request - Mark full size components with data attribute
Commit · Pull request - Add feature flag for layout improvements
Commit · Pull request