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...
Currently, React 18 is the minimum version and also the default. 19 support is available as a feature flag. For Vaadin 25, we should make React 19 the minimum version...
## Description Make it easy for developers to extend the `MenuBarItem` and `ContextMenuItem` types so that they can add additional properties to those. When handling item selection, developers should be...
Add a chunk of Vaadin 7 components and their APIs to the Modernization Toolkit. The chunk will include single-value and multi-value components, abstractions from their Vaadin 7 inheritance hierarchies, and...
With improved capabilities in LLM integration libraries like Spring AI, you can very easily get the response from the LLM as a specific Java type and then use that object...
The built-in Material theme will be removed in V25. Projects using the theme are encouraged to migrate to Lumo or the upcoming Aura theme.
## Description Automatically switch Grid into single-column mode for small viewports. See https://cookbook.vaadin.com/responsive-grid ## Acceptance criteria - [ ] Separate small-viewport column that's hidden above a certain breakpoint (below which...
## Description A new Java API for easier export of the Vaadin `Grid` content. Data export is a quite popular use case especially for table-like data components: `Grid`, `GridPro`, `Crud`,...