Skip to content

Releases: DevCloudFE/matechat-react

@matechat/react v0.1.0-alpha.7

07 Jul 09:23
0274090
Compare
Choose a tag to compare

[0.1.0-alpha.7]

Performance Improvements

  • 36ca7eb Wrap all useChat hooks with useCallback to avoid re-rendering.

@matechat/react v0.1.0-alpha.6

03 Jul 01:18
bfbbebf
Compare
Choose a tag to compare

[0.1.0-alpha.6]

Bug Fixes

@matechat/react v0.1.0-alpha.5

30 Jun 09:43
39f817d
Compare
Choose a tag to compare

[0.1.0-alpha.5]

New Features

  • 31f4edf (#31) Add FileUpload component for file selections.
  • 4e2905b Optimize callback performance by using useCallback.
  • cd8ace0 Remove gap and margin between textarea and footer in Sender component.

@matechat/react v0.1.0-alpha.4

22 Jun 09:13
32cd9c4
Compare
Choose a tag to compare

[0.1.0-alpha.4]

New Features

  • a0b5fc8 (#26) Add List component in list.tsx to support grouped or normal lists.

Bug Fixes

  • d61b43c Fix the build issue in utils by adding utils/index.ts to vite build entries.

@matechat/react v0.1.0-alpha.3

19 Jun 10:47
4ac62a6
Compare
Choose a tag to compare

[0.1.0-alpha.3]

  • 3a19451 Fix the lint error on useEffect in sender.tsx.

  • b5e4cb8 Optimize the SenderButton component in sender.tsx.

    This optimization includes:

    • Add icon and isSending option to SenderButton component.
    • Add doc-string for SenderButton and Sender props.

@matechat/react v0.1.0-alpha.2

19 Jun 09:32
1ca0bf9
Compare
Choose a tag to compare

[0.1.0-alpha.2]

  • 17b60e7 (#23 by @Raven-Book) Add loading animation during AI request wait states.

    • Updated BubbleListProps and Bubble in bubble.tsx to support pending states
    • Modified useChat in chat.ts to set pending = true before API requests

@matechat/react v0.1.0-alpha.1

18 Jun 08:13
792ac90
Compare
Choose a tag to compare

[0.1.0-alpha.1]

  • 577946c Optimize background option of BubbleList component.

    BREAKING CHANGES:

    • Use left-solid, right-solid, transparent and solid as the value of background option.
    • Default to use right-solid as the value of background option in Bubble component.
    • Remove left-only and right-only value in Bubble component.
  • 577946c Bump dependencies.

@matechat/react v0.1.0-alpha.0

16 Jun 08:15
958b42a
Compare
Choose a tag to compare

[0.1.0-alpha.0]

  • 464fc05 Release first pre-release with alpha tag of @matechat/react.