Skip to content

Commit

Permalink
chore: Update CHANGELOG-VAADIN7.md with 7.7.43 changes (#12619)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlindfors committed Jul 23, 2024
1 parent ed0401d commit 19b658a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG-VAADIN7.md
Original file line number Diff line number Diff line change
@@ -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)`.
Expand Down

0 comments on commit 19b658a

Please sign in to comment.