diff options
Diffstat (limited to 'all/src/main/templates/release-notes.html')
-rw-r--r-- | all/src/main/templates/release-notes.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 02806e7346..36ed08ad6b 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -86,7 +86,17 @@ <li>Separate row heights for header, body and footer in Grid</li> <li>Support for item descriptions (tooltips) in CheckBoxGroup, RadioButtonGroup and Tree</li> <li>Binder supports removing bindings</li> + <li>Binding builder methods do not have to be chained</li> + <li>Bean validation failures will revert changes in Binder</li> <li>Notification supports CloseListener</li> + <li>Tree now has methods to scroll it programmatically</li> + <li>The browser time zone can be obtained from WebBrowser if the browser supports it</li> + <li>AbstractDateField now supports formatting of time zone information</li> + <li>PushState based navigation support</li> + <li>VaadinSession is now stored to the HTTP session at the end of each access to support clustering</li> + <li>Grid WAI-ARIA support has been improved (aria-sort added)</li> + <li>Client side ErrorLevel support</li> + <li>VaadinService, VaadinServlet and VaadinServletService have protected no-args constructors to make DI integrations simpler</li> </ul> </p> |