Skip to content

[v1.0.5] (July 31 2023)

Compare
Choose a tag to compare
@AhyoungRyu AhyoungRyu released this 31 Jul 09:19
· 535 commits to develop since this release

Fixes:

  • Resolved an issue where the suggested reply panel overlapped the last message when streaming reply was enabled. By adding a 50px buffer to the scroll, the suggested reply panel now displays correctly without obstructing the last message. #23

Feat:

  • Added an interface to enable users to utilize their custom session handler.
    Introducing new props: configureSession and userId, which can now be passed into the component. #24