aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2024-04-24 14:31:50 +0300
committerGitHub <noreply@github.com>2024-04-24 14:31:50 +0300
commitae7aa7681ae7d7982f917e5bfa0e8b28a8b50021 (patch)
treec44a0854931e64d10c70ddebcf0165b7ce3e3d17
parent60fa02cb3d1cd09e7dad20d7e94df4a3059a1e62 (diff)
downloadvaadin-framework-ae7aa7681ae7d7982f917e5bfa0e8b28a8b50021.tar.gz
vaadin-framework-ae7aa7681ae7d7982f917e5bfa0e8b28a8b50021.zip
Update CHANGELOG-VAADIN8.md for 8.25.1 (#12617)8.25.1
-rw-r--r--CHANGELOG-VAADIN8.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md
index d82513c002..843b12c8b4 100644
--- a/CHANGELOG-VAADIN8.md
+++ b/CHANGELOG-VAADIN8.md
@@ -1,5 +1,12 @@
# Vaadin 8 extended maintenance version changelog
+## Vaadin 8.25.1
+
+* Reverted a fix for a ComboBox issue where, if a filter was applied and the user opens the dropdown choice menu, the currently selected choice was not initially being scrolled into view. This fix had the side effect of making it impossible to scroll the dropdown menu in certain cases. The fix for the original issue will be re-implemented in a side-effect free manner in a future release.
+* Fixed a packaging issue, where the Vaadin license checker and Vaadin Open were incorrectly being included as part of the vaadin-server artifact. This caused a cascade of classpath conflict warnings on startup. As far as we're aware, this problem appeared to be completely cosmetic but was causing concern for some users.
+* Added a missing style rule for FormLayout's disabled caption opacity when using the light Valo theme.
+* Updated the license checker version.
+
## Vaadin 8.25.0
* Added feature in Grid that allows setting the order of the hidable columns as presented in the Grid sidebar menu. The list can now be sorted either as `DEFAULT`, `ASCENDING` or `DESCENDING`. Default order is the same as the presentation order in the Grid. Ascending and descending ordering use the set title of each hidable column, sorted alphabetically.