summaryrefslogtreecommitdiffstats
path: root/all/src
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-10-20 10:54:25 +0200
committerPéter Török <31210544+torok-peter@users.noreply.github.com>2017-10-20 11:54:25 +0300
commit3929d0ac6f8e3d7370412d1d181db1b2361d13e3 (patch)
treee59252649924608b756d2dbfac8ad3fb116cec7b /all/src
parentafb9d3b6c1d143b59506e08c3f27eb088555801c (diff)
downloadvaadin-framework-3929d0ac6f8e3d7370412d1d181db1b2361d13e3.tar.gz
vaadin-framework-3929d0ac6f8e3d7370412d1d181db1b2361d13e3.zip
AbstractDateField.formatDate() to be abstract (#10186)
* AbstractDateField.formatDate to be abstract Remove invalidDateString paramter, as it can be deduced * Fix test * Remove AbstractDateField.getResolutionVariable VAbstractTextualDate: rename updateDateVariables() to updateBufferedResolutions() * Revert to use fixed value of MONDAY. * release notes * updateAndSendBufferedValues() * Missed call to updateAndSendBufferedValues(); * release note
Diffstat (limited to 'all/src')
-rw-r--r--all/src/main/templates/release-notes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index f3852f2671..b16ac14949 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -124,6 +124,8 @@
<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>
+ <li><tt>AbstractDateField</tt>.<tt>formatDate</tt> is now abstract.</li>
+ <li><tt>VAbstractTextualDate</tt>.<tt>updateDateVariables()</tt> is now <tt>updateBufferedResolutions()</tt> and <tt>updateAndSendBufferedValues()</tt>.</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>