diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-06-28 15:43:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 15:43:02 +0300 |
commit | 040b36c1e8307e2b5e8b55d96c7eb5b2f470f111 (patch) | |
tree | 1330c187211784b8df9f32b4f732fec9b7d59241 | |
parent | 74aefa7998a5ea13d2c29a5ead403f1c2bef79e5 (diff) | |
download | vaadin-framework-040b36c1e8307e2b5e8b55d96c7eb5b2f470f111.tar.gz vaadin-framework-040b36c1e8307e2b5e8b55d96c7eb5b2f470f111.zip |
Add mention of Tree being Focusable (#11008)
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index ae76bbde5c..7c116d7479 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -86,6 +86,7 @@ <li><tt>Upload</tt> component now supports <tt>accept</tt> attribute.</li> <li><tt>SerializablePredicate</tt> has new helper APIs.</li> + <li><tt>Tree</tt> component now implements <tt>Focusable</tt></li> </ul> |