diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2015-04-30 13:40:45 +0300 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2015-04-30 13:40:52 +0300 |
commit | ef9fb276a93d1a7967ef0e6405dee56c8aa2a148 (patch) | |
tree | 622280f6e6e2904fef61c3483fe36e14ab6b924d /WebContent/release-notes.html | |
parent | a9bc160aee00b93340ac3f047505e032d4a696b0 (diff) | |
parent | bbf30fff168fd4a9552d23c8341e27aa1821884b (diff) | |
download | vaadin-framework-ef9fb276a93d1a7967ef0e6405dee56c8aa2a148.tar.gz vaadin-framework-ef9fb276a93d1a7967ef0e6405dee56c8aa2a148.zip |
Merge branch 'grid-7.5'
Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 38 |
1 files changed, 11 insertions, 27 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index c50bea2e5f..ac8d465cfb 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -63,8 +63,10 @@ <h2 id="overview">Overview of Vaadin @version@ Release</h2> <p> - Vaadin @version@ is a feature release that includes a - number of new features and bug fixes, as listed in the <a + Vaadin @version@ is a +<!-- feature release that includes --> + pre-release for evaluating + a number of new features and bug fixes, as listed in the <a href="#enhancements">list of enhancements</a> and <a href="#changelog">change log</a> below. </p> @@ -93,34 +95,15 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>Grid is a new component for showing tabular data. It has been - designed from the ground up to eventually replace the Table - and TreeTable components.<br /> - The most notable Grid features in @version-minor@ are: - <ul> - <li>Support for multiple rows in the header and footer sections.</li> - <li>Renderer concept for customizing how the data in a given column is represented in the browser.</li> - <li>Support for frozen columns.</li> - <li>Support for inline editing of one row at a time.</li> - <li>Support for components in header and footer cells.</li> - <li>Hardware accelerated, touch optimized scrolling.</li> - </ul></li> - <li>Declarative layout support for initializing a component hierarchy from an HTML file.</li> - <li>Uses GWT 2.7 for improved compilation times when using Super Dev Mode.</li> - <li>@Viewport annotation for declaratively defining a mobile viewport definition for a UI.</li> - <li>Component captions, TabSheet/Accordion tab captions and Calendar event captions can be configured to be displayed as HTML.</li> - <li>Selects use converters when presenting itemids.</li> - <li>Improved performance when server response contains no visual changes (e.g. empty polling responses).</li> - <li>Development time on-the-fly scss compilation cache may now be preserved when redeploying or restarting the server.</li> - <li>Unified JSON library for using the same API in both server-side and client-side code.</li> - <li>Range validators and converters for additional numerical types.</li> - <li>Support for fine grained add/remove item events in in-memory containers.</li> + <li>Column reordering using drag and drop in Grid</li> + <li>Column hiding in Grid</li> + <li>Row details support in Grid</li> </ul> <p> - For enhancements introduced in Vaadin 7.3, see the <a - href="http://vaadin.com/download/release/7.3/7.3.0/release-notes.html">Release - Notes for Vaadin 7.3.0</a>. + For enhancements introduced in Vaadin 7.4, see the <a + href="http://vaadin.com/download/release/7.4/7.4.0/release-notes.html">Release + Notes for Vaadin 7.4.0</a>. </p> <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3> @@ -129,6 +112,7 @@ </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> + <li>The user interface for hiding and unhiding Grid columns is not yet finalized.</li> <li>Drag'n'drop in a Table doesn't work on touch devices running Internet Explorer (Windows Phone, Surface) (<a href="http://dev.vaadin.com/ticket/13737">#13737</a>) |