diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2025-07-30 15:57:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-30 15:57:33 +0300 |
commit | db4c7a160321c3871db3fc0aa33fd55bed51e2c5 (patch) | |
tree | e38a15521ed7b58f8222239ec26d868656c8ad28 | |
parent | e310099595309ce730336f940326d878a16731f4 (diff) | |
download | vaadin-framework-db4c7a160321c3871db3fc0aa33fd55bed51e2c5.tar.gz vaadin-framework-db4c7a160321c3871db3fc0aa33fd55bed51e2c5.zip |
-rw-r--r-- | CHANGELOG-VAADIN8.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md index 1225be702e..93584f80ca 100644 --- a/CHANGELOG-VAADIN8.md +++ b/CHANGELOG-VAADIN8.md @@ -1,5 +1,11 @@ # Vaadin 8 extended maintenance version changelog +## Vaadin 8.28.2 + +* Fixed a bug where scrolling in a UI with a menubar would attempt to close the menubar popup even when the popup didn't exist, resulting in a cascade of JavaScript errors in the console. +* Improved Upload component handling so that the `receiveUpload` handler will not get triggered if the upload has been interrupted in `startListener`. +* Updated the JNA and OSHI dependencies for security. + ## Vaadin 8.28.1 * Hotfix: the Grid fix in 8.28.0 that made sure that DOM contents are not altered unless there is a need to update them was missing the logic for the Vaadin 8 version of Grid's TextRenderer, while it was added for the Vaadin 7 compatibility Grid. |