From: Henri Sara Date: Tue, 23 Aug 2016 06:13:29 +0000 (+0300) Subject: Add release notes mention about strict mode X-Git-Tag: 7.7.0^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb5220ab9b818ee6287467b068371624f73fbbeb;p=vaadin-framework.git Add release notes mention about strict mode Change-Id: I93eec041fbccd3961e82f2d7e52d23eb044ec4ea --- diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index a2d8d1b865..21753eb215 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -120,7 +120,8 @@
  • The LoginForm component has been rewritten to better support auto-completion of passwords on modern browsers. Its API, look and DOM structure have changed somewhat, so any application level customizations of LoginForm need changes. See also #8171
  • -
  • The way we handle GWT dependencies has been completely changed. See this section for more details
  • +
  • The way we handle GWT dependencies has been completely changed. See this section for more details.
  • +
  • Client side compilation with Maven is now in strict mode by default, failing the compilation on any errors.
  • Known Issues and Limitations