Skip to content

Vaadin Framework 8.8.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@ZheSun88 ZheSun88 released this 11 Apr 10:36
· 33 commits to 8.8 since this release
562cd7a

Vaadin Framework 8.8.0.beta1 is a pre-release for evaluating a number of new features and bug fixes. The API in this beta version is not considered final and may change based on user feedback.

Enhancements

  • Add StringToUuidConverter;
  • Allow value update by clicking on Slider
  • Allow use Enter and Space keys to fire Window header buttons
  • Support more KeyCodes
  • Support customized JSONSerializer
  • Improve the binding of columns defined through string with nested properties in Grid

Incompatible or Behavior-altering Changes

  • Public setCaption(String text) method in VPanel has been refactored to setCaption(String text, boolean captionAsHtml) due to internal changes.

See 8.8.0 milestone for all changes.