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

react-virtualized

Package Overview
Dependencies
Maintainers
5
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
2830

2.5.0

Diff

Changelog

Source

2.5.0

Added AutoSizer component for wrapping FlexTable or VirtualScroll and growing to fill the parent container. This should hopefully simplify usage of these components.

brianvaughn
published 2.4.0 •

Changelog

Source

2.4.0

FlexTable and VirtualScroll offer new callback property onRowsRendered to be invoked with a params object { startIndex, stopIndex } after rows have been rendered.

brianvaughn
published 2.3.0 •

Changelog

Source

2.3.0

FlexTable's rowClassName property can now be either a string or a function in order to support dynamic row classes (eg. alternating colors).

brianvaughn
published 2.2.0 •

Changelog

Source

2.2.0

Added onRowClick property to FlexTable.

brianvaughn
published 2.1.1 •

Changelog

Source

2.1.1

Fixed a few minor FlexTable font styles to use relative sizes instead of custom ones

brianvaughn
published 2.1.0 •

Changelog

Source

2.1.0

Added optional noRowsRenderer property to VirtualScroll and FlexTable. This property can be used to render loading indicators or placeholder content for empty lists.

brianvaughn
published 2.0.0 •

Changelog

Source

2.0.0

Set shouldPureComponentUpdate on component prototypes instead of instances. Dropped half-ass support for React 0.13. This module has always depended on React 0.14 but it was checking in previous versions and trying to be backwards compatible with 0.13. Since that check is no longer in place, this is a major version bump (even though there is no real new functionality being added).

brianvaughn
published 1.0.4 •

Changelog

Source

1.0.4

Fixed package.json dependencies by moving classnames, raf, and react-pure-render out of peerDependencies and into dependencies.

brianvaughn
published 1.0.3 •

Changelog

Source

1.0.3

Same as version 1.0.2; published just to update NPM keyword and description.

brianvaughn
published 1.0.2 •

Changelog

Source

1.0.2

Removed default row-border styling from FlexTable and added new :rowClassName property.

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