aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2025-03-13 15:17:47 +0200
committerGitHub <noreply@github.com>2025-03-13 15:17:47 +0200
commit5f86bb80b17d3eb16cadf7db8fe9b05f16bfa87a (patch)
tree1b20f47d1dbdddc230f3ad90920e189abfb9a678
parentab1da6a4bdac7677d4f857f9733f85eb43d26dfb (diff)
downloadvaadin-framework-5f86bb80b17d3eb16cadf7db8fe9b05f16bfa87a.tar.gz
vaadin-framework-5f86bb80b17d3eb16cadf7db8fe9b05f16bfa87a.zip
chore: Update changelog for Vaadin 8.27.7 (#12643)8.27.7
-rw-r--r--CHANGELOG-VAADIN8.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md
index c8104a88c3..826fbf008e 100644
--- a/CHANGELOG-VAADIN8.md
+++ b/CHANGELOG-VAADIN8.md
@@ -1,5 +1,14 @@
# Vaadin 8 extended maintenance version changelog
+## Vaadin 8.27.7
+
+* Major update to Vaadin Maven Plugin to avoid depending on obsolete packages with open CVEs. While none of the affected packages have presented an actual risk to users due to how they were used within the Vaadin build process, they were being flagged as security issues, and as such were undesireable to have in the dependency list.
+
+* Fixed an issue where the SessionDestroyListener would receive a null WrappedSession instance and thus the HTTP session could not be explicitly invalidated.
+This is a backport from Flow. See Flow issue [#6959](https://github.com/vaadin/flow/issues/6959).
+
+* Fixed Grid's sorting indicator visibility when using the Runo theme.
+
## Vaadin 8.27.6
* Fixed an issue with license checking related to pro components (Charts, Spreadsheet, etc.). The widgetset compilation process was incorrectly checking for an old form product key in certain edge cases, and would cause the build to fail when the key could not be found.