New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-virtualized

Package Overview
Dependencies
Maintainers
1
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtualized - npm Package Versions

1
30

9.4.0

Diff

Changelog

Source

9.4.0

  • 🎉 New Masonry component optimized for Pinterest-style layouts. Check out the docs and demo page to learn more. (#618)
  • 🎉 MultiGrid supports scrollLeft and scrollTop props for controlled scrolling. (@julianwong94 - #624)
  • 🎉 New direction parameter passed to overscanIndicesGetter with values "horizontal" or "vertical". (@offsky - #629)
  • ✨ Replaced inline require statement with header import in Grid for better integration with the Rollup module bundler. (@odogono - #617)
  • 🐛 Improved guard for edge-case scrolling issue with rubberband scrolling in iOS. (@dtoddtarsi - #616)
  • ✨ Replaced getBoundingClientRect() with slightly faster offsetWidth and offsetHeight inside of AutoSizer.
  • AutoSizer no longer re-renders nor calls onResize callback unless width and/or height have changed (depending on which properties are being watched).
brianvaughn
published 9.4.0-rc.1 •

brianvaughn
published 9.4.0-rc.0 •

brianvaughn
published 9.3.0 •

Changelog

Source

9.3.0

  • 🎉 Added resetLoadMoreRowsCache method to InfiniteLoader to reset any cached data about loaded rows. This method should be called if any/all loaded data needs to be refetched (eg a filtered list where the search criteria changes). (#612)
brianvaughn
published 9.2.3 •

Changelog

Source

9.2.3

  • 🐛 CellMeasurer should work better out of the box with MultiGrid.
  • 🐛 CellMeasurerCache should return correct values from rowHeight and columnWidth functions when keyMapper is used. (#613)
brianvaughn
published 9.2.2 •

Changelog

Source

9.2.2

  • 🐛 Fixed small scrollbar offset bug in MultiGrid. (#609)
brianvaughn
published 9.2.1 •

Changelog

Source

9.2.1

  • 🐛 Fixed potential scrollbar offset bug in MultiGrid by giving top and left Grids a little extra space to scroll into. (#535)
brianvaughn
published 9.2.0 •

Changelog

Source

9.2.0

  • 🎉 New Table prop, headerRowRenderer. (@kaoDev - #600)
  • 🎉 All Table event handlers now receive a named event params (@paulbrom - #605)
  • 🎉 Aria roles for Table improved to specify role="row" for table rows and role="rowgroup" for inner Grid. (@jchen527 - #607)
  • 🐛 Calling scrollToRow for List or Table no longer potentially messes up horizontal scroll position. (#603)
brianvaughn
published 9.1.0 •

Changelog

Source

9.1.0

  • 🎉 Public method setScrollIndexes added to ArrowKeyStepper to enable easier overrides of current/default focused cell. - (@alexandro81 - #592)
  • ✨ Replaced value instanceof Function checks with typeof value === 'function' for improved robustness with iframes/frames/popups. (Learn more here.) (@rickychien - #596)
  • 🐛 Grid props scrollToColumn and scrollToRow as well as Collection prop scrollToCell now default to -1 to avoid false positives from null>=0 check. - (#595)
brianvaughn
published 9.0.5 •

Changelog

Source

9.0.5

  • 🎉 Explicitly set width/height style to "auto" before re-measuring CellMeasurer content so that new measurements can be taken. (#593)
  • 🐛 CellMeasurerCache now correctly recomputes cached row height and column width values when cells are cleared. (#594)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc