Browse Source

chore: Update changelog for Vaadin 8.25.2 (#12621)

tags/8.25.2
Patrik Lindström 2 weeks ago
parent
commit
7ce2e18719
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      CHANGELOG-VAADIN8.md

+ 5
- 0
CHANGELOG-VAADIN8.md View File

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

Loading…
Cancel
Save