From: Jonatan Kronqvist Date: Thu, 20 Jan 2011 07:59:34 +0000 (+0000) Subject: Added a mention of #5912 to the release notes X-Git-Tag: 6.7.0.beta1~473 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c010a873ff9bcdd96e37cea1358894cc03a9828;p=vaadin-framework.git Added a mention of #5912 to the release notes svn changeset:16957/svn branch:6.5 --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 66d6c0b84d..055561825a 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -54,7 +54,7 @@ contains a number of significant enhancements.

  • Sub windows now support server side re-ordering. (#5037)
  • -

    Backward Incompatible API Changes

    +

    Backward Incompatible Changes

    The following changes can break backward compatibility in applications using an earlier version of Vaadin:

    @@ -69,6 +69,7 @@ contains a number of significant enhancements.

    expression for replacement: Search "VWindow\[(\d)\]/ScrollPanel\[0\]" and replace with "VWindow[$1]/FocusableScrollPanel[0]".
  • AbstractStringValidator and now converts non-String values using toString() prior to validation (#5785). This also affects most built-in validators such as IntegerValidator.
  • +
  • TestBench scripts recorded in portals with earlier versions of Vaadin will need to be updated to work with @version@ a "v-" has been prefixed to the ID of the DIV element where the Vaadin application is placed (#5912). The test scripts can be fixed by prepending the "v-" to the id (e.g. vaadin=VaadinLiferayThemePortlet_WAR_demo_LAYOUT_10418 should be changed to vaadin=v-VaadinLiferayThemePortlet_WAR_demo_LAYOUT_10418) or alternatively re-recording the test.
  • Other Changes