Skip to content

Commit

Permalink
Updated release notes (#12237)
Browse files Browse the repository at this point in the history
  • Loading branch information
TatuLund committed Mar 11, 2021
1 parent b773d40 commit 59a7314
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions all/src/main/templates/release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ <h2 id="enhancements">Enhancements in Vaadin Framework @version-minor@</h2>
enhancements. Below is a list of the most notable changes:</p>

<ul>
<li></li>
<li>Optimize Grid performance, by re-using ComputedStyles in Escalator when possible.</li>
<li>Add API to prevent invalid input when integrated range validator is used in DateField</li>
<li>Add getter for presentationProvider in Grid.Column</li>
<li>Fixed LayoutManager size calculations during transform.</li>
</ul>

</p>
Expand All @@ -99,7 +102,8 @@ <h2 id="enhancements">Enhancements in Vaadin Framework @version-minor@</h2>
<h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2>

<ul>
<li></li>
<li>Fix: Updating Grid's item set when details rows are open.</li>
<li>DateField value now actively adjusts to the set resolution.</li>
</ul>

<h2>For incompatible or behavior-altering changes in 8.12, please see <a href="https://vaadin.com/download/release/8.12/8.12.0/release-notes.html#incompatible">8.11 release notes</a></h2>
Expand Down

0 comments on commit 59a7314

Please sign in to comment.