Ver código fonte

Update CHANGELOG-VAADIN8.md

pull/12563/head
Patrik Lindström 1 ano atrás
pai
commit
a046cbc16f
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8
    0
      CHANGELOG-VAADIN8.md

+ 8
- 0
CHANGELOG-VAADIN8.md Ver arquivo

@@ -1,5 +1,13 @@
# Vaadin 8 extended maintenance version changelog

## Vaadin 8.18.0

* Fixed issue #12560 by improving Grid's horizontal scrolling scrolling logic.
* Fixed an issue in Combobox where scrolling to selection would fail if the user had typed into the input field. Possibly related to #12562.
* Added `runAfterRoundTrip` API to the UI class for improved sequence control, allowing execution of a callback after one or more client-server round trips have been completed.
* Separated portlet support code out of `vaadin-server` into its own package, `vaadin-portlet`. **This will break your build** if your application makes use of Portlet classes.
* Added support for Vaadin Multiplatform Runtime version 24+ by adding packages `vaadin-server-mpr-jakarta` and `vaadin-compatibility-server-mpr-jakarta`

## Vaadin 8.17.0

* Improved hierarchical data container handling, resulting in increased speed and correcting some potential memory leaks.

Carregando…
Cancelar
Salvar