diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-07-03 15:39:51 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2017-07-03 15:39:51 +0300 |
commit | 4f2f682a998ac6342c4c31a44c6d0f94e0d0a06c (patch) | |
tree | e5e1f9b884c976f2312cd457a72c8956addce765 /all | |
parent | 4f5ac5102db6f00d164c5287e4db21ba93d3309f (diff) | |
download | vaadin-framework-4f2f682a998ac6342c4c31a44c6d0f94e0d0a06c.tar.gz vaadin-framework-4f2f682a998ac6342c4c31a44c6d0f94e0d0a06c.zip |
Add information about backwards incompatible changes
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 6ab4e66ceb..f919aaf21a 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -110,6 +110,10 @@ <li><tt>DataCommunicator</tt>, <tt>DataKeyMapper</tt> and <tt>KeyMapper</tt> public APIs have some minor changes for better bean identification.</li> <li><tt>Grid.createColumn</tt> now has one more parameter <tt>presentationProvider</tt>.</li> <li>Valo link and (native) button styles are no longer global but only apply to the corresponding components when the mix-in is included.</li> + <li>The <tt>View</tt> interface now has additional methods and default implementations for them.</li> + <li>The <tt>HasValue</tt> interface now has an additional method <tt>getDefaultValidator()</tt> with a default implementation.</li> + <li><tt>TreeGrid.createColumn()</tt> has an additional parameter.</li> + <li><tt>LocalDateTimeToDateConverter</tt> now uses <tt>ZoneId</tt> instead of <tt>ZoneOffset</tt>.</li> <h2>For incompatible or behaviour-altering changes in 8.0, please see <a href="https://vaadin.com/download/release/8.0/8.0.0/release-notes.html#incompatible">8.0 release notes</a></h2> |