Socket
Socket
Sign inDemoInstall

react-tiny-virtual-list

Package Overview
Dependencies
6
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.2.0

Diff

Changelog

Source

2.2.0

Added support for stickyIndices. Pass an array of indexes (eg. [0, 10, 25, 30]) to the stickyIndices prop to make certain items in the list sticky (position: sticky) #55

clauderic
published 2.1.6 •

Changelog

Source

2.1.6

Revert inner wrapper position to relative. Using position: absolute on the inner wrapper causes scrolling issues in Safari.

clauderic
published 2.1.5 •

Changelog

Source

2.1.5

Fix itemSizeGetter bug when scrollToIndex is defined #40, #56

clauderic
published 2.1.4 •

Changelog

Source

2.1.4

Fix misuse of second argument of componentDidUpdate as nextState (the actual argument is prevState) #27. Thanks @gabrielecirulli!

clauderic
published 2.1.3 •

Changelog

Source

2.1.3

Include TypeScript type definitions in npm package #26

clauderic
published 2.1.2 •

Changelog

Source

2.1.2

Fixed build script for es modules build #22

clauderic
published 2.1.1 •

Changelog

Source

2.1.1

Renamed onRowsRendered prop to onItemsRendered.

clauderic
published 2.1.0 •

Changelog

Source

2.1.0

  • Added scrollToAlignment="auto" option, which scrolls the least amount possible to ensure that the specified scrollToIndex item is fully visible #19
  • Added onRowsRendered prop that is invoked with information about the slice of rows that were just rendered #14
  • Converted project to TypeScript and added types entry to package.json
clauderic
published 2.0.6 •

Changelog

Source

2.0.6

Fix PropType definitions for width and height props (#13)

clauderic
published 2.0.5 •

Changelog

Source

2.0.5

Fixes slow wheel scrolling / scroll-interruption issues with browsers such as Firefox (see #7). Thanks for the contribution Magnitus-!

2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc