Browse Source

Update CHANGELOG-VAADIN7.md (#12598)

tags/8.23.0
mlindfors 5 months ago
parent
commit
c4d78a6dad
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