Skip to content

Releases: stevensacks/react-smart-scroll

TypeScript support

03 Oct 13:49
Compare
Choose a tag to compare

ReactSmartScroll has been rewritten in TypeScript, and includes a type for the Row component.

Check the README for more information.

Performance, Cleanup, Update Deps

08 Apr 22:51
Compare
Choose a tag to compare

Made some performance improvements, did some code cleanup, and updated the dependencies. Also made some minor tweaks to the README.

startAt support

18 Oct 08:14
Compare
Choose a tag to compare

You can now pass startAt as a prop to have the list automatically jump to a specific row.

Overflow auto by default

21 May 03:35
Compare
Choose a tag to compare

To reduce configuration, overflow: auto is now provided by default.

First version

17 May 20:35
Compare
Choose a tag to compare

It works!