Skip to content

Tags: MarkBarbieri/react-virtualized

Tags

9.18.5

Toggle 9.18.5's commit message
9.18.5 release

9.18.3

Toggle 9.18.3's commit message
9.18.3 release

9.18.2

Toggle 9.18.2's commit message
9.18.2 release

9.18.1

Toggle 9.18.1's commit message
9.18.1 release

9.18.0

Toggle 9.18.0's commit message
* ✨ Add 'onScrollbarPresenceChange' prop to 'MultiGrid'.

9.17.3

Toggle 9.17.3's commit message
9.17.3 release

9.17.2

Toggle 9.17.2's commit message
Eliminate unnecessary renders for CellMeasurer and Grid. (bvaughn - b…

…vaughn#969)

9.17.1

Toggle 9.17.1's commit message
* 🐛 'CellMeasurer' works properly in iframes and popup windows. ([dfd…

…eagle47](https://github.com/dfdeagle47) - [bvaughn#968](bvaughn#968))

9.17.0

Toggle 9.17.0's commit message
* More natural scrolling speeds for large lists. ([TrySound](https://…

…github.com/TrySound) - [bvaughn#936](bvaughn#936))

* Support for multi-column sort added to 'Table' component. Read more about this [here](https://github.com/bvaughn/react-virtualized/blob/master/docs/multiColumnSortTable.md). Special thanks to [CzBuCHi](https://github.com/CzBuCHi) for the initial proposal and iteration in PRs [bvaughn#946](bvaughn#946) and [bvaughn#957](bvaughn#957). ([bvaughn](https://github.com/bvaughn) - [bvaughn#966](bvaughn#966))
* ✨ Improved 'Table' performance for cases with large numbers of columns. ([gannunziata](https://github.com/gannunziata) - [bvaughn#942](bvaughn#942))
* 🐛 Fixed potential initial render bug when using 'CellMeasurer' with a 'List'. ([OriR](https://github.com/OriR) - [bvaughn#959](bvaughn#959))
* 🐛 'Masonry' component now renders at least one column to avoid an invalid, Infinity height layout issue. ([djeeg](https://github.com/djeeg) - [bvaughn#961](bvaughn#961))
* 🎉 Optional 'className' and 'style' props added to 'AutoSizer' component.