aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2025-01-31 16:10:14 +0200
committerGitHub <noreply@github.com>2025-01-31 16:10:14 +0200
commitab1da6a4bdac7677d4f857f9733f85eb43d26dfb (patch)
tree6fcec96beba0ff0803f9a5edf6a32434338c2340
parent3fa2160bcb2383f18f6b268bfe182481e2552838 (diff)
downloadvaadin-framework-master.tar.gz
vaadin-framework-master.zip
chore: Update changelog for Vaadin 8.27.6 (#12641)HEAD8.27.67.7.45master
-rw-r--r--CHANGELOG-VAADIN8.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md
index 7549f015d8..c8104a88c3 100644
--- a/CHANGELOG-VAADIN8.md
+++ b/CHANGELOG-VAADIN8.md
@@ -1,5 +1,9 @@
# Vaadin 8 extended maintenance version changelog
+## 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.
+
## Vaadin 8.27.5
* Fixed an issue where exceptions might not be properly processed as a component is being detached. Exceptions are now caught both when handling the detach event and when calling detach manually. The detach event now fires reliably when the connector tracker is updated even when an exception occurs during detach.