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...
PiT 23.2
- [x] https://github.com/vaadin/web-components/issues/4096 - [x] https://github.com/vaadin/flow/issues/14143 - [ ] https://github.com/vaadin/base-starter-flow-osgi/issues/239 - [ ] https://github.com/vaadin/vaadin-flow-karaf-example/issues/100 (still happening in **23.2**) - [x] https://github.com/vaadin/flow-components/issues/3567 (also happening in **23.1**) - [ ] https://github.com/vaadin/flow/issues/14355
`23.2.0.beta1` has been released. the following issues need to be addressed. - hilla dependency versions have been wrongly upgrade in package.json in docs repo - PR looks like [this](https://github.com/vaadin/docs/pull/1620/files) and...
## Description Make Vite as a primary tool for building Vaadin frontend, make Webpack as an optional tool available behind the feature flag, see https://github.com/vaadin/flow/issues/13852. ## Use cases As a...
Tooltips
## Description Tooltip support for components and Grid cells. Accessible and touch-friendly where feasible. ## Use cases As a developer I want to provide - additional information for input fields...
created as draft since probably it needs more work, let's see what happens in ci
### Describe the bug It appears that as of 23.1.6 Vaadin uses JSOUP 1.14.3. In JSOUP 1.15.3 There was a breaking change where Whitelist was replaced with Safelist as the...
## Description Make it possible to style components using the [`::part()` selector](https://developer.mozilla.org/en-US/docs/Web/CSS/::part) instead of shadow DOM CSS injection, to simplify styling. ## Use cases As a developer I want to...
## Description A container component with tabs for switching between different content, based on `vaadin-tabs`. ## Rationale TabSheet has been one of the most requested missing components compared to V7/8....