github vaadin/flow 23.1.3
Vaadin Flow 23.1.3

latest releases: 24.5.0.beta2, 23.5.5, 24.5.0.alpha20...
2 years ago

Changes since 23.1.2

All changes

New features

  • Remove validation status change listener upon unbind (#14111)
    Commit · Pull request · Issue

    Listener removal was missing when unbind was happening.

Fixes

  • Ignore quotes in CSS url directive (#14103)
    Commit · Pull request

    CSS url directive allows the url to be enclosed in single or double quotes. Currently, webpack processors removes quotes before the theme-generator is used, but this does not happen with Vite, so URLs are set on the link elements by createLinkReferences function with quotes and this leads to an HTTP 404 error because the browser adds the base url to the contents of the directive. This change modifies the regular expression that matches urls, so that the quotes are not part of the capturing group used to get the url.

  • Separate core and commercial components version files
    Commit · Pull request · Issue

  • Use correct view when using eagerServerLoad (#14036) (CP: 23.1)
    Commit · Pull request

  • Fix ip binding problem with Vite 3 (#14040)
    Commit · Pull request · Issue

    Use 127.0.0.1 both for the Vite server and when connecting to it to ensure it works

Don't miss a new flow release

NewReleases is sending notifications on new releases.