All Versions
32
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
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