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...
fixes https://github.com/vaadin/testbench/issues/1321 this change will not be picked to other branches. it is a breaking change
## Description Vaadin TestBench provides a set of tools and helpers to write an end-to-end tests for Vaadin applications. Whereas it gives developers a rich API to simulate user interaction...
## Description Chaining validation in the components when web-component, flow counterpart and Binder are used together. Validation should happen in the order 1. web-component, 2. Flow component, 3. Binder. ###...
## Description The Map component should provide an API for configuring interactions with the viewport (for example drag to pan, pinch to zoom), and should allow enabling or disabling interactions....
## Description Providing an API to enter GridPro editing mode programatically. ## Use cases As a developer I want to programmatically open the cell in editing mode So that I...
The [docs project](https://github.com/vaadin/docs) has a [dsp branch](https://github.com/vaadin/docs/tree/dsp) that should be regularly updated from the [latest branch](https://github.com/vaadin/docs/tree/latest). However, the content of both branches doesn't match 100%: the dsp branch should only...
## Description Horizontal and VerticalLayout components for use in V7/V8 to V14+ migrations, with API and behavior as similar as feasible to their V7/8 counterparts. ## Use cases As a...
## Description Panel component for use in V7/V8 to V14+ migrations, with API and features similar to the V7/8 counterpart. ## Use cases As a developer migrating from V7 or...
## Description Label component for use in V7/V8 to V14+ migrations, with API and features similar to the V7/8 counterpart. ## Use cases As a developer migrating from V7 or...
### Describe your motivation Flow team would like to propose the following improvement to Flow PR validation process: 1. Cherry pick pull requests sometimes stuck because of “waiting for status...