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

react-window

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-window - npm Package Versions

1245

1.5.0

Diff

Changelog

Source

1.5.0

  • 🎉 Added advanced memoization helpers methods areEqual and shouldComponentUpdate for item renderers. - #114
brianvaughn
published 1.4.0 •

Changelog

Source

1.4.0

  • 🎉 List and Grid components now "overscan" (pre-render) in both directions when scrolling is not active. When scrolling is in progress, cells are only pre-rendered in the direction being scrolled. This change has been made in an effort to reduce visible flicker when scrolling starts without adding additional overhead during scroll (which is the most performance sensitive time).
  • 🎉 Grid components now support separate overscanColumnsCount and overscanRowsCount props. Legacy overscanCount prop will continue to work, but with a deprecation warning in DEV mode.
  • 🐛 Replaced setTimeout with requestAnimationFrame based timer, to avoid starvation issue for isScrolling reset. - #106
  • 🎉 Renamed List and Grid innerTagName and outerTagName props to innerElementType and outerElementType to formalize support for attaching arbitrary props (e.g. test ids) to List and Grid inner and outer DOM elements. Legacy innerTagName and outerTagName props will continue to work, but with a deprecation warning in DEV mode.
  • 🐛 List re-renders items if direction prop changes. - #104
brianvaughn
published 1.4.0-alpha.1 •

brianvaughn
published 1.4.0-alpha.0 •

brianvaughn
published 1.3.1 •

Changelog

Source

1.3.1

  • 🎉 Pass itemData value to custom itemKey callbacks when present - #90)
brianvaughn
published 1.2.4 •

Changelog

Source

1.2.4

  • 🐛 Added Flow annotations to memoized methods to avoid a Flow warning for newer versions of Flow
brianvaughn
published 1.2.3 •

Changelog

Source

1.2.3

  • 🐛 Relaxed children validation checks. They were too strict and didn't support new React APIs like memo.
brianvaughn
published 1.2.2 •

Changelog

Source

1.2.2

  • 🐛 Improved Flow types for class component item renderers - (nicholas-l - #77)
brianvaughn
published 1.3.0-alpha.0 •

brianvaughn
published 1.3.0 •

Changelog

Source

1.3.0

  • (Skipped)
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