Skip to content

Tags: vaadin/flow

Tags

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 <[email protected]>

24.4.15

Toggle 24.4.15'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) (#20764)

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

Co-authored-by: Marco Collovati <[email protected]>

2.11.4

Toggle 2.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: do not mistakenly run 2 npm installs (#20612)

* fix: do not mistakenly run 2 npm installs

Fixes #19370

* format

* fix test log checks.

* wait a bit longer for jetty to stop

* Make a marking that npm install is running.

* unused import

revert stopWait change

---------

Co-authored-by: Teppo Kurki <[email protected]>

24.7.0.alpha2

Toggle 24.7.0.alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: re-build production bundle if index.html changes (#20729)

Stores index.html hash in stats.json and forces production bundle to be
re-built if file contents have changed. Changes to index.html do not
trigger a dev bundle re-generation since in dev mode the file is served
directly from the frontend folder.

Fixes #20629

24.6.0

Toggle 24.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: pin javassist version in flow plugin base (#20719) (#20722)

* chore: pin javassist version in flow plugin base

Fixes #20712

* fix poms

Co-authored-by: Marco Collovati <[email protected]>

23.5.11

Toggle 23.5.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ensure requestEnd clears Vaadin thread locals (#20687) (#20692)

Makes sure that Vaadin thread locals are cleared even if something
fails durung requestEnd execution. It also wraps Vaadin interceptors
execution in a try/catch block to ensure all of them are invoked
and that potential failures does not affect the continuation of
requestEnd method.

24.6.0.rc1

Toggle 24.6.0.rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix redirect URL for PUSH with websocket transport (#20666) (CP:…

… 24.6) (#20676)

* fix: fix redirect URL for PUSH with websocket transport (#20666)

When PUSH is enabled with websocket transport, the redirect URL to be used
after a successfull login is not correctly computed because it is based
on the PUSH servlet mapping.
This change detects the situation and computes the correct URL.

Fixes #20575

* fix version

---------

Co-authored-by: Marco Collovati <[email protected]>

24.7.0.alpha1

Toggle 24.7.0.alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump com.vaadin:license-checker from 1.13.2 to 1.13.3 (#…

…20594)

Bumps [com.vaadin:license-checker](https://github.com/vaadin/license-checker-vaadin10) from 1.13.2 to 1.13.3.
- [Commits](https://github.com/vaadin/license-checker-vaadin10/commits)

---
updated-dependencies:
- dependency-name: com.vaadin:license-checker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

24.6.0.beta8

Toggle 24.6.0.beta8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add React Router future flags for flow auto-generated routes file (

#20641)

24.5.9

Toggle 24.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bump frontend deps (#20620) (#20625)

Co-authored-by: Artur <[email protected]>