Browse Source

Add release notes mention about strict mode

Change-Id: I93eec041fbccd3961e82f2d7e52d23eb044ec4ea
tags/7.7.0^0
Henri Sara 7 years ago
parent
commit
fb5220ab9b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      all/src/main/templates/release-notes.html

+ 2
- 1
all/src/main/templates/release-notes.html View File

<li>The LoginForm component has been rewritten to better support auto-completion of passwords on modern browsers. <li>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. Its API, look and DOM structure have changed somewhat, so any application level customizations of LoginForm need changes.
See also <a href="http://dev.vaadin.com/ticket/8171">#8171</a></li> See also <a href="http://dev.vaadin.com/ticket/8171">#8171</a></li>
<li>The way we handle GWT dependencies has been completely changed. See <a href="#gwtdep">this section</a> for more details</li>
<li>The way we handle GWT dependencies has been completely changed. See <a href="#gwtdep">this section</a> for more details.</li>
<li>Client side compilation with Maven is now in strict mode by default, failing the compilation on any errors.</li>
</ul> </ul>
<h3 id="knownissues">Known Issues and Limitations</h3> <h3 id="knownissues">Known Issues and Limitations</h3>
<ul> <ul>

Loading…
Cancel
Save