Skip to content

v1.2.7

Choose a tag to compare

@statefb statefb released this 26 Jul 05:55
· 72 commits to v1 since this release
cc804d9

New Features

  • Enable attaching non-text documents like PDF, Word, and Excel files directly in the chat window. #467

Bug Fixes

  • Fix an issue where part of the chat input was hidden on narrow screens, affecting mobile users. #446 by @mnmn0
  • Fix a bug that caused stuttery auto-scrolling to the bottom when outputting code. #450 by @k70suK3-k06a7ash1
  • Allow Admin users to create and publish customized bots through the frontend, resolving a previous bug. #469 by @Yukinobu-Mine

Enhancements

  • Introduce a pre-commit hook with Lefthook to run linters, formatters, and type-checking before creating commits. #472
  • Add a command line argument --version to bin.sh to specify the version of Bedrock Claude Chat when deploying. #444 by @Yukinobu-Mine
  • Add Storybook stories for various Atomic components to improve component documentation and development experience. #415 by @k70suK3-k06a7ash1
  • Fix incorrect header title on small screens. #417 by @k70suK3-k06a7ash1
  • Add contributor highlights to the README. #456