Skip to content

v0.2.0

Compare
Choose a tag to compare
@vishalnarkhede vishalnarkhede released this 25 Feb 01:51
· 24 commits to main since this release
  • 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