github vaadin/flow 24.2.0.alpha2
Vaadin Flow 24.2.0.alpha2

pre-release14 months ago

Changes since 24.2.0.alpha1

All changes

Fixes

  • Validate license only for used components
    Commit · Pull request

    The package list always includes all packages (from @NpmPackages). We need to check which js modules are actually used to know which components are used

  • Do not create a LiveReload instance in production mode
    Commit · Pull request · Issue

  • Fix native compilation and runtime
    Commit · Pull request · Issue

    This change fixes handling of resource in the native build and register hints for classes required for PWA icon generation at runtime.

  • Add support for Java Time types for Element properties
    Commit · Pull request · Issue

    Allows POJOs with Java Time members to be serialized as Element JSON properties. To avoid breaking changes, the Object mapper WRITE_DATES_AS_TIMESTAMPS feature is left as default, so some types such as LocalTime, LocaDate and LocalDateTime are serialized as arrays of numbers, as documented in Jackson JavaTimeModule.

  • Copy package-lock from bundle in hotdeploy
    Commit · Pull request

    Copy the package-lock.json from the dev bundle in frontend hotdeploy mode if no package-lock is available. file to temp directory

  • Load theme after other styles in production mode
    Commit · Pull request · Issue

  • Report imports missing from the bundle only once
    Commit · Pull request

  • Ignore pending JS invocations for invisible node in UI dirty check
    Commit · Pull request

    UI dirty check currently takes into account also pending JS invocation for invisible node, that however will not be sent to the client. This change updates the check to only consider JS invocation that should be effectively sent to the browser.

Don't miss a new flow release

NewReleases is sending notifications on new releases.