diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-14 12:56:15 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-01-14 12:56:15 +0000 |
commit | 30802083bb1a841e296b7ef5e07d0d7e8cb49989 (patch) | |
tree | 83dbf945ffc773df3846b695974fc21dad467914 /WebContent | |
parent | cec76031871438c5c93eaafd2756c31368ecb96f (diff) | |
parent | 8c8313e70f64530cc0a3034088c0202e6a4ed35b (diff) | |
download | vaadin-framework-30802083bb1a841e296b7ef5e07d0d7e8cb49989.tar.gz vaadin-framework-30802083bb1a841e296b7ef5e07d0d7e8cb49989.zip |
Merge "Updated Release Notes for 7.0.0.rc1. For #10651."
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> |