Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-virtualized

Package Overview
Dependencies
Maintainers
1
Versions
296
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.7.3

Diff

Changelog

Source

9.7.3

  • Clear cell and style cache when controlled-scroll mode Grid stops scrolling. (@leoasis - #649)
brianvaughn
published 9.7.2 •

Changelog

Source

9.7.2

  • ✨ Removed lingering React.PropTypes reference in InfiniteLoader.
brianvaughn
published 9.7.1 •

Changelog

Source

9.7.1

  • ✨ Added prop-types dependency to avoid deprecation warnings for React 15.5+.
brianvaughn
published 9.7.0 •

Changelog

Source

9.7.0

  • Added public animation-friendly API methods to Grid/List/Table for an alternative to props-based animating. (@imadha - #641)
brianvaughn
published 9.6.1 •

Changelog

Source

9.6.1

  • 🐛 Fixed module syntax error in vendered file.
brianvaughn
published 9.6.0 •

Changelog

Source

9.6.0

  • 🎉 WindowScroller and Grid now support horizontal window-scrolling via new autoWidth property. (@maxnowack - #644)
  • 🐛 Fixed a Content Security Policy (CSP) issue in an upstream dependency that impacted users of the Masonry component. For more information see issue #640.
  • List and Table always overscan 1 row in the direction not being scrolled to better support keyboard navigation (via TAB and SHIFT+TAB). For more information see issue #625.
  • Grid no longer alters scroll direction for one axis (eg vertical) if a scroll event occurs for another axis (eg horizontal).
brianvaughn
published 9.5.0 •

Changelog

Source

9.5.0

  • 🎉 Grid supports state-override of isScrolling value via new isScrolling prop. This enables cache-while-scrolling of cells when used with WindowScroller. (@olavk - #639)
brianvaughn
published 9.4.2 •

Changelog

Source

9.4.2

  • 🐛 Small accessibility fix to MultiGrid so that focus outline shows through by default for main (bottom/right) Grid. Top and left Grids are also not tab-focusable by default now since they are scroll-observers anyway.
  • ✨ Added columnWidth parameter to ColumnSizer and deprecated getColumnWidth callback. The callback was not necessary since columnWidth doesn't change without a re-render and fixed number values perform better in Grid due to some internal optimizations anyway.
brianvaughn
published 9.4.1 •

Changelog

Source

9.4.1

  • 🐛 Edge-case InfiniteLoader bug fix; prevent jumping to the first row when scrolling fast. (@reVrost - #632)
  • 🐛 Reverted unexpected regression from #616 until a safer fix can be found.
brianvaughn
published 9.4.0 •

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).
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