Skip to content

Releases: PromptPasture/llama.ui

v2.38.2

Choose a tag to compare

@github-actions github-actions released this 16 Oct 17:35

Release Notes

🎨 Styling

  • (App) Add dark mode border color support (#226)
  • (chat) Update icon and styling in ChatMessage component (#226)

🚜 Refactor

  • (i18n) [breaking] Replace 'thoughts' with 'reasoning' in all language files (#226)

v2.38.1

Choose a tag to compare

@github-actions github-actions released this 15 Oct 22:29

Release Notes

🚀 Enhancements

  • (sidebar) Add conversation search functionality (#223)

🎨 Styling

  • (chat) Update styling for main content and chat input (#224)

🚜 Refactor

  • (Input) Replace native input with custom Input component (#222)
  • (icon) Migrate to direct icon component usage (#225)

v2.38.0

Choose a tag to compare

@github-actions github-actions released this 12 Oct 18:58

Release Notes

🚀 Enhancements

  • UI components (#217)
  • (components) Add AutoSizingTextArea component (#219)

🛠 Fixes

  • (inference) Update condition for loading models (#221)

🎨 Styling

  • (chat) Expand ChatInput on focus (#220)

🚜 Refactor

  • (ui) Replace button elements with Button component
  • (common) Replace IntlIconButton with Button component
  • (ui) Replace label elements with custom Label component
  • (chat) Replace collapse component with custom button in ChatMessage
  • Migrate project structure
  • (components) Introduce Icon component to replace direct react-icons usage
  • (vite.config) Update vendor chunk splitting logic
  • (chat) Move prefilled message logic to custom hook (#218)
  • (app) Simplify App component and extract toast logic to custom hooks

v2.37.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 19:50

Release Notes

🚀 Enhancements

v2.36.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 23:10

Release Notes

🚀 Enhancements

  • (chat) Add mermaid chart support to markdown display #103 (#212)

v2.35.0

Choose a tag to compare

@github-actions github-actions released this 30 Sep 16:51

Release Notes

🚀 Enhancements

  • (ui) Add option to display raw messages #178 (#210)

🚜 Refactor

  • (database) Split storage utils into indexedDB and localStorage classes (#209)

v2.34.0

Choose a tag to compare

@github-actions github-actions released this 29 Sep 22:33

Release Notes

🛠 Fixes

  • (inference) Model list may be not loaded after setting save (#207)

v2.33.0

Choose a tag to compare

@github-actions github-actions released this 29 Sep 22:24

Release Notes

🚜 Refactor

  • (settings) Extract settings components to separate modules (#206)

v2.32.3

Choose a tag to compare

@github-actions github-actions released this 29 Sep 21:23

Release Notes

🚀 Enhancements

  • (api) Add NVIDIA NIM provider support (#205)

v2.32.2

Choose a tag to compare

@github-actions github-actions released this 29 Sep 20:09

Release Notes

🛠 Fixes

  • (api) Cache provider instance with correct cache key (#204)