@siemens/ix@5.2.0
Minor Changes
-
#2569
70e1c5cThanks @danielleroux! - Add theix-chat-inputcomponent for AI prompt entry, including multiline input behavior, attachment support withix-chat-attachment, action slots, submit handling, processing state, threshold-based character limit guidance, form integration, and disclaimer text. -
#2569
70e1c5cThanks @danielleroux! - Add theix-chatcomponent for composing chat layouts with messages and a chat input, add theix-chat-user-messagecomponent for displaying right-aligned user messages in chat interfaces with optional contextual actions and sent attachments, and add theix-chat-ai-messagecomponent for displaying slotted AI-generated responses with optional actions and sources. The existingix-chat-attachmentcomponent now renders withix-chip, supports a compactsentvariant, supports preview-enabled attachments withpreviewSupported, emitsattachmentClickonly for those preview interactions, and no longer exposes a retry action for failed attachments.ix-chat-inputcan display prompt attachments and now provides afollow-upslot for follow-up prompt actions. -
#2645
09fa2b6Thanks @alexkaduk! - Introducesix-badgefor overlay count and status indicators on anchors or as standalone badges, with semantic variants, outline mode, position/offset, optional attention animation, and standalonetooltipTextsupport.
Patch Changes
-
#2520
697b49fThanks @1307-Dev! - Color ix-blind borders according to variant. -
#2520
697b49fThanks @1307-Dev! - Color ix-push-card borders according to variant. -
#2569
70e1c5cThanks @danielleroux! - Fixix-chipso closable chips still render an interactive close button wheninactiveis set without overlapping or breaking text truncation. -
#2613
8e7565bThanks @lakshmi-priya-b! - Add keyboard navigation for "Show all" and "Show more" cards in ix-card-list. -
#2680
5c43ed5Thanks @JonaMaiss! - fix (core/tab-item): show ellipsized text for layout=stretched.
Text in tab-item was not shown correctly if it was too long for the given space. -
#2684
a14ae0aThanks @alexkaduk! - Show an active visual state onix-dropdown-buttonwhile the dropdown is open (aria-expanded), so the trigger stays clearly linked to the menu. Fixes #1402 -
#2710
1ef341bThanks @benjgil! - Fixix-event-listso child mutations no longer call anime.js with a missing target, which stopped the console"No target found"warning (including whenanimatedis unset).Fixes #2689
-
#2698
38b9440Thanks @nuke-ellington! - Update ix-icons peer dependency to V3.5.0. -
#2690
81e7e24Thanks @alexkaduk! - Fix internal form validation so a missing or unmounted native input (e.g.ix-selectduring connect/teardown) no longer causes an unhandledInput element not foundpromise rejection. Fixes #2669 -
#2682
aea81f5Thanks @nuke-ellington! - Prevent ix-menu-category from closing its dropdown during touch interaction.Fixes #2679