Skip to content

Releases: aws/mynah-ui

v4.15.11

18 Sep 12:32
429f79a
Compare
Choose a tag to compare

This version includes fix for footer content exceeds from the bottom if the content block has a scroll (footer text not visible)

What's Changed

Full Changelog: v4.15.10...v4.15.11

v4.15.10

17 Sep 13:08
2da65a0
Compare
Choose a tag to compare

This version includes a fix for shifted chat components and lingering tooltip on screen after closing then opening back chat panel.

Fixed

Shifted chat contents

image

Tooltip remained on screen

image

PRs

  • Dogusata/fix content left shift when width set to 0 temporarily by @dogusata in #105

Full Changelog: v4.15.9...v4.15.10

v4.15.9

05 Sep 11:14
3777a39
Compare
Choose a tag to compare

This version includes a fix for mis-aligned inline code blocks in VSCode and JetBrains IDEs.

Fixed

  • Inline code blocks inside body contents are mis-aligned

Before

image

After

Screenshot 2024-09-04 at 11 45 00

Full Changelog: v4.15.8...v4.15.9

v4.15.8

26 Aug 12:26
b621ed3
Compare
Choose a tag to compare

This version includes a fix for when copied content from a chat card contains code blocks, it causes new lines when pasted issue.

Fixed

  • Inline code blocks are causing new lines when copy/pasted.
  • Disabled quick action commands can be triggered when filtered.

Code blocks converted to inline elements

Before:
Screenshot 2024-08-21 at 18 12 28
After:
Screenshot 2024-08-21 at 18 12 44


PRs

Full Changelog: v4.15.7...v4.15.8

v4.15.7

22 Aug 13:21
58237de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.15.6...v4.15.7

v4.15.6

09 Aug 12:20
Compare
Choose a tag to compare

This version includes several visual and functional bug fixes.

Fixed

  • Tab selection scrollbar visibility which causes tabs half visible if there are several tabs open.
  • Header items in card bodies don't wrap if they don't contain spaces.
  • Related link previews sometimes remain on screen and block the whole Chat UI.
  • @ context selector conflicts with some use cases where the user wants use @ character for a word in the prompt itself.
  • / command selector doesn't work if user pastes the command to prompt and submits

Header item wrapping

image

/ Command selector

Screen.Recording.2024-08-06.at.2.05.27.PM.mov

@ Context selector

context-selection-conflict-fix.mov

v4.15.5

01 Aug 09:26
bf56e09
Compare
Choose a tag to compare

What's Changed

  • Fixed regression in the markdown table styles

Fixes

  • Reverted table styles back
    Before the latest v4.15.4 release, the markdown table's UI was:
    image
    But with v14.5.4 the new style was inadvertently introduced:
    image

This is considered a regression and is reverted back to the original style.

Full Changelog: v4.15.4...v4.15.5

v4.15.4

31 Jul 12:39
13d9a90
Compare
Choose a tag to compare

What's Changed

This version includes fixes for the cursor positioning in the prompt text box, the scroll bar and max tabs notification.

Fixes

  • Fixing issue with an incorrect input cursor position in the prompt text box
    QChatIssueWindows
  • Showing/hiding the scrollbars is now controlled by the OS settings
    image
  • Fixing issue with the max tabs notification not being dismissible.
    350022198-c736e164-f232-43d8-8291-c4d9b9e3e118
  • Revert the word breaks in card bodies

Full Changelog: v4.15.3...v14.15.4

v4.15.3

19 Jul 14:47
c41b0d5
Compare
Choose a tag to compare

What's Changed

This version includes fixes for prompt text wrapping and command selection after focus changes.

Fixes

  • Fixing issue with long words causing overflow
Screenshot 2024-07-16 at 16 30 10
  • Fixing quick pick overlay not reappearing after blurred then focused

restoreCommandsOnFocus

Full Changelog: v4.15.2...v4.15.3

v4.15.2

10 Jul 07:08
d39f8c0
Compare
Choose a tag to compare

This version targets two minor bug fixes related with prompt input wrapping and user input content being converted to code blocks.

Fixed

  • When user input contains 4 or more spaces at the beginning of the line for multiline inputs, that line appears like a code block instead of a paragraph
    • bug-in-example
  • When the prompt input exceeds the width of the chat box it's not always wrapped correctly.
    • image