Parcourir la source

Merge df6a26c25b into 518da788f6

pull/12619/merge
mlindfors il y a 1 mois
Parent
révision
bd7d07e5f5
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7
    0
      CHANGELOG-VAADIN7.md

+ 7
- 0
CHANGELOG-VAADIN7.md Voir le fichier

@@ -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)`.

Chargement…
Annuler
Enregistrer