diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-09-28 15:57:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-28 15:57:23 +0300 |
commit | 198ec82c51cc3dc132676aeb74c7e44bef08adb6 (patch) | |
tree | 4872885df161b028a4256a7ea3700571d0584f0f /all | |
parent | 830af38f4cc5487b588fd99f28c5b252c87055f7 (diff) | |
download | vaadin-framework-198ec82c51cc3dc132676aeb74c7e44bef08adb6.tar.gz vaadin-framework-198ec82c51cc3dc132676aeb74c7e44bef08adb6.zip |
Add since tags and update release notes (#10109)
Diffstat (limited to 'all')
-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> |