flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
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
The internal package methods are ok to use during runtime and the FrontendBuildUtils can only be used by the frontend build
## 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...
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...
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...
### 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,...