diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2023-04-28 16:23:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 16:23:04 +0300 |
commit | 8871e48d87e2661277db9ea9f41c56f4cc637ba0 (patch) | |
tree | 6b6126812cfb6531512a429380814922f109b181 | |
parent | 96fdbf131a188f14d95055c05746185bf8c60f01 (diff) | |
download | vaadin-framework-8871e48d87e2661277db9ea9f41c56f4cc637ba0.tar.gz vaadin-framework-8871e48d87e2661277db9ea9f41c56f4cc637ba0.zip |
Update CHANGELOG-VAADIN8.md (#12583)
-rw-r--r-- | CHANGELOG-VAADIN8.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md index 2c86d2c902..264bfd0273 100644 --- a/CHANGELOG-VAADIN8.md +++ b/CHANGELOG-VAADIN8.md @@ -1,5 +1,11 @@ # Vaadin 8 extended maintenance version changelog +## Vaadin 8.21.0 + +* Fixed a bug in TwinColSelect, which caused incorrect layouting on Firefox on some platforms. The issue was similar to the problem discussed in [#9175](https://github.com/vaadin/framework/issues/9175) +* Updated `license-checker` to the latest available version for better user experience and MPR compatibility. +* Mitigated false positive reports of security vulnerabilities by adding maven-flatten-plugin to the build process. This strips out testing artifacts from the released POMs so that the released artifacts are not marked as vulnerable. + ## Vaadin 8.20.0 * Moved vaadin-portlet package contents from com.vaadin.server to com.vaadin.portlet namespace. This is a BREAKING CHANGE and will require you to update your imports. This is a necessary change in order to be able to support OSGi deployments (specifically under the latest Liferay 7 releases. |