Skip to content

Tags: vaadin/flow

Tags

24.7.0.alpha7

Toggle 24.7.0.alpha7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "chore: Add convenience list and count without Filter" (#20879)

This reverts commit 7d13de2.

This causes problems with Hilla that does not support method overloading, as TS/JS does not support that

24.7.0.alpha6

Toggle 24.7.0.alpha6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Add JSpecify as a dependency (#20868)

This is so it can be used in projects without further imports, and we can use it new new start.vaadin.com projects

24.7.0.alpha5

Toggle 24.7.0.alpha5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for OAuth2 logout configuration (#20820)

Improves setOAuth2LoginPage method in order to configure an OIDC logout
succes shandler capable of handling redirection for UIDL requests.
Post logout URL is by default the application root, but a method
overload allows to specify a custom URL.

Related-to #11026

24.7.0.alpha4

Toggle 24.7.0.alpha4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: React 19 behind a feature flag (#20816)

24.6.2

Toggle 24.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: TypeScript 5.7.3 (#20817) (CP: 24.6) (#20823)

24.5.11

Toggle 24.5.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "fix: use capture for dragLeave (#20291)" (#20822) (#20825)

This reverts commit 17042ce.

Co-authored-by: Teppo Kurki <teppo.kurki@vaadin.com>

24.4.16

Toggle 24.4.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "fix: use capture for dragLeave (#20291)" (#20822) (#20826)

This reverts commit 17042ce.

Co-authored-by: Teppo Kurki <teppo.kurki@vaadin.com>

24.6.1

Toggle 24.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: parse bot user agents (#20785) (#20797)

Add parsing for byte spider and duck duck bot user agents.

Fixes #20784

Co-authored-by: Marco Collovati <marco@vaadin.com>

24.7.0.alpha3

Toggle 24.7.0.alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: use custom thread pool for vaadin-dev-server tasks (#20795)

* chore: use custom thread pool for vaadin-dev-server tasks

Vaadin dev-server executes long-running tasks (e.g. npm install) using
the common ForkJoin pool. This can cause a slow startup or even timeouts
when the pool size is very small.
Using a dedicated executor for dev-server tasks should prevent the
above issues.

Fixes #20793

* nullify executor on shutdown

24.5.10

Toggle 24.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: disable shm usage for reload time test (#20761) (#20763)

Prevents remote Chrome ERR_INSUFFICIENT_RESOURCES failures for tests
loading hundreds of resources concurrently (CSS or JS).

Co-authored-by: Marco Collovati <marco@vaadin.com>