diff options
author | Henri Sara <hesara@vaadin.com> | 2015-10-28 12:37:18 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-10-29 11:35:35 +0000 |
commit | 5ea93a227f4ca7f33d9235f0bd4ca3e51ea44664 (patch) | |
tree | 85d2ba8cb47212cbcf1277ba194d35d91ebd5bda /WebContent | |
parent | 142b95cd4e10bfd7c2ab5a1c72a7e33eec89d741 (diff) | |
download | vaadin-framework-5ea93a227f4ca7f33d9235f0bd4ca3e51ea44664.tar.gz vaadin-framework-5ea93a227f4ca7f33d9235f0bd4ca3e51ea44664.zip |
Release notes: add enhancements for 7.6
Change-Id: I24c47abe189c3733e955e261dbf5d584f46d75b4
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index c2a4c7345b..ea0ee4dfb9 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -95,15 +95,23 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>New configurable client-server reconnect handling and warning dialogs</li> - <li>Grid line-based editing and unbuffered datasource binding</li> + <li>New configurable client-server automatic reconnect handling and warning dialogs</li> + <li>Grid columns can be resized by the user</li> + <li>Grid non-modal editor mode and unbuffered datasource binding</li> <li>More fluent Grid scrolling for touch devices</li> + <li>Better customizability of Grid (data generators for communication, customizable selection models etc.)</li> <li>Configurable keyboard, touch and mouse navigation support for Grid editor</li> <li>Declarative HTML serialization enhancements for Vaadin Designer 1.0</li> <li>Better handling of closing a window with keyboard shortcuts</li> <li>Column collapsing events for Table</li> <li>Most Components fire a ContextClickEvent when the user tries to open a context menu. - This event is specialised to contain some extra context for Grid, Table, TreeTable and Tree</li> + This event is specialised to contain some extra context for Grid, Table, TreeTable and Tree, + and used by the <a href="https://vaadin.com/addon/vaadin-contextmenu">ContextMenu add-on</a>.</li> + <li>New push transport mode WEBSOCKET_XHR (WebSockets from server to client, XHR from client to + server) which allows setting of cookies, using request scopes with CDI/Spring etc.</li> + <li>Navigator is more extensible and can be used with dependency injection</li> + <li>It is possible to customize the push URL using PushConfiguration.setPushUrl(). + This enables implementing some push related add-ons such as push on portals.</li> </ul> <p> |