github vaadin/flow 23.2.1
Vaadin Flow 23.2.1

latest releases: 24.5.0.alpha20, 24.5.0.alpha19, 2.11.1...
2 years ago

Changes since 23.2.0

All changes

New features

  • Log why Vite recompiles using debug level and a separate logger (#14489)
    Commit · Pull request

    Makes it more clear why Vite recompilations happens and helps to debug related anomalies.

Fixes

  • Set load-on-startup for automatically registered Vaadin servlet (#14501)
    Commit · Pull request

    When using Vite, DevModeInitializer blocks dev-server startup until a VaadinServlet is deployed because it needs to get the servlet path to use. If the container lazily loads servlets, Vite will not start until the first HTTP request for the Vaadin servlet is received. This change sets load-on-startup feature for automatically deployed Vaadin servlet, to ensure that the servlet and Vite are loaded on the startup of the Web application Part of #14479

  • Hide elements with 'hidden' attribute via CSS (#14496)
    Commit · Pull request · Issue

    Adds a global CSS to the page to always apply display: none to the elements with hidden attribute. Needed for Component:setVisible to work properly.

  • Add ?inline for CSSimports so they do not end up in the document
    Commit · Pull request · Issue

  • Make Lit import rewrites lazy
    Commit · Pull request

    The import rewrites must only match one row and not a similar import on the following row

Don't miss a new flow release

NewReleases is sending notifications on new releases.