diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2015-10-13 14:37:28 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2015-10-13 14:37:28 +0300 |
commit | 3cba649cca3413a9517ad4b503c1053fed3ddc73 (patch) | |
tree | 2bb1a08f91781cf6b9e9a8ab1ee83aeb58b388dd /WebContent | |
parent | 2c7a984542c70641db954f197d3ba1f2f0d7488c (diff) | |
download | vaadin-framework-3cba649cca3413a9517ad4b503c1053fed3ddc73.tar.gz vaadin-framework-3cba649cca3413a9517ad4b503c1053fed3ddc73.zip |
Mention reversed attach event order in release notes (#16348)
Change-Id: I2f0c430deb6184890085e70ecbcd976c37a41d89
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index d1cb44e16d..13de665c1b 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -122,6 +122,10 @@ <li>StringToEnumConverter now explicitly supports Enum types with custom toString() implementations. This may affect applications that relied on the undefined behavior in previous versions.</li> <li>The Section enumeration from client-side of the Grid has been moved to GridConstants</li> + <li>The order in which AttachEvents are fired has been changed. When attaching a component with child components, + events are now fired first for the children and last for the root component. The order is thus the same as + the order in which custom code in overridden Component.attach methods would be executed. Please refer to + ticket <a href="https://dev.vaadin.com/ticket/16348">#16348</a> for more information on this change.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |