Skip to content

v2.0.0-alpha3 – Screenreader Support

Compare
Choose a tag to compare
@Saulis Saulis released this 03 Mar 13:24

Live demos ↗

API Changes

  • dataSource is now dataProvider
  • In addition to <vaadin-grid-selection-column>, the following elements need to be imported manually:
    • <vaadin-grid-column-group>
    • <vaadin-grid-filter>
    • <vaadin-grid-sorter>

New Features

  • Screenreader support. (namely VoiceOver on macOS, NVDA and JAWS on Windows, ChromeVox)
  • Column Reordering is now enabled also for touch devices.

Other Notable Changes

  • Row Details cell can now be navigated to with the keyboard.
  • Hitting space will now click the first element in the focused cell.
  • When using dataProvider, the first request is now sent before size is set.