Skip to content

Vaadin Framework 8.27.2

Compare
Choose a tag to compare
@thevaadinman thevaadinman released this 03 Oct 13:47
· 5 commits to master since this release
6cf2a5c

Vaadin Framework 8.27.2 is an Extended Maintenance patch release with the following changes:

  • Included the vaadin-portlet package in the Vaadin 8 BOM. As a result, the version of the vaadin-portlet package does not need to be defined if the vaadin-bom artifact is imported.
    This definition was originally left out due to an oversight and the omission was discovered during internal manual testing.

  • Improved initialization of the eager unload feature when using Firefox, Safari or any iOS browser.

    PLEASE NOTE: this feature will make the "are you sure you want to leave" confirmation not function as intended, as these browsers need to hook onto the beforeunload event. This will cause the session to become invalidated and will require reloading the page even if the user decides to stay.
    If you need to disable the eager unload functionality for Safari/Firefox/iOS in order to display the confirmation, directly assign a handler to window.onbeforeunload with a JavaScript call.