Skip to content

Vaadin Framework 8.1.0.beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pleku pleku released this 24 May 13:03
· 1354 commits to master since this release

Vaadin Framework 8.1.0.beta1 is a pre-release version for evaluating the enhancements mentioned below. With subsequent beta releases we may change things based on your feedback, and that may lead to API breaking changes.

Vaadin Framework 8.1.0 New Features

New Components: TreeGrid and Tree

Components in Grid

  • Using ComponentRenderer you can have any component in a grid's cell
  • Sample
  • Documentation (scroll down for ComponentRenderer)

Grid Drag and Drop

HTML5 Drag and Drop Support

OSGi and Liferay 7 Support

Additional Enhancements:

  • LocalDateRender and LocalDateTimeRenderer
  • Programmatically set Grid’s row height
  • Content mode for TabSheet.Tab description
  • Using textContent instead of innerText for Grid TextRenderer (optimization)
  • Binder and BeanValidationBinder now support nested bean properties
  • Composite component for wrapping a component without an extra DOM element.
  • Warranty fix for row selection in Grid when using overridden getId()
  • Many other fixes

See complete list of changes since 8.1.0.alpha8

See complete list of changes since 8.0.6