Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

CHANGELOG-VAADIN8.md 636B

1234567891011121314
  1. # Vaadin 8 extended maintenance version changelog
  2. ## Vaadin 8.15.1
  3. * Fixed an issue where Grid was moving focus away from external input controls when the datasource contents were updated
  4. * Fixed an issue where manual field binding configurations might get overwritten by automatic binding logic
  5. * Field level verification in Binder is no longer run twice
  6. ## Vaadin 8.15.0
  7. * Change license from Apache 2.0 to CVDLv4
  8. * Add more intuitive resynchronization error message
  9. * fix: Allow scrolling away from a Grid using touch
  10. * fix: Throw exception when attempting to merge BeanPropertySets with identical keys but different value types