flow icon indicating copy to clipboard operation
flow copied to clipboard

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

Results 683 flow issues
Sort by recently updated
recently updated
newest added

With cloned context Edge browser seems not to get stuck Fixes #22954 See: https://github.com/WICG/service-worker-auto-preload?tab=readme-ov-file#how-it-works

+0.0.1

The internal package methods are ok to use during runtime and the FrontendBuildUtils can only be used by the frontend build

+1.0.0

## Description Please list all relevant dependencies in this section and provide summary of the change, motivation and context. Fixes https://github.com/vaadin/flow/issues/14127 (issue) ## Type of change - [ ] Bugfix...

+0.1.0

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [eslint](https://github.com/eslint/eslint) and [eslint-config-vaadin](https://github.com/vaadin/eslint-config-vaadin). These dependencies need to be updated together. Updates `js-yaml` from 3.14.1 to 4.1.1 Changelog Sourced from js-yaml's...

javascript
dependencies

Fixes #19788 Changes: - Client: Remove premature decoding of pathname in Flow.ts to preserve encoded characters like %2F in the URL sent to server - Server: Add PathUtil.getSegmentsListWithDecoding() method that...

+0.0.1

### Description of the bug When following [Upgrading from Vaadin 24 - Theming and styling](https://vaadin.com/docs/v25/upgrading#themes-and-styling), I want to replace the deprecated @Theme by the proposed solution. However, it doesn't explain...

### Description of the bug Title says it all - when stopping an application the following exception / stacktrace is shown when I try to access the SecurityContextHolder from within...

### Description UI.accessSynchronously locks the entire session each time it is called. This means that another UI on the same session can no longer continue working. ### Expected outcome Instead,...