diff options
author | Tatu Lund <tatu@vaadin.com> | 2021-03-11 18:49:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 18:49:25 +0200 |
commit | 59a731479ab5dd3bb05a197f00e486796c8bfdef (patch) | |
tree | 445e8adcbe2453fe106508951e33d204c381a5fe /all | |
parent | b773d40aba496300c2948b4f7bb579a7e2470503 (diff) | |
download | vaadin-framework-59a731479ab5dd3bb05a197f00e486796c8bfdef.tar.gz vaadin-framework-59a731479ab5dd3bb05a197f00e486796c8bfdef.zip |
Updated release notes (#12237)8.13.0.alpha1
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 158884f56f..8402c50bd4 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,7 +83,10 @@ 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> @@ -99,7 +102,8 @@ <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> |