v1.2.7
aws-samples/bedrock-chatv1.2.7Jul 26, 2024by statefb
AI Summary
Enabled attachment of non-text documents like PDF and Excel, and fixed mobile responsiveness issues.
Key Highlights
- Enable attaching non-text documents like PDF, Word, and Excel files
- Fixed issue where part of the chat input was hidden on narrow screens
- Fixed stuttery auto-scrolling when outputting code
- Admin users can create and publish customized bots
New Features
- Attach non-text documents like PDF, Word, and Excel files
Full Release Notes
## 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