diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-06-21 11:14:17 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-06-21 11:14:17 +0300 |
commit | 8ac8f5fc783bc3bf20456a24dd9bf76e4192e546 (patch) | |
tree | b566cd8722b64475aa26f135c4af14f20ac73966 /all/src/main/templates | |
parent | 3f4e2325b78d563f0c3ed1ececa7d2f3a0569c68 (diff) | |
download | vaadin-framework-8ac8f5fc783bc3bf20456a24dd9bf76e4192e546.tar.gz vaadin-framework-8ac8f5fc783bc3bf20456a24dd9bf76e4192e546.zip |
Fix keymapper reverse mapping (#9535)
Fixes #9470
Diffstat (limited to 'all/src/main/templates')
-rw-r--r-- | all/src/main/templates/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index a4fe330c8b..0652dbd58a 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -107,7 +107,7 @@ <li>OSGi bundle manifests of Vaadin Framework JARs no longer export <tt>/VAADIN</tt>, and there are new mechanisms for publishing static resources for OSGi</li> <li>Tooltip styles for <tt>ContentMode.PREFORMATTED</tt> have been changed in all built-in themes to use the application font and allow long lines to wrap to multiple lines.</li> <li><tt>Grid.Column</tt> now extends <tt>AbstractExtension</tt> instead of <tt>AbstractGridExtension</tt> to hide data generator specific API.</li> - + <li><tt>DataCommunicator</tt>, <tt>DataKeyMapper</tt> and <tt>KeyMapper</tt> public APIs have some minor changes for better bean identification.</li> <h2>For incompatible or behaviour-altering changes in 8.0, please see <a href="https://vaadin.com/download/release/8.0/8.0.0/release-notes.html#incompatible">8.0 release notes</a></h2> |