Skip to content

Releases: aws/mynah-ui

v4.35.7

30 Jun 16:57
e3bc577
Compare
Choose a tag to compare

What's Changed

  • feat: Enable adding image to context from typing @image: or selecting from … by @yzhangok in #354
  • Improving the unit test code coverage by @laileni-aws in #372
  • feat: Add quickActionHeader for agentic by @Randall-Jiang in #375
  • fix: radiogroup toggle will always stack vertically by @chungjac in #377
  • fix: Adding border and background color to chat item card summary by @laileni-aws in #384
  • fix: adjust markdown point spacing as per requirements by @abhraina-aws in #382
  • allow both capitalized and all lowercases command name used for image… by @yzhangok in #374

Changes' Screenshots:

Screen.Recording.2025-06-12.at.12.31.39.PM.mov

Screenshot 2025-06-23 at 5 32 23 PM

solution.mov

image

image

image

Screenshot 2025-06-23 at 3 33 34 PM

New Contributors

Full Changelog: v4.35.6...v4.35.7

beta4.36.0

27 Jun 17:28
bf1c178
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.35.6...beta4.36.0

v4.35.6

23 Jun 18:50
195cb74
Compare
Choose a tag to compare

What's Changed

  • fix: select dropdown icon is not clickable by @ctlai95 in #368
  • fix: status should be dimmed if muted is true by @ctlai95 in #370
  • fix: chat prompt select looks disabled by @ctlai95 in #371
  • chore: Version-Agnostic Playwright Setup for Mynah UI E2E Tests by @laileni-aws in #369

Changes' Screenshots:

image

image image

Full Changelog: v4.35.5...v4.35.6

v4.35.5

17 Jun 18:10
00e64fe
Compare
Choose a tag to compare

What's Changed

  • Bug fix: The Pin context with ⌥ Enter hint should not be displayed in the quick action overlay (when typing /), since the overlay lists quick actions, not context items. By @avi-alpert in #366

Changes' Screenshot:

image

What's Changed

Full Changelog: v4.35.4...v4.35.5

v4.35.4

16 Jun 18:23
e753726
Compare
Choose a tag to compare

What's Changed

Changes' Screenshots:

Screen.Recording.2025-06-15.at.3.55.38.PM.mov

Screenshot 2025-06-13 at 6 35 07 PM

image

Full Changelog: v4.35.3...v4.35.4

v4.35.3

10 Jun 16:36
22a8c12
Compare
Choose a tag to compare

ChangeLog:

  1. Added hover effect for clickable detailed list items.
  2. Styling a sticky card with background color and updated designs.

Changes' Screenshots:

Screen.Recording.2025-06-09.at.10.45.15.AM.mov

image

image

image

What's Changed

  • feat: add hover effect for clickable detailed list items by @chungjac in #350
  • fix: updating some css styles to sticky card view by @laileni-aws in #351

New Contributors

Full Changelog: v4.35.2...v4.35.3

v4.35.2

05 Jun 21:11
ae43598
Compare
Choose a tag to compare

ChangeLog:

  • Added consistent padding to dropdown menus and adjusted surrounding elements to minimize layout impact.
  • Implemented optional asterisk display for required form fields.
  • Fixed overlapping scrollbars in detailed list view.

Changes' Screenshots:

image

image

Before
image
After
image

What's Changed

Full Changelog: v4.35.1...v4.35.2

v4.35.1

30 May 06:08
1f3d303
Compare
Choose a tag to compare

In this version added new css custom properties to allow hosts define border colors for the input box, both for when the box has focus and when it doesn't:

  • mynah-color-text-input-border - the color of the input box border when the box does not have focus
  • mynah-color-text-input-border-focused - the color of the input box border when it does have focus

v4.35.0

26 May 15:21
Compare
Choose a tag to compare

This version includes several feature additions and bug fixes.

Added

  • Form item of type list, which will group one or multiple form items and allow adding / removing rows
  • iconForegroundStatus to DetailedListItem too to allow status colors on icons
  • filterActions to DetailedList: an array of ChatItemButton objects, which render at the bottom of the detailed list sheet
  • status to
    sheet header
  • clickabke option to DetailedListItem selectable property. Now you can say true, false or 'clickable'. Clickable will make it clickable and trigger a different handler called onItemClick
  • Back button to sheet header
  • actions to sheet header
  • confirmation to all the available action and buttons in system.
  • summary structure to ChatItem.
  • added/updated icons: eye, play , block, cancel-circle, ellipsis-h, minus-circled, ok-circled, ok, pencil, plus, refresh, tools, trash

Updated

  • Splash loader spinner replaced with regular spinner from icons. Old Q animation is removed.

Fixed

  • Theme background doesn't apply to select option picker background.
  • Tabs sometimes being closed with right mouse click too. It should close only when middle mouse button clicked
  • Context selector button is visible (but disabled) even of there is no context available. Has to be completely hidden.
  • Context selection fails if prompt input field doesn't have focus.
  • If the form or description field on top of the sheet is too high, it is not possible to see the content underneath. It has to scroll as a whole
  • It is not possible to skip/cancel the splash loader screen. It requires additional buttons
  • cards have radiuses more than they should have
  • if datailedList doesn't have the selectable property set to true specifically, it doesn't make the items selectable. Previously the unset was true by default.
  • If you have a / command, which doesn't have a placeholder (which means that you can only directly select it without an additonal prompt text) and triggers onChatPrompt after it is being selected with enter or mouse click and on the onChatPrompt if you switch to a different tab dynamically, screen shifts. It should properly show the screen.
  • It is not possible to update the header actions, header title and the description field on a sheet content field. In addition to detailedList content and filterOptions, it should also update all the header content.
  • Texts are clipping from button if a whole chat content is reloaded. It should properly show the texts.
  • Tooltips sometimes remains on screen. They should be removed if their target element is moved or removed too.
  • switch formItem type component's color are reverse. It should use the bacground color when active in the handle not in the background.
  • Size of select form item inside prompt input field footer is too big. It should be a little bit smaller.
  • There is an extra space after the list items inside a list item. It should follow the same line-height and the spacing with the normal texts.
  • Form item sizings are not looking proper, especially inside IDEs. They should be smaller in padding and size (especially for checkbox and radiogroup).
  • Description of form items shows underneath the form item, they should appear after the label of the form item.

Changes' Screenshots

 

list form item type

Screenshot 2025-05-09 at 16 02 49

 

iconForegroundStatus

Screenshot 2025-05-09 at 16 03 29

 

filterActions

Screenshot 2025-05-09 at 16 05 24

 

select/option background

image

 

Sheet content height/scroll

Screen.Recording.2025-05-26.at.15.53.17.mov

 

Splash loader actions

splashLoaderActions

 

confirmation on buttons

image

 

Screen shift (buggy state)

image

 

Sheet status and back button

image

 

summary in ChatItem

image image

 

select in prompt input field footer

image

 

Markdown list items have additional spacing

image

 

Form items

image

What's Changed

  • Jurredr/split e2e platforms by @Jurredr in #328
  • Added "list" form item, detailedList icon colors & filterActions by @Jurredr in #329
  • fix: apply background to selection list items by @awschristou in #331
  • Middle click (and only middle click) closes tabs by @bryceitoc9 in #332
  • feat: added new functionalities and fixes on detailedList sheet by @dogusata in #325
  • Changed version to 4.35.0 by @Jurredr in #333
  • Jurredr/scroll issue by @Jurredr in #334
  • Dogusata/bug fixes related with detailed list by @dogusata in #335
  • fix: autofocus shifts screen after command selection with click by @dogusata in #337

New Contributors

Full Changelog: v4.34.1...v4.35.0

v4.34.1

09 May 10:49
516bc6d
Compare
Choose a tag to compare

This version includes several hot fixes related with context selector button and the content selection with mouse input instead of keyboard navigation.

  • Context button visibility is binded to the available context items list. Instead of making it disabled, now we're hiding it completely if there is no context available.
  • Before inserting the context, we're now strictly checking if the window.getSelection() is in the range of the actual input itself, to avoid unmatched range while inserting items with mouse click instead of keyboard navigation.
  • Lowered the opacity of muted cards to make them more distinguishable