flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
### Description of the bug This happens if you reload / at a suitable point during startup of an application. Once the app has fully started, this no longer reproduces....
### Description We are using ValueChangeMode.TIMEOUT on fields (text field etc) with 3500 timeout. However it is not working as it should. Sometimes it calls listener on the first character...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.1.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.1.0 Request for Android users If you know of Guava Android users who have not yet upgraded to...
Bumps [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) from 3.1.6 to 3.1.7. Release notes Sourced from io.smallrye:jandex-maven-plugin's releases. 3.1.7 #357 Release 3.1.7 #353 Bump org.postgresql:postgresql from 42.5.1 to 42.7.2 in /maven-plugin/src/it/someLibraries #352 Fix class ordering when...
### Description of the bug A Flow view with `@Route("")` is not rendered if the application has a client-side main layout (`views/$layout.tsx`). Flow views with other routes are rendered and...
### Description of the bug When your main layout is in React, then the 404 page for an invalid URL is shown inside the mainlayout like this  If you...
Bumps `component.version` from 24.3.6 to 24.3.7. Updates `com.vaadin:vaadin-lumo-theme` from 24.3.6 to 24.3.7 Updates `com.vaadin:vaadin-upload-flow` from 24.3.6 to 24.3.7 Updates `com.vaadin:vaadin-upload-testbench` from 24.3.6 to 24.3.7 Updates `com.vaadin:vaadin-notification-flow` from 24.3.6 to 24.3.7...
### Description of the bug When setting [stateless authentication](https://hilla.dev/docs/react/guides/security/spring-stateless) for a Hilla application, the signed JWT token is stored in a browser cookie. The expiration time of both token and...
### Describe your motivation `routes.tsx` exports `routes` object so that `Flow.tsx` can import it and use for React router integration. This can be avoided if `combinedRoutes` in `Flow.tsx` are stored...
### Describe your motivation To keep an eye on what is serialized to the session, it would be nice if we could iterate over the attributes in the VaadinSession ###...