Releases: stevensacks/react-smart-scroll
Releases · stevensacks/react-smart-scroll
TypeScript support
ReactSmartScroll has been rewritten in TypeScript, and includes a type for the Row component.
Check the README for more information.
Performance, Cleanup, Update Deps
Made some performance improvements, did some code cleanup, and updated the dependencies. Also made some minor tweaks to the README.
startAt support
You can now pass startAt as a prop to have the list automatically jump to a specific row.
Overflow auto by default
To reduce configuration, overflow: auto
is now provided by default.
First version
It works!