Skip to content

Vaadin Framework 8.0.0.rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@pleku pleku released this 17 Feb 07:41
· 179 commits to 8.0 since this release

Vaadin Framework 8.0.0.rc2 is a release candidate.

It does not have any API changes compared to 8.0.0.rc1.

Fixes introduced in 8.0.0.rc2

  • Clarified various javadocs
  • Fixed ComboBox issues with large data sets (using lazy dataprovider)
    • Do not fetch all items if paging is used
    • Fixed unnecessary fetches for data when it is already available on browser
  • Added support for long-tap on iOS for opening context-menu