All Versions
33
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.8 Changes
- ๐
scrollToItem
accounts for scrollbar size in the uncommon case where a List component has scrolling in the non-dominant direction (e.g. a "vertical" layout list also scrolls horizontally).
- ๐
-
v1.8.7 Changes
- โก๏ธ โจ Updated peer dependencies to include React v18.
-
v1.8.6 Changes
- โก๏ธ โจ Updated peer dependencies to include React v17.
-
v1.8.5 Changes
- ๐ โจ Added UMD (dev and prod) build - (emmanueltouzery - #281)
-
v1.8.4 Changes
- ๐ ๐ Fixed size list and grid components now accurately report
visibleStopIndex
inonItemsRendered
. (Previously this value was incorrectly reported as one index higher.) - (justingrant - #274) - ๐ ๐ Fixed size list and grid components
scrollToItem
"center" mode when the item being scrolled to is near the viewport edge. - (justingrant - #274)
- ๐ ๐ Fixed size list and grid components now accurately report
-
v1.8.3 Changes
- ๐ Edge case bug-fix for
scrollToItem
when scrollbars are present (MarkFalconbridge - #267) - ๐ ๐ Fixed RTL scroll offsets for non-Chromium Edge (MarkFalconbridge - #268)
- ๐ Flow types improved (TrySound - #260)
- ๐ Edge case bug-fix for
-
v1.8.2 Changes
- ๐ โจ Deprecated grid props
overscanColumnsCount
andoverscanRowsCount
props in favor of more consistently namedoverscanColumnCount
andoverscanRowCount
. (nihgwu - #229) - ๐ ๐ Fixed shaky elastic scroll problems present in iOS Safari. #244
- ๐ ๐ Fixed RTL edge case bugs and broken scroll-to-item behavior. #159
- ๐ ๐ Fixed broken synchronized scrolling for RTL lists/grids. #198
- ๐ โจ Deprecated grid props
-
v1.8.1 Changes
- ๐ Replaced an incorrect empty-string value for
pointer-events
withundefined
(oliviertassinari - #210)
- ๐ Replaced an incorrect empty-string value for
-
v1.7.2 Changes
- ๐ Add guards to avoid invalid scroll offsets when
scrollTo()
is called with a negative offset or whenscrollToItem
is called with invalid indices (negative or too large).
- ๐ Add guards to avoid invalid scroll offsets when