Skip to content

Version Packages - #2748

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@siemens/ix-angular@6.0.0

Major Changes

  • #2702 e77e890 Thanks @dmytro-halimov! - Breaking change: ix-content-header titles and subtitles now wrap by default. Set textOverflow="ellipsis" to preserve the previous single-line ellipsis behavior without native tooltips.

Patch Changes

@siemens/ix@6.0.0

Major Changes

  • #2632 0c95210 Thanks @danielleroux! - Change the default IX stylesheet to include the classic theme, foundation styles, and the button-group, link, table, and typography utilities. Native element normalization, the body margin reset, scoped scrollbars, utility shadows and input-group styles, and native form styles are no longer applied by default. Import @siemens/ix/css/globals.css for the complete supported global styles, or combine @siemens/ix/css/default.css with @siemens/ix/css/legacy.css to retain the previous behavior while migrating.

    Replace deep Sass imports with the explicit foundation, global, theme, token, mixin, or deprecated compatibility entry points. Unsupported legacy component modules and implementation-specific mixins have been removed; migration guidance is available in BREAKING_CHANGES/v6.md.

  • #2702 e77e890 Thanks @dmytro-halimov! - Breaking change: ix-content-header titles and subtitles now wrap by default. Set textOverflow="ellipsis" to preserve the previous single-line ellipsis behavior without native tooltips.

  • #2723 47dea5b Thanks @benjgil! - All IX date and time components now apply the locale prop when formatting event values and displaying labels (e.g. month names).

    Breaking change: The from and to fields on DateChangeEvent (emitted by ix-date-picker, ix-date-dropdown) and from, to, and time on DateTimeSelectEvent (emitted by ix-datetime-picker) were previously always formatted using the en-US locale, regardless of the locale prop. They now reflect the locale set on the component.

    If your code reads these fields and expects locale-neutral strings, migrate to the new isoFrom, isoTo, and isoTime fields, which always contain ISO 8601 values independent of locale.

    Please see our migration guide for more details on specific fields added/changed, and how to ensure the format string supports locale-specific strings.

    Fixes #2414

  • #2767 5e45a40 Thanks @danielleroux! - V6 makes four of the Stencil collection's peer dependencies optional: @floating-ui/dom, animejs, luxon, and @stencil/core; @siemens/ix-icons remains a required peer. Collection consumers must install all five packages explicitly: @floating-ui/dom, @siemens/ix-icons, @stencil/core, animejs, and luxon; standard bundled entry points remain self-contained.

  • #2632 0c95210 Thanks @danielleroux! - Rename Siemens system custom properties from --theme-si-sys-* to --si-sys-* and reference custom properties from --theme-si-classic-ref-* or --theme-si-ref-* to --si-ref-*.

    Generated --theme-<component>-* aliases are no longer included in the standard IX styles and no longer customize migrated components. Replace component overrides with the corresponding scoped --ix-* custom properties. The @siemens/ix/scss/deprecated/components Sass mixin remains available for downstream styles that temporarily require the generated aliases.

    Color-valued component properties, including iconColor and event-list itemColor, now require a complete CSS custom-property name such as --si-sys-text-danger. The exported NotificationColor values include the leading --.

    Components now use the SI Theme 6 system mappings. Warning, critical, and neutral states and component shadows can therefore render differently. See BREAKING_CHANGES/v6.md for migration guidance.

Minor Changes

  • #2632 0c95210 Thanks @danielleroux! - Expose component-scoped --ix-* CSS custom properties for ix-action-card, ix-chat-input, ix-chat-ai-message, and ix-chat-user-message, allowing their appearance and interaction states to be customized without overriding internal selectors.

Patch Changes

  • #2756 a2f9f7d Thanks @danielleroux! - Align remaining legacy form controls and global style utilities with SI Theme 6 system colors.

  • #2632 0c95210 Thanks @danielleroux! - Align date picker day, range, and today states with the system-token colors.

  • #2711 97af7a2 Thanks @dmytro-halimov! - Fix ix-dropdown-button accessibility by hiding decorative content and exposing only the host as the interactive, named menu button.

  • #2762 36c3c7a Thanks @danielleroux! - Fix filled status-icon ix-badge to use semantic status background and on-status colors.

  • #2819 08d9f79 Thanks @lzeiml! - Fix tabs not selecting a dynamically added tab when activeTabKey is updated before the tab is inserted. Fixes #2792

  • #2723 3b713f4 Thanks @benjgil! - Fix the day grid in ix-date-picker (and the ix-date-input, ix-date-dropdown and ix-datetime-picker components that embed it) rendering in the wrong columns when weekStartIndex is set to a non-zero value.

  • #2735 8434d9f Thanks @alexkaduk! - Keep the Active look on ix-group-context-menu and header ix-avatar triggers while their dropdown is open. Header avatar uses subtle-tertiary button styling.

  • #2736 bcd17fc Thanks @alexkaduk! - Keep ix-button / ix-icon-button popover triggers in the Active look while the popover is open.

    Fixes #1402

  • #2745 7f7b6cc Thanks @lzeiml! - Fix ix-input not showing tooltip on focus when show-text-as-tooltip is set.

  • #2762 36c3c7a Thanks @danielleroux! - Completed and selected ix-workflow-step now use the correct accent colors on hover and press.

@siemens/ix-echarts@5.0.0

Major Changes

  • #2632 0c95210 Thanks @danielleroux! - getComputedCSSProperty no longer adds the --theme- prefix. Pass the complete CSS custom-property name, including the leading --, and replace legacy theme tokens with their SI Theme 6 system-token equivalents.

Patch Changes

@siemens/ix-react@6.0.0

Major Changes

  • #2702 e77e890 Thanks @dmytro-halimov! - Breaking change: ix-content-header titles and subtitles now wrap by default. Set textOverflow="ellipsis" to preserve the previous single-line ellipsis behavior without native tooltips.

  • #2733 4acd727 Thanks @nuke-ellington! - Correct the onNodeToggled event payload type by renaming isExpaned to isExpanded.

    Update event handlers to access event.detail.isExpanded instead of
    event.detail.isExpaned.

Patch Changes

@siemens/ix-vue@6.0.0

Major Changes

  • #2702 e77e890 Thanks @dmytro-halimov! - Breaking change: ix-content-header titles and subtitles now wrap by default. Set textOverflow="ellipsis" to preserve the previous single-line ellipsis behavior without native tooltips.

Patch Changes

@siemens/ix-aggrid@6.0.0

Patch Changes

@github-actions
github-actions Bot requested review from a team as code owners August 27, 2026 12:24
@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for ix-storybook ready!

Name Link
🔨 Latest commit 2a21097
🔍 Latest deploy log https://app.netlify.com/projects/ix-storybook/deploys/6aad2a9617259a000899c299
😎 Deploy Preview https://deploy-preview-2748--ix-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 5c6d88b to 3e55025 Compare September 3, 2026 10:43
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 9 times, most recently from 1ac99c2 to 1a94097 Compare September 10, 2026 08:56
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: a7187131-e0eb-4b8b-bdec-aa95ac07f685

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 11 times, most recently from 86f7d37 to 3e0f26a Compare September 16, 2026 18:35
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from a2fc14b to 2076610 Compare September 18, 2026 10:51
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 2076610 to 2a21097 Compare September 18, 2026 12:12
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

0 participants