diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2021-04-14 12:02:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 12:02:35 +0300 |
commit | 7ee99c9a2d6310f1c03e455c1116c29ba3d82f06 (patch) | |
tree | c63081e65095c46a4846580a1efddc85869aa829 /all/src | |
parent | e30226a19564c6ee77064e5178a7665554d57466 (diff) | |
download | vaadin-framework-7ee99c9a2d6310f1c03e455c1116c29ba3d82f06.tar.gz vaadin-framework-7ee99c9a2d6310f1c03e455c1116c29ba3d82f06.zip |
Update 8.14-SNAPSHOT and release note (#12261)
Diffstat (limited to 'all/src')
-rw-r--r-- | all/src/main/templates/release-notes.html | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 8402c50bd4..d118f95fa9 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,18 +83,15 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <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> + <li></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.12, see the <a - href="http://vaadin.com/download/release/8.12/8.12.0/release-notes.html">Release - Notes for Vaadin Framework 8.12.0</a>. + For enhancements introduced in Vaadin Framework 8.13, see the <a + href="http://vaadin.com/download/release/8.13/8.13.0/release-notes.html">Release + Notes for Vaadin Framework 8.13.0</a>. For migrating from previous framework versions, see <a href="#incompatible">the list of incompatible changes</a> and <a href="#migrating">how to migrate to Vaadin Framework 8</a>. </p> @@ -102,11 +99,11 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <ul> - <li>Fix: Updating Grid's item set when details rows are open.</li> - <li>DateField value now actively adjusts to the set resolution.</li> + <li></li> + <li></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> + <h2>For incompatible or behavior-altering changes in 8.13, please see <a href="https://vaadin.com/download/release/8.13/8.13.0/release-notes.html#incompatible">8.13 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |