github vaadin/flow 6.0.4
Vaadin Flow 6.0.4

latest releases: 24.4.0.alpha32, 23.3.30, 24.4.0.alpha30...
3 years ago

Vaadin Flow 6.0.4

Changes in Flow from 6.0.3

  • New Features:

    • Render custom offline page in app shell. PR:10360
  • Fixes:

    • Use warn instead of trace for WC exporters discovering. PR:10507. Ticket:9855

    • Correct comment in webpack config file. PR:10475. Ticket:8485

    • Do lazy initialization in a thread-safe way. PR:10456. Ticket:9323

    • Remember original state after LOADING. PR:10099

      Added method loadingFailed transitioning to CONNECTION_LOST if it is the last active loading. Also removed the exposed Vaadin.Flow.clients.TypeScript.loadingStarted / loadingFinished pair, as blocking TB is anyway not working for multiple ongoing backend calls (and it would be better handled by register ConnectionState as a Flow client with isActive flag).

    • Do not serve appshell/offline page for cached resource. PR:10386

    • Make shortcuts not break writing on inputs. Ticket:10362

      Only passes the delegated event forward when it maps to the shortcut key. For the shortcut key, preventDefault() is the default behavior and default can be allowed with allowBrowserDefault() in the ShortcutRegistration.

    • Prevent NPE when writing field value to bean. PR:10387

      Forward port vaadin/framework#12230

    • Add API to control whether Binder converts back to presentation (CP: #10343)
      all changes since previous version

Don't miss a new flow release

NewReleases is sending notifications on new releases.