github vaadin/flow 24.4.0.alpha15
Vaadin Flow 24.4.0.alpha15

latest releases: 24.5.0.alpha4, 24.3.12, 24.4.2...
pre-release4 months ago

Changes since 24.4.0.alpha14

All changes

New features

  • Add translation file request handler
    Commit · Pull request · Issue

    This PR adds a request handler to serve translation properties files. For the request to be handled by this handler, the request type should be i18n. There is one optional parameter to construct the locale: langtag. If a translation properties file that corresponds to the locale, the response contains the translation entries in JSON format. Otherwise, it contains the default file or returns a not found response. The default file is the bundle for the root locale. The system default locale is not considered to be the default, and is not used for fallback. The response header also contains information regarding the retrieved file locale.

Fixes

  • Add properties for react and bun
    Commit · Pull request

  • Do not log error for not existing folder during resource scan
    Commit · Pull request · Issue

    Prevents a warning message to be printed when the class finder scanner is not able to handle an URL, for example because it points to a not existing directory. A message is anyway printed at debug level.

Don't miss a new flow release

NewReleases is sending notifications on new releases.