From 7ee99c9a2d6310f1c03e455c1116c29ba3d82f06 Mon Sep 17 00:00:00 2001
From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Date: Wed, 14 Apr 2021 12:02:35 +0300
Subject: Update 8.14-SNAPSHOT and release note (#12261)
---
all/pom.xml | 2 +-
all/src/main/templates/release-notes.html | 17 +++++++----------
2 files changed, 8 insertions(+), 11 deletions(-)
(limited to 'all')
diff --git a/all/pom.xml b/all/pom.xml
index 6e89c948ce..4a50a201a8 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.13-SNAPSHOT
+ 8.14-SNAPSHOT
vaadin-all
vaadin-all
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:
- - Optimize Grid performance, by re-using ComputedStyles in Escalator when possible.
- - Add API to prevent invalid input when integrated range validator is used in DateField
- - Add getter for presentationProvider in Grid.Column
- - Fixed LayoutManager size calculations during transform.
+
- For enhancements introduced in Vaadin Framework 8.12, see the Release
- Notes for Vaadin Framework 8.12.0.
+ For enhancements introduced in Vaadin Framework 8.13, see the Release
+ Notes for Vaadin Framework 8.13.0.
For migrating from previous framework versions, see the list of incompatible changes and how to migrate
to Vaadin Framework 8.
@@ -102,11 +99,11 @@
Incompatible or Behavior-altering Changes in @version-minor@
- - Fix: Updating Grid's item set when details rows are open.
- - DateField value now actively adjusts to the set resolution.
+
+
- For incompatible or behavior-altering changes in 8.12, please see 8.11 release notes
+ For incompatible or behavior-altering changes in 8.13, please see 8.13 release notes
Known Issues and Limitations