diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-02 09:16:34 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-05-02 09:16:42 +0300 |
commit | c076ae42e427036241df2cc2c67acaab9a37ab0d (patch) | |
tree | cb8fea0060ce4ba73fad87483e1691f35c091502 /WebContent/release-notes.html | |
parent | 57358ba8a4420a490212319733c8bfac7da5621a (diff) | |
download | vaadin-framework-c076ae42e427036241df2cc2c67acaab9a37ab0d.tar.gz vaadin-framework-c076ae42e427036241df2cc2c67acaab9a37ab0d.zip |
Updated release notes for beta1 (#11530)
Change-Id: I539cf45e23059723a7adbedd92169969748f1052
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index dad440dfae..ed194e05c9 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -77,7 +77,7 @@ <li><b>Window</b> has Maximize/Restore controls</li> <li>WAI-ARIA support for form fields, <b>Button</b>, and <b>Tree</b></li> <li>The page can be reloaded programmatically with <tt>Page.reload()</tt></li> - <li><tt>Property.toString()</tt> no longer returns the property value!</li> + <li>The legacy behavior of Property.toString() can be toggled using the <tt>legacyPropertyToString</tt> init parameter</li> <li>Sass compiler now supports arithmetics</li> <li>Sass compiler now supports <tt>@content</tt></li> <li>Tooltip delays can be configured</li> @@ -99,11 +99,14 @@ </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> + <li>Push using streaming does not work in Opera (<a + href="http://dev.vaadin.com/ticket/11642">#11642</a>)</li> + <li>Some debug console features such as analyze layouts do not work when push is enabled (<a + href="http://dev.vaadin.com/ticket/11536">#11536</a>)</li> </ul> <h3 id="changelog">ChangeLog</h3> |