-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
169 additions
and
2,548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"date" : "2024-08-01", | ||
"version" : "3.21", | ||
"entries" : [ { | ||
"type" : "bugfix", | ||
"description" : "Fix NullPointerException that may happen when re-authenticating to Amazon Q" | ||
}, { | ||
"type" : "bugfix", | ||
"description" : "Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible" | ||
}, { | ||
"type" : "bugfix", | ||
"description" : "Fix Amazon Q chat context menu actions show up in all chat windows" | ||
}, { | ||
"type" : "bugfix", | ||
"description" : "Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box" | ||
}, { | ||
"type" : "bugfix", | ||
"description" : "Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings" | ||
} ] | ||
} |
4 changes: 0 additions & 4 deletions
4
.changes/next-release/bugfix-210408e8-f7a8-472e-921c-3757f9af0032.json
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
.changes/next-release/bugfix-5fe1eb51-f0eb-4029-a003-35e6322cef48.json
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
.changes/next-release/bugfix-662fcf96-e246-4f11-b9e9-0f19468e26af.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"type" : "bugfix", | ||
"description" : "fix(Amazon Q Code Transformation): prevent empty chat bubble from appearing when starting or cancelling a transformation" | ||
} |
4 changes: 4 additions & 0 deletions
4
.changes/next-release/bugfix-a082ba78-f0ed-4117-8b7f-be1ca32f7ddb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"type" : "bugfix", | ||
"description" : "Fix inability to open files on double click and open context menu on right click in the S3 bucket viewer" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts ." | ||
}, | ||
"dependencies": { | ||
"@aws/mynah-ui-chat": "npm:@aws/[email protected].2", | ||
"@aws/mynah-ui-chat": "npm:@aws/[email protected].5", | ||
"@types/node": "^14.18.5", | ||
"fs-extra": "^10.0.1", | ||
"ts-node": "^10.7.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.