diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2022-06-10 14:59:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 14:59:36 +0300 |
commit | b0b62770822c422b99b6f245d84017b99793cea7 (patch) | |
tree | 485651b853c0deecb56aea6a37f9fe845f6c076f | |
parent | c429723a4ab36d2db0b2551812198b631c9f4a8d (diff) | |
download | vaadin-framework-b0b62770822c422b99b6f245d84017b99793cea7.tar.gz vaadin-framework-b0b62770822c422b99b6f245d84017b99793cea7.zip |
Update Vaadin 8 changelog for 8.16.0 release (#12541)
-rw-r--r-- | CHANGELOG-VAADIN8.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md index 15599758fb..5f5af55fe3 100644 --- a/CHANGELOG-VAADIN8.md +++ b/CHANGELOG-VAADIN8.md @@ -1,5 +1,12 @@ # Vaadin 8 extended maintenance version changelog +## Vaadin 8.16.0 + +* Introduced Snippets feature for the RichTextArea component +* Moved connector map cleaning logic invocation from UI.unlock() to VaadinService.requestEnd() when not using Push +* Improved Grid multi-select performance +* Backported automatic conversion support and other Binder improvements from Vaadin Flow + ## Vaadin 8.15.2 * Added support for Liferay kernel versions up to 49 |