Skip to content

Commit

Permalink
Release/chat client0.0.7 (#590)
Browse files Browse the repository at this point in the history
* Bump mynah-ui to 4.18.0 in chat-client

* Update changelog for chat-cliet v0.0.7 release

* Bump chat client version to 0.0.7

---------

Co-authored-by: Ege Ozcan <[email protected]>
  • Loading branch information
ege0zcan and Ege Ozcan authored Nov 8, 2024
1 parent 2124762 commit e543cb9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
22 changes: 22 additions & 0 deletions chat-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.0.7] - 2024-11-08
### Added
- Add new `COPY_TO_CLIPBOARD` event to the chat client

### Changed
- Changed legal text in the footer
- Update `@aws/chat-client-ui-types` to 0.0.8
- Update `@aws/language-server-runtimes-types` to to 0.0.7
- Upgraded dependency: `@aws/mynah-ui` from 4.15.11 to 4.18.0:
- Inline code elements now wrap onto new lines
- Send button no longer shifts out of the window when horizontally filling the prompt input without spaces (now it wraps)
- Footer text now wraps instead of overflowing when it's too large for the chat window
- Centered the text in the footer
- Character counter now only shows starting from a threshold
- Code blocks now wrap instead of scroll on screens narrower than 300px
- Added gradient border on prompt input focus
- Fixed issue where unexpected anchor tags were being generated inside code blocks if there was a link inside the code block
- Updated link (anchor) colors inside card body to improve visibility on several themes
- Scrollbar styling, now more subtle on darker themes
- Fixed `<span>` tags not being closed in (inline) code blocks
- Fixed file tree item's action icons shrinking when title is too long

## [0.0.6] - 2024-10-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions chat-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/chat-client",
"version": "0.0.6",
"version": "0.0.7",
"description": "AWS Chat Client",
"main": "out/index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@aws/chat-client-ui-types": "^0.0.8",
"@aws/language-server-runtimes-types": "^0.0.7",
"@aws/mynah-ui": "^4.15.11"
"@aws/mynah-ui": "^4.18.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
Expand Down
16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e543cb9

Please sign in to comment.