diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-13 08:53:17 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-10-13 09:53:17 +0300 |
commit | dd5597d9014032cc366d4b70405e007b1876c350 (patch) | |
tree | a408b26413b91db0a48a87a95dfa6304c3552205 /all/src/main/templates/release-notes.html | |
parent | 569072dccd09a018850abb3a7f9d39373c082d4f (diff) | |
download | vaadin-framework-dd5597d9014032cc366d4b70405e007b1876c350.tar.gz vaadin-framework-dd5597d9014032cc366d4b70405e007b1876c350.zip |
Convert AbstractDateField not to be a LegacyComponent (#10148)
Diffstat (limited to 'all/src/main/templates/release-notes.html')
-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 f2c9a6523e..d9d006d23f 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -123,6 +123,7 @@ <li><tt>Notification</tt> method <tt>show</tt> returns <tt>Notification</tt>, instead of <tt>void</tt>.</li> <li><tt>SharedState</tt> field <tt>registeredEventListeners</tt> is a <tt>Map</tt> instead of <tt>Set</tt>.</li> <li>The client side <tt>SelectionModel</tt> interface has a new method <tt>isMultiSelectionAllowed</tt>.</li> + <li><tt>AbstractDateField</tt> is not a <tt>LegacyComponent</tt> anymore.</li> <h2>For incompatible or behavior-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> |