Browse Source

Update CHANGELOG-VAADIN7.md

pull/12598/head
mlindfors 6 months ago
parent
commit
8a7a07f9fc
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      CHANGELOG-VAADIN7.md

+ 6
- 0
CHANGELOG-VAADIN7.md View File

@@ -1,5 +1,11 @@
# Vaadin 7 extended maintenance version changelog

## 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)`.
* Enabled dependency convergence enforcement in Vaadin 7 to mitigate transitive dependency mismatches.
* Internal test fixes

## Vaadin 7.7.41

* fixed a regression which caused issues if the syncId check was disabled

Loading…
Cancel
Save