Skip to content

7.7.2

Compare
Choose a tag to compare
@Artur- Artur- released this 22 Sep 19:27
· 2613 commits to master since this release

Fixed issues:

  • Upgrade from 7.7.0 to 7.7.1 breaks widgeset compilation on Windows
  • Grid scrolling is sometimes really, really laggy since Chrome 52
  • Perpetual licenses are not accepted by CDN
  • Grid columns do not expand correctly when grid is disabled
  • Resizing a Grid column to minimum width when there are hidden columns before it breaks Grid
  • LayoutManager should ensure temporary variables are cleared at the end of a layout phase

Noteworthy:

  • com.vaadin.client.data.DataSource has a new isWaitingForData method to be able to properly handle data requests when a component is disabled. This must be added to any existing DataSource implementation