Skip to content

Vaadin Framework 7.7.42

Compare
Choose a tag to compare
@mlindfors mlindfors released this 31 Oct 09:56
· 373 commits to 7.7 since this release
a1bdf76

The Vaadin Framework 7.7.42 is an extended-support release with the following changes:

  • added read-only support to Grid. This allows disabling editing features in an otherwise editable Grid while still retaining scrolling. Use existing API method Grid.setReadOnly(true).
  • enabled dependency convergence enforcement in Vaadin 7 to mitigate transitive dependency mismatches.
  • internal test fixes