Skip to content

@matechat/react v0.1.0-rc.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 10:55
53244a8

[0.1.0-rc.0]

New Features

  • 421dc74 Optimize markdown component in Bubble, customize link, heading and code. Support copy button for code blocks.

  • 3869f95 Optimize behavior of useChat:

    • Add throwOnEmptyBackend option to useChat function.
    • Throw an error when backend is nullish and throwOnEmptyBackend is true.
    • Rename isPendingtopending in useChat return value.
    • Allow empty backend in useChat function.

Refactors

  • 162bad9 Extract all markdown components and resolve code lints.