diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-10-07 16:39:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 16:39:18 +0300 |
commit | 9d370a760390c0b19988c05f783bee94a0c92d6c (patch) | |
tree | 39001ec45022e0deb3648360cffb771b0d4c7460 /all | |
parent | 2e8b9d2b5b40652321aaa9d2bb2dba1041da7fc4 (diff) | |
download | vaadin-framework-9d370a760390c0b19988c05f783bee94a0c92d6c.tar.gz vaadin-framework-9d370a760390c0b19988c05f783bee94a0c92d6c.zip |
Update to 8.13-SNAPSHOT (#12110)
Diffstat (limited to 'all')
-rw-r--r-- | all/pom.xml | 2 | ||||
-rw-r--r-- | all/src/main/templates/release-notes.html | 13 |
2 files changed, 6 insertions, 9 deletions
diff --git a/all/pom.xml b/all/pom.xml index daa3f57578..6e89c948ce 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.12-SNAPSHOT</version> + <version>8.13-SNAPSHOT</version> </parent> <artifactId>vaadin-all</artifactId> <name>vaadin-all</name> diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 9fc495c995..158884f56f 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>Recalculate column widths when vertical scrollbar hidden/shown</li> - <li>Add support for "ww" in date format</li> - <li>All updates to Escalator size should get reported to LayoutManager</li> - <li>Ensure type safety and serializable nature of all the listeners</li> + <li></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.11, see the <a - href="http://vaadin.com/download/release/8.11/8.11.0/release-notes.html">Release - Notes for Vaadin Framework 8.11.0</a>. + 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 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> @@ -105,7 +102,7 @@ <li></li> </ul> - <h2>For incompatible or behavior-altering changes in 8.11, please see <a href="https://vaadin.com/download/release/8.11/8.11.0/release-notes.html#incompatible">8.11 release notes</a></h2> + <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> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |