Vaadin Framework 8.8.0
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
Windowheader 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 inVPanelhas been refactored tosetCaption(String text, boolean captionAsHtml)due to internal changes.
See 8.8.0 milestone for all changes.