diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-04-19 12:10:10 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-04-19 12:10:10 +0300 |
commit | f0bb6f4e35cb4ed3f01ea8cadb521e79d623870a (patch) | |
tree | e3928380bda2a04c412131344bfbc7de117444d3 /all | |
parent | 406473ab0b52d0fc4af2c97870e97993321c108f (diff) | |
download | vaadin-framework-f0bb6f4e35cb4ed3f01ea8cadb521e79d623870a.tar.gz vaadin-framework-f0bb6f4e35cb4ed3f01ea8cadb521e79d623870a.zip |
Fix AbstractSingleSelect selection and state updates (#10796)
Diffstat (limited to 'all')
-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 88518e5644..c9d6957e99 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -111,6 +111,7 @@ <li>Date range limits in <tt>AbstractDateFieldState</tt> are now <tt>String</tt>s instead of <tt>Date</tt>s, some client-side method signatures were changed</li> <li><tt>BrowserResizeListener</tt> is only called once resizing ends.</li> <li><tt>ItemClickEvent</tt> for <tt>Grid</tt> now takes an additional row index parameter.</li> + <li><tt>AbstractSingleSelect</tt> functionality has been partially re-written. Parts of the <tt>protected</tt> API regarding selection has been removed</li> <h2>For incompatible or behavior-altering changes in 8.3, please see <a href="https://vaadin.com/download/release/8.3/8.3.0/release-notes.html#incompatible">8.3 release notes</a></h2> |