platform
platform copied to clipboard
Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right o...
Make it easy to deploy new applications without needing to implement serializability. New servers are automatically started with new app versions while the old application versions keep running uninterrupted while...
### Description Full or partial support for the [Tailwind CSS](https://tailwindcss.com/) framework in V25, with [Aura](https://github.com/vaadin/platform/issues/7457) (and possibly Lumo) style token integration. ### Tier Free ### License Apache 2.0 ### Motivation...
### Description Improvements to the unthemed CSS built into Vaadin components to make them a better starting point for custom themes and the new Aura theme, and to facilitate the...
### Description Vaadin components with overlays (e.g. Dialog, Popover, Tooltip, ComboBox, Select, etc) will be refactored to use the native html [`popover` API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API). ### Tier Free ### License Apache 2.0...
### Describe your motivation We have to be sure that building Native Builds with Spring-Boot has no regressions, see https://vaadin.com/docs/latest/flow/production/native. ### Describe the solution you'd like A separate smoke test...
### Describe your motivation A follow-up testing improvement for https://github.com/vaadin/quarkus/issues/194. We have to be sure that building Quarkus apps with Vaadin using Native Builds has no regressions. ### Describe the...
Use signals for view parameters so that changes to the URL are reflected as signal value changes and changing the signal value will automatically update the URL.
Allow using signals for form binding. This means that signals are used for all the things that might change, i.e. the the validation status of each field and whether that...
### Describe your motivation The Vaadin24/SpringBoot applications we develop make use of SSL/https ans OIDC/OAuth2 so even on our development machines. If I understood Tatu in expert chat correctly, the...