diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2025-01-31 16:10:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-31 16:10:14 +0200 |
commit | ab1da6a4bdac7677d4f857f9733f85eb43d26dfb (patch) | |
tree | 6fcec96beba0ff0803f9a5edf6a32434338c2340 | |
parent | 3fa2160bcb2383f18f6b268bfe182481e2552838 (diff) | |
download | vaadin-framework-master.tar.gz vaadin-framework-master.zip |
-rw-r--r-- | CHANGELOG-VAADIN8.md | 4 |
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. |