All Versions
256
Latest Version
Avg Release Cycle
71 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v8.11.3 Changes
- โ Adding missing
scrollToRow
method toList
andTable
(as pass-thrus forGrid.scrollToCell
). - ๐ ๐ Bugfixes with
MultiGrid
resize handling and caching. (@codingbull - #552) - ๐ ๐ List checks it row-style object has been frozen before modifying width; (fix for upcoming React 16 change).
- ๐ ๐
MultiGrid
better handles case whererowCount === fixedRowCount
.
- โ Adding missing
-
v8.11.2 Changes
- ๐ ๐ Added
MultiGrid
methodmeasureAllCells
; deprecated misnamedmeasureAllRows
method.
- ๐ ๐ Added
-
v8.11.1 Changes
- ๐ ๐ Fixed regression in
WindowScroller
when browser is resized. (@andrewbranch - #548)
- ๐ ๐ Fixed regression in
-
v8.11.0 Changes
- ๐ ๐ Minor Preact compat fix to element resize detector; see developit/preact-compat/issues/228
- ๐ New
scrollToCell
public method added toGrid
.
-
v8.10.0 Changes
- ๐ ๐
WindowScroller
supports custom target element via a newscrollElement
prop; defaults towindow
for backwards compatibility. (@andrewbranch - #481) - ๐ ๐
MultiGrid
supportsonScroll
property. (@Pana - #536) - ๐ New id-based
CellMeasurer
cell size cache,idCellMeasurerCellSizeCache
. (@bvaughn - #538)
- ๐ ๐
-
v8.9.0 Changes
- ๐ New
MultiGrid
reduces the boilerplate required to configure aGrid
with fixed columns and/or rows. - 0๏ธโฃ
defaultTableRowRenderer
passes newrowData
param to event handlers (in addition toindex
). - ๐ ๐ Styles are no longer cached while scrolling for compressed lists (@nickclaw - #527)
- ๐ Cell cache is reset once
InfiniteLoader
load completes (@nickclaw - #528) - โ Add loose-envify support for Browserify users (@chrisvasz - #519, #523)
- ๐
dom-helpers
dependency relaxed to support 2.x and 3.x versions (@danez - #522) - ๐
๐
Collection
no longer drops itsoverflow
style in certain conditions; see facebook/react/issues/8689 for more info.
- ๐ New
-
v8.8.1 Changes
๐ Fixed a bug with
Grid
style-cache that caused stale cell-sizes to be used whenGrid
resized. -
v8.7.1 Changes
๐ Reverted part of the change introduced in version 8.6.0 that changed the behavior regarding controlled/uncontrolled
scrollTop
andscrollLeft
props andGrid
in a way that was not backwards compatible. (See issue #490 for more.) -
v8.7.0 Changes
โ Added
updatePosition
toWindowScroller
to handle case when header items change or resize.WindowScroller
also better handles window resize events.