Tags: Vallefor/react-virtualized
Tags
* 🎉 'InfiniteLoader' API method 'resetLoadMoreRowsCache' accepts opti… …onal parameter to auto-reload most recent range of rows. (@bamaboy - bvaughn#704) * 🎉 'MultiGrid' now supports scrolling when hovering over fixed rows or columns by way of new 'enableFixedColumnScroll' and 'enableFixedRowScroll' props. (@danalloway - bvaughn#708) * 🎉 'WindowScroller' supports new configurable 'scrollingResetTimeInterval' prop (similar to 'Grid'). (@djeeg - bvaughn#728) * 🐛 Edge-case bugfix for style caching of 'Grids' locked with 'ScrollSync'. (@nathanpower - bvaughn#727/github.com/bvaughn/pull/727)) * ✨ New 'onScrollbarPresenceChange' prop added to 'Grid'.
* 🎉 WindowScroller supports scrollToIndex prop. (@leoasis - bvaughn#643) * 🎉 Allow ArrowKeyStepper to be used as a controlled component. (@mking-clari - bvaughn#688) * 🎉New handleScroll method on Grid to better support custom scrollbars. (@5angel - bvaughn#693) * 🐛 Added edge-case gaurd to WindowScroller to prevent calling setState when unmounted. (@liorbrauer - bvaughn#689) * 🐛 Fixed edge-case in Grid where setting an initial scroll-to offset with a height or width of 0 caused the scroll-to prop to be ignored when size later changed. (bvaughn#691)
✨ Better aria roles set for `Table` column cells and headers. (@jchen527 - bvaughn#681) 🐛 `CellMeasurer` restores `width` and `height` `style` values after measuring to avoid edge-case layout bugs. (@marcelmokos - bvaughn#675)
* ✨ Improved performance for CellMeasurerCache by removing some unnec… …essary computations for fixed-width/fixed-height use cases. (@RaviDasari - bvaughn#676) * 🐛 MultiGrid ensures correct row/column indices are passed to CellMeasurerCache for top-right and bottom Grids. (bvaughn#670)
🎉 Add 'nonce' attribute to 'AutoSizer' for better Content Security Po… …licy compliance (https://www.w3.org/TR/2016/REC-CSP2-20161215/#script-src-the-nonce-attribute). (@akihikodaki - bvaughn#663) ✨ 'Column' renderers now accept a 'columnIndex' parameter as well. This allows multiple 'Table' columns to more easily use 'CellMeasurer' to compute the min row height. (@bamaboy - bvaughn#662)
PreviousNext