Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update CHANGELOG-VAADIN8.md for Vaadin 8.27.2 #12632

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG-VAADIN8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Vaadin 8 extended maintenance version changelog

## Vaadin 8.27.2

* 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.

## Vaadin 8.27.1

* Fixed an issue with the `vaadin-push` packaging which prevented the JavaScript payload from loading.
Expand Down