Skip to content

Releases: jakobhoeg/shadcn-chat

v0.3.1

16 Sep 13:11
Compare
Choose a tag to compare

0.3.1 (2024-09-16)

Bug Fixes

  • also update ChatBubbleAction (edd371b)
  • update ChatBubble to pass down layout and variant props to ChatMessage (aa68d45)

v0.3.0

13 Sep 15:05
Compare
Choose a tag to compare

0.3.0 (2024-09-13)

Features

  • add ChatBubbleAction and ChatBubbleActionWrapper with examples (#38)

v0.2.1

13 Sep 12:35
eeeb171
Compare
Choose a tag to compare

0.2.1 (2024-09-13)

Bug Fixes

  • update readme (c3fcc03)
  • remove unused dependencies (#29)

v0.2.0

30 Aug 17:18
619f1f3
Compare
Choose a tag to compare

This release marks an update that adds a fully customizeable expandable chat component, designed for you to quickly implement support-like features in your applications.

  • Add npm package functionality (#16)

Checkout the updated npm docs for more information.

v0.1.3

26 Aug 19:05
08a4789
Compare
Choose a tag to compare

This release marks an update with multiple new examples AND a npm package.

npx shadcn-chat-cli add
  • Add npm package functionality (#12)
  • Add examples (#11)

Checkout the npm docs for more information.