diff options
author | Marko Gronroos <magi@vaadin.com> | 2013-01-14 13:01:51 +0200 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2013-01-14 13:01:51 +0200 |
commit | 8c8313e70f64530cc0a3034088c0202e6a4ed35b (patch) | |
tree | ee9d8137719d95739aee2c8c3caf3db68d5562a6 /WebContent | |
parent | cc9cc89865d7378a06497fa4ec08c30311b9f83a (diff) | |
download | vaadin-framework-8c8313e70f64530cc0a3034088c0202e6a4ed35b.tar.gz vaadin-framework-8c8313e70f64530cc0a3034088c0202e6a4ed35b.zip |
Updated Release Notes for 7.0.0.rc1. For #10651.
Change-Id: I29d8a8549edb33a525e6ce5cc11f79fd1b8a9410
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 77217f9d68..83ad43850b 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -39,6 +39,7 @@ <ul> <li><a href="#overview">Overview</a></li> <li><a href="#enhancements">Enhancements in Vaadin @version-minor@</a></li> + <li><a href="#limitations">Limitations in @version@</a></li> <li><a href="#changelog">Complete change log for Vaadin @version@</a></li> <li><a href="#migrating">Migrating from Vaadin 6 to Vaadin 7</a></li> <li><a href="#dependencies">Vaadin @version@ dependencies</a></li> @@ -113,18 +114,8 @@ <h2 id="enhancements">Enhancements in Vaadin @version@</h2> <p> - In addition to many fixes and smaller features and changes, @version@ introduces - the following major changes since the last beta release: - </p> - - <ul> - <li>The <b>ColorPicker</b> component is now included in the Vaadin core framework</li> - <li>Sass compiler can now be used in client-side projects.</li> - </ul> - - <p> - The following major changes were introduced in the earlier - @version-minor@ releases: + The @version@ includes many fixes and smaller features and changes. The following + major changes were introduced in the earlier @version-minor@ releases: </p> <ul> @@ -199,7 +190,8 @@ component with <tt>addComponent()</tt> instead of the container</li> </ul> </li> - + <li>The <b>ColorPicker</b> component is now included in the Vaadin core framework</li> + <li>Sass compiler can now be used in client-side projects.</li> </ul> </ul> @@ -210,6 +202,14 @@ the Vaadin Wiki. </p> + <h3 id="limitations">Limitations</h3> + + <ul> + <li>It is currently not possible to specify <tt>font-size</tt> as <tt>em</tt> or + <tt>%</tt>, or layout component sizes with <tt>em</tt> (<a + href="http://dev.vaadin.com/ticket/10634">#10634</a>)</li> + </ul> + <h3 id="changelog">ChangeLog</h3> <p> |