* 🎉 New Table prop, headerRowRenderer. (@kaoDev - https://github.com/bvaughn/react-virtualized/pull/600)
* 🎉 All Table event handlers now receive a named event params (@paulbrom - https://github.com/bvaughn/react-virtualized/pull/605)
* 🎉 Aria roles for Table improved to specify role="row" for table rows and role="rowgroup" for iner Grid. (@jchen527 - https://github.com/bvaughn/react-virtualized/pull/607)
* 🐛 Calling scrollToRow for List or Table no longer potentially messes up horizontal scroll position. (https://github.com/bvaughn/react-virtualized/issues/603)