Skip to content

Vaadin Framework 8.25.1

Compare
Choose a tag to compare
@thevaadinman thevaadinman released this 24 Apr 12:22
· 11 commits to master since this release
ae7aa76

Vaadin Framework 8.25.1 is an Extended Maintenance patch release with the following changes:

  • 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.
  • Fixed a packaging issue, where the Vaadin license checker and Vaadin Open were incorrectly being included as part of the vaadin-server artifact. This caused a cascade of classpath conflict warnings on startup. As far as we're aware, this problem appeared to be completely cosmetic but was causing concern for some users.
  • Added a missing style rule for FormLayout's disabled caption opacity when using the light Valo theme.
  • Updated the license checker version.