From: Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> Date: Tue, 14 May 2024 11:06:59 +0000 (+0300) Subject: chore: Update changelog for Vaadin 8.25.2 (#12621) X-Git-Tag: 8.25.2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Ftags%2F8.25.2;p=vaadin-framework.git chore: Update changelog for Vaadin 8.25.2 (#12621) --- diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md index 843b12c8b4..e23ff203b7 100644 --- a/CHANGELOG-VAADIN8.md +++ b/CHANGELOG-VAADIN8.md @@ -1,5 +1,10 @@ # Vaadin 8 extended maintenance version changelog +## Vaadin 8.25.2 + +* Defined Vaadin License Checker version as a variable in the root POM in order to fix OSGI packaging. The packaging change in 8.25.1 exposed this issue. +* Mitigated the performance overhead caused by the Grid changes in 8.25.0, namely the re-layouting of a Grid on scroll is now only performed when a ComponentRenderer is present. + ## Vaadin 8.25.1 * Reverted a fix for a ComboBox issue where, if a filter was applied and the user opens the dropdown choice menu, the currently selected choice was not initially being scrolled into view. This fix had the side effect of making it impossible to scroll the dropdown menu in certain cases. The fix for the original issue will be re-implemented in a side-effect free manner in a future release.