docs
docs copied to clipboard
Official documentation for Vaadin and Hilla.
In the [Route Parameters](https://vaadin.com/docs/latest/flow/routing/route-parameters) and [Side Navigation](https://vaadin.com/docs/latest/components/side-nav) documentation, shouldn’t we include information on how to create links with route parameters?
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 4.28.0. Release notes Sourced from rollup's releases. v4.28.0 4.28.0 2024-11-30 Features Allow to specify how to handle import attributes when transpiling Rollup config files (#5743)...
Page: https://vaadin.com/docs/latest/building-apps/application-layer/background-jobs/triggers There is an example that combines `@PreAuthorize` and `@Async`. However, this will not work out of the box since the security check is performed after the background thread...
This issue tracks the documentation changes for the version 1.1.0 release of Control Center. Since there are changes that cannot be published before the release, the `[control-center-1.1.0](https://github.com/vaadin/docs/tree/control-center-1.1.0)` branch should not...
[Application Theme](https://vaadin.com/docs/latest/styling/application-theme) page references in several places the legacy path for frontend folder, instead of mention `src/main/frontend`. If you think this issue is important, add a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to help...
The warning theme for the Badge is not documented. https://vaadin.com/docs/latest/components/badge --- If you think this issue is important, add a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to help the community and maintainers prioritize this...
Component API and Element API in Flow are two levels of abstraction and pursue different goals: - Component API is on a higher level and aims to be a basis...
**Description:** Add a "What's New" section in the documentation menu to display newly added features, components, and articles for the selected version.  **Details:** -...
From the description of [JAR Packages Scanning](https://github.com/vaadin/docs/blob/e2f208488ce3a862c22b0373b94f972a2ce9b0e9/articles/flow/integrations/spring/configuration.adoc#jar-packages-scanning) it's not clear that "_the `package.properties` feature is not about automatically discovering annotated classes in external JARs, but to improve Flow class scanning...
The documentation is missing/hidden for the [RangeInput](https://github.com/vaadin/flow/blob/main/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java) component and also for most of the components in the html package of Flow. If you think this issue is important, add a...