Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

CHANGELOG-VAADIN8.md 1.1KB

1234567891011121314151617181920212223242526
  1. # Vaadin 8 extended maintenance version changelog
  2. ## Vaadin 8.16.0
  3. * Introduced Snippets feature for the RichTextArea component
  4. * Moved connector map cleaning logic invocation from UI.unlock() to VaadinService.requestEnd() when not using Push
  5. * Improved Grid multi-select performance
  6. * Backported automatic conversion support and other Binder improvements from Vaadin Flow
  7. ## Vaadin 8.15.2
  8. * Added support for Liferay kernel versions up to 49
  9. * Changed all resources to use Object.class as interface type to support OSGi Portlets on Liferay CE 7.3.6 GA7 or later (#12504)
  10. ## Vaadin 8.15.1
  11. * Fixed an issue where Grid was moving focus away from external input controls when the datasource contents were updated
  12. * Fixed an issue where manual field binding configurations might get overwritten by automatic binding logic
  13. * Field level verification in Binder is no longer run twice
  14. ## Vaadin 8.15.0
  15. * Change license from Apache 2.0 to CVDLv4
  16. * Add more intuitive resynchronization error message
  17. * fix: Allow scrolling away from a Grid using touch
  18. * fix: Throw exception when attempting to merge BeanPropertySets with identical keys but different value types