Skip to content

Vaadin Framework 8.8.0

Compare
Choose a tag to compare
@ZheSun88 ZheSun88 released this 30 Apr 10:10
· 26 commits to 8.8 since this release

Vaadin Framework 8.8.0 is a feature release includes a number of new features and bug fixes.

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.