aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlindfors <majuli@vaadin.com>2024-07-23 14:24:27 +0300
committerGitHub <noreply@github.com>2024-07-23 14:24:27 +0300
commit19b658aa5bd66a3683bf56069dbb1b51fc233e39 (patch)
tree8f283253690e7474a3a325d2eaf461f199a7dd38
parented0401d9bdafbe31ba2c67553bcbd23c844d826f (diff)
downloadvaadin-framework-19b658aa5bd66a3683bf56069dbb1b51fc233e39.tar.gz
vaadin-framework-19b658aa5bd66a3683bf56069dbb1b51fc233e39.zip
chore: Update CHANGELOG-VAADIN7.md with 7.7.43 changes (#12619)7.7.44
-rw-r--r--CHANGELOG-VAADIN7.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN7.md b/CHANGELOG-VAADIN7.md
index 810cd25c08..74a294538b 100644
--- a/CHANGELOG-VAADIN7.md
+++ b/CHANGELOG-VAADIN7.md
@@ -1,5 +1,12 @@
# Vaadin 7 extended maintenance version changelog
+## Vaadin 7.7.43
+
+* Made ComboBox rendering faster by trying to avoid constant popup size recalculations
+* Backported Upload fixed from Vaadin 8, namely preventing upload if no file has been selected, and making sure the ChangeListener still works after the first upload.
+* Added things necessary for JavaDoc generation.
+* Updated the license checker, fixed tests, updated the copyright dates
+
## Vaadin 7.7.42
* Added read-only support to Grid. This allows disabling editing features in an otherwise editable Grid while still retaining scrolling. Use existing API method `Grid.setReadOnly(true)`.