Skip to content

Tags: ddigulescu/react-window

Tags

1.8.5

Toggle 1.8.5's commit message
* Added UMD (dev and prod) build (@emmanueltouzery - bvaughn#281)

1.8.4

Toggle 1.8.4's commit message
* Fixed size list and grid components now accurately report 'visibleS…

…topIndex' in 'onItemsRendered'. (Previously this value was incorrectly reported as one index higher.) - (@justingrant - bvaughn#274)

* Fixed size list and grid components 'scrollToItem' "center" mode when the item being scrolled to is near the viewport edge. - (@justingrant - bvaughn#274)

1.8.3

Toggle 1.8.3's commit message
* 🐛 Edge case bug-fix for scrollToItem when scrollbars are present (@…

…MarkFalconbridge - bvaughn#267)

* 🐛 Fixed RTL scroll offsets for non-Chromium Edge (@MarkFalconbridge - bvaughn#268)
* 🐛 Flow types improved (@TrySound - bvaughn#260)

1.8.2

Toggle 1.8.2's commit message
* ✨ Deprecated grid props 'overscanColumnsCount' and 'overscanRowsCou…

…nt' props in favor of more consistently named 'overscanColumnCount' and 'overscanRowCount'. (@nihgwu - bvaughn#229)

* 🐛 Fixed shaky elastic scroll problems present in iOS Safari. bvaughn#244
* 🐛 Fixed RTL edge case bugs and broken scroll-to-item behavior. bvaughn#159
* 🐛 Fixed broken synchronized scrolling for RTL lists/grids. bvaughn#198

1.8.1

Toggle 1.8.1's commit message
* 🐛 Replaced an incorrect empty-string value for 'pointer-events' wit…

…h 'undefined' (@oliviertassinari - PR bvaughn#210)

1.8.0

Toggle 1.8.0's commit message
🎉 Added new "smart" align option for grid and list scroll-to-item met…

…hods (@gaearon - PR bvaughn#209)

1.7.2

Toggle 1.7.2's commit message
* 🐛 Add guards to avoid invalid scroll offsets when `scrollTo()` is c…

…alled with a negative offset or when `scrollToItem` is called with invalid indices (negative or too large).

1.7.1

Toggle 1.7.1's commit message
* 🐛 Fix SSR regression introduced in 1.7.0 - @Betree - PR bvaughn#185

1.7.0

Toggle 1.7.0's commit message
* 🎉 Grid "scrollToItem" supports optional "rowIndex" and "columnIndex…

…" params (@jgoz - PR bvaughn#174)

1.6.2

Toggle 1.6.2's commit message
* 🐛 Bugfix for RTL when scrolling back towards the beginning (right) …

…of the list.