You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG-VAADIN8.md 837B

12345678910111213141516171819
  1. # Vaadin 8 extended maintenance version changelog
  2. ## Vaadin 8.15.2
  3. * Added support for Liferay kernel versions up to 49
  4. * Changed all resources to use Object.class as interface type to support OSGi Portlets on Liferay CE 7.3.6 GA7 or later (#12504)
  5. ## Vaadin 8.15.1
  6. * Fixed an issue where Grid was moving focus away from external input controls when the datasource contents were updated
  7. * Fixed an issue where manual field binding configurations might get overwritten by automatic binding logic
  8. * Field level verification in Binder is no longer run twice
  9. ## Vaadin 8.15.0
  10. * Change license from Apache 2.0 to CVDLv4
  11. * Add more intuitive resynchronization error message
  12. * fix: Allow scrolling away from a Grid using touch
  13. * fix: Throw exception when attempting to merge BeanPropertySets with identical keys but different value types