From 4f2f682a998ac6342c4c31a44c6d0f94e0d0a06c Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Mon, 3 Jul 2017 15:39:51 +0300 Subject: Add information about backwards incompatible changes --- all/src/main/templates/release-notes.html | 4 ++++ 1 file changed, 4 insertions(+) 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 @@
  • DataCommunicator, DataKeyMapper and KeyMapper public APIs have some minor changes for better bean identification.
  • Grid.createColumn now has one more parameter presentationProvider.
  • Valo link and (native) button styles are no longer global but only apply to the corresponding components when the mix-in is included.
  • +
  • The View interface now has additional methods and default implementations for them.
  • +
  • The HasValue interface now has an additional method getDefaultValidator() with a default implementation.
  • +
  • TreeGrid.createColumn() has an additional parameter.
  • +
  • LocalDateTimeToDateConverter now uses ZoneId instead of ZoneOffset.
  • For incompatible or behaviour-altering changes in 8.0, please see 8.0 release notes

    -- cgit v1.2.3