Skip to content

Commit e543cb9

Browse files
ege0zcanEge Ozcan
andauthored
Release/chat client0.0.7 (#590)
* 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 <eoozca@amazon.com>
1 parent 2124762 commit e543cb9

3 files changed

Lines changed: 33 additions & 9 deletions

File tree

chat-client/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.0.7] - 2024-11-08
4+
### Added
5+
- Add new `COPY_TO_CLIPBOARD` event to the chat client
6+
7+
### Changed
8+
- Changed legal text in the footer
9+
- Update `@aws/chat-client-ui-types` to 0.0.8
10+
- Update `@aws/language-server-runtimes-types` to to 0.0.7
11+
- Upgraded dependency: `@aws/mynah-ui` from 4.15.11 to 4.18.0:
12+
- Inline code elements now wrap onto new lines
13+
- Send button no longer shifts out of the window when horizontally filling the prompt input without spaces (now it wraps)
14+
- Footer text now wraps instead of overflowing when it's too large for the chat window
15+
- Centered the text in the footer
16+
- Character counter now only shows starting from a threshold
17+
- Code blocks now wrap instead of scroll on screens narrower than 300px
18+
- Added gradient border on prompt input focus
19+
- Fixed issue where unexpected anchor tags were being generated inside code blocks if there was a link inside the code block
20+
- Updated link (anchor) colors inside card body to improve visibility on several themes
21+
- Scrollbar styling, now more subtle on darker themes
22+
- Fixed `<span>` tags not being closed in (inline) code blocks
23+
- Fixed file tree item's action icons shrinking when title is too long
24+
325
## [0.0.6] - 2024-10-10
426

527
### Fixed

chat-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/chat-client",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "AWS Chat Client",
55
"main": "out/index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@aws/chat-client-ui-types": "^0.0.8",
2525
"@aws/language-server-runtimes-types": "^0.0.7",
26-
"@aws/mynah-ui": "^4.15.11"
26+
"@aws/mynah-ui": "^4.18.0"
2727
},
2828
"devDependencies": {
2929
"@types/jsdom": "^21.1.6",

package-lock.json

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)