Skip to content

Commit

Permalink
chore: Update changelog for Vaadin 8.25.2 (#12621)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaadinman committed May 14, 2024
1 parent 518da78 commit 7ce2e18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-VAADIN8.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7ce2e18

Please sign in to comment.