Skip to content

Vaadin Framework 8.0.5

Compare
Choose a tag to compare
@pleku pleku released this 30 Mar 13:48
· 1757 commits to master since this release

Vaadin Framework 8.0.5 is a maintenance release with the following fixes:

  • Notification in Valo missing the close icon by default #8296
    • NOTE: this is a visible change for error notifications, making the close icon visible, as it was previously not visible even though it should have been
    • If you don't want to show it to the users, you can hide it by setting the style constant ValoTheme. NOTIFICATION_CRITICAL_ERROR to the error Notification
  • NativeSelect ignores setWidth #8702
  • Can’t change columns in Grid #8938
    • Data was not being updated when adding new data generators
  • Removing Grid’s rows fails if last removed row is cached #8840
  • Grid in PopupView is rendered incorrectly #8793
  • Infinite loop if DataProvider returns no rows #8479
  • CustomField:iterator() complies with contract #8957
  • Two picks from 7.7.8
    • Fix Panel.setScrollTop() for large values #8563
    • Include charset in text/html responses #8777

See complete list of changes since 8.0.4