Skip to content

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