diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-03-20 15:34:54 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-03-20 15:34:54 +0200 |
commit | ec314ee921b460d8401132bd661575120da60931 (patch) | |
tree | 61dc3e2ca066fdee83e995703f7795e3ea578f01 /all/src | |
parent | 803a453a28c00a38e69e9beabe3efe6590486b3f (diff) | |
download | vaadin-framework-ec314ee921b460d8401132bd661575120da60931.tar.gz vaadin-framework-ec314ee921b460d8401132bd661575120da60931.zip |
Fix date ranges for date and datetime fields (#10685)
Fixes #9765
Diffstat (limited to 'all/src')
-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 6e1d221b31..20dd5d53c2 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -98,6 +98,7 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <li><tt>BindingBuilder</tt> will now automatically mark bound field <i>read-only</i> when bound to a read-only property or a <tt>null</tt> setter.</li> + <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> <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> |