diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-10-13 16:32:09 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-10-13 16:58:45 +0300 |
commit | 07b8464f9465c4e6c398e32822f394c5ebbf5559 (patch) | |
tree | 815a7ac2e23e01c66d54ebc947d6be1252ee8e96 | |
parent | 3cba649cca3413a9517ad4b503c1053fed3ddc73 (diff) | |
download | vaadin-framework-07b8464f9465c4e6c398e32822f394c5ebbf5559.tar.gz vaadin-framework-07b8464f9465c4e6c398e32822f394c5ebbf5559.zip |
Update release notes for Jsoup, Declarative and ContextClick changes
Jsoup binary incompatibility between different versions.
Declarative default prefix is "vaadin-", not "v-".
ContextClickEvents added, specialised for Grid, Table, TreeTable and
Tree.
Change-Id: I6de7a35b52cbacb886753012b2ed5ecab46a4ed0
-rw-r--r-- | WebContent/release-notes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 13de665c1b..c2a4c7345b 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -102,6 +102,8 @@ <li>Declarative HTML serialization enhancements for Vaadin Designer 1.0</li> <li>Better handling of closing a window with keyboard shortcuts</li> <li>Column collapsing events for Table</li> + <li>Most Components fire a ContextClickEvent when the user tries to open a context menu. + This event is specialised to contain some extra context for Grid, Table, TreeTable and Tree</li> </ul> <p> @@ -126,6 +128,10 @@ 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> + <li>Jsoup library version 1.8.3 is incompatible with the version 1.8.1 used in early 7.6 alphas and 7.5. This might + cause problems with external libraries compiled against said versions.</li> + <li>Declarative format is now using "vaadin-" as a default prefix instead of the "v-" prefix used in 7.5. + This default can be changed in deployment configuration.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |