v0.2.0
- Added support for two new props
/**
* Enable autoScrollToTop.
* In chat type applications, you want to auto scroll to bottom, when new message comes it.
*/
enableAutoscrollToTop?: boolean;
/**
* If `enableAutoscrollToTop` is true, the scroll threshold below which auto scrolling should occur.
*/
autoscrollToTopThreshold?: number;
- Added docs for all the props