Skip to content

Commit 5d9c3d2

Browse files
authored
fix(amazonq): various fixes from mynah-ui (#5404)
- Fixing issue with an incorrect input cursor position in the prompt text box - Showing/hiding the scrollbars is now controlled by the OS settings - Fixing issue with the max tabs notification not being dismissible
1 parent c0c8be8 commit 5d9c3d2

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings"
4+
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4111,7 +4111,7 @@
41114111
"@aws-sdk/property-provider": "3.46.0",
41124112
"@aws-sdk/smithy-client": "^3.46.0",
41134113
"@aws-sdk/util-arn-parser": "^3.46.0",
4114-
"@aws/mynah-ui": "^4.15.2",
4114+
"@aws/mynah-ui": "^4.15.4",
41154115
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
41164116
"@iarna/toml": "^2.2.5",
41174117
"@smithy/middleware-retry": "^2.3.1",

0 commit comments

Comments
 (0)