aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2025-06-16 11:26:07 +0300
committerGitHub <noreply@github.com>2025-06-16 11:26:07 +0300
commiteb024e94cd3ccf0e902696ede9602bbd56f6b8b3 (patch)
tree7d1f97d11fea8df9d09f26d4a1861cc37fa96087
parent92889ed7dd2ab28ea4a8f1236312db47f12b3789 (diff)
downloadvaadin-framework-changelog-8.28.1.tar.gz
vaadin-framework-changelog-8.28.1.zip
chore: Update changelog for Vaadin 8.28.1changelog-8.28.1
-rw-r--r--CHANGELOG-VAADIN8.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md
index fb3446daab..1225be702e 100644
--- a/CHANGELOG-VAADIN8.md
+++ b/CHANGELOG-VAADIN8.md
@@ -1,5 +1,10 @@
# Vaadin 8 extended maintenance version changelog
+## Vaadin 8.28.1
+
+* Hotfix: the Grid fix in 8.28.0 that made sure that DOM contents are not altered unless there is a need to update them was missing the logic for the Vaadin 8 version of Grid's TextRenderer, while it was added for the Vaadin 7 compatibility Grid.
+ This hotfix version adds the TextRenderer logic to the Vaadin 8 Grid.
+
## Vaadin 8.28.0
* Fixed a Grid issue that was affecting at least Firefox where attempts to copy and paste text became difficult or impossible due to how Grid handled cell value updates during a refresh. Cells are refreshed every time a cell is clicked.