diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2024-10-03 16:14:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 16:14:48 +0300 |
commit | 82ee6893abc1f35d7c4d287f2fe37fdcf4c804d0 (patch) | |
tree | 74902c172e1adc70696d386d5b031e9faffd293b /CHANGELOG-VAADIN8.md | |
parent | 972ed98de0a6350162ee8ab561b297137af969d4 (diff) | |
download | vaadin-framework-82ee6893abc1f35d7c4d287f2fe37fdcf4c804d0.tar.gz vaadin-framework-82ee6893abc1f35d7c4d287f2fe37fdcf4c804d0.zip |
Update CHANGELOG-VAADIN8.md for Vaadin 8.27.2
Diffstat (limited to 'CHANGELOG-VAADIN8.md')
-rw-r--r-- | CHANGELOG-VAADIN8.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md index 5ed32723d3..2d0d8e061a 100644 --- a/CHANGELOG-VAADIN8.md +++ b/CHANGELOG-VAADIN8.md @@ -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. |