diff --git a/blog/2025-10-01-release-4/2510_blog_4-0.png b/blog/2025-10-01-release-4/2510_blog_4-0.png new file mode 100644 index 00000000..1a2b54e1 Binary files /dev/null and b/blog/2025-10-01-release-4/2510_blog_4-0.png differ diff --git a/blog/2025-10-01-release-4/2510_blog_aggrid.png b/blog/2025-10-01-release-4/2510_blog_aggrid.png new file mode 100644 index 00000000..66da79f4 Binary files /dev/null and b/blog/2025-10-01-release-4/2510_blog_aggrid.png differ diff --git a/blog/2025-10-01-release-4/2510_blog_angular.png b/blog/2025-10-01-release-4/2510_blog_angular.png new file mode 100644 index 00000000..08146afa Binary files /dev/null and b/blog/2025-10-01-release-4/2510_blog_angular.png differ diff --git a/blog/2025-10-01-release-4/2510_blog_appheader.png b/blog/2025-10-01-release-4/2510_blog_appheader.png new file mode 100644 index 00000000..3af63f51 Binary files /dev/null and b/blog/2025-10-01-release-4/2510_blog_appheader.png differ diff --git a/blog/2025-10-01-release-4/2510_blog_buttons.png b/blog/2025-10-01-release-4/2510_blog_buttons.png new file mode 100644 index 00000000..cd1171db Binary files /dev/null and b/blog/2025-10-01-release-4/2510_blog_buttons.png differ diff --git a/blog/2025-10-01-release-4/2510_blog_elevation.png b/blog/2025-10-01-release-4/2510_blog_elevation.png new file mode 100644 index 00000000..728564fd Binary files /dev/null and b/blog/2025-10-01-release-4/2510_blog_elevation.png differ diff --git a/blog/2025-10-01-release-4/index.md b/blog/2025-10-01-release-4/index.md new file mode 100644 index 00000000..bcd729c0 --- /dev/null +++ b/blog/2025-10-01-release-4/index.md @@ -0,0 +1,88 @@ +--- +authors: [felixleist] +tags: [release] +--- + +# Release V4.0.0 + + + +The next chapter of the Industrial Experience Design System is here. This version brings together thoughtful feature enhancements and essential style refinements, offering greater flexibility while reinforcing design consistency. + + + +# How to start? + +- Install `@siemens/ix` (`@siemens/ix-angular`, `@siemens/ix-react`, `@siemens/ix-vue`) via the `latest` tag +- Review detailed changelog [here](/docs/home/releases/changelog) +- Make sure you're using the latest published version of our Figma library + +# Button update + + + +The time of confusing button naming is officially behind us. With this release, we’ve introduced a clear and intuitive naming convention: primary, secondary, and tertiary [buttons](/docs/components/button/guide). Now labeled exactly as such. This change improves clarity, making it easier to choose the right button for the right context. + +To implement this improvement, we had to introduce a breaking change. Existing variant names will need to be updated manually. Please refer to our [migration guide](/docs/home/migration/4_0_0) for detailed instructions. + +In line with brand consistency efforts, all buttons now feature slightly rounded corners, offering a more modern and approachable look. Additionally, we’ve added support for placing icons to the right of the label. Especially useful for “Next” actions, where a left-aligned arrow often felt visually off. + +# New app header options + + + +The [app header](/docs/components/application-header/guide) is now more flexible than before. With the introduction of an additional secondary slot, teams can tailor the header to better fit their application needs. + +We’ve also updated the documentation to showcase all available configuration options, including: + +- Displaying a user avatar +- Using a secondary slot +- Enabling the borderless variant +- Showing an app icon +- Adding a sub-label to the app name + +These enhancements come as additions to the existing header component, giving teams more options without disrupting current implementation. + +# Elevation principle + + + +Elevation helps create depth in the user interface. A simple elevation principle makes it easier for users to understand which elements sit above others, improving both hierarchy and interactivity. + +With this major release, we are reducing the use of semi-transparent colors in favor of solid tones. This change improves visual separation between layers and aligns with our goal of a consistent design language. + +The new colors are applied automatically when migrating to this version. Therefore, we recommend teams visually review their interfaces. To support this, our migration guide includes an overview where switching to outline variants is needed for good layer separation. + +# Angular 20 + + + +This release brings full compatibility with Angular 20 and up, helping teams keep their projects aligned with the latest framework improvements. + +To reflect this, the Angular specific peer dependencies have been updated to require at least version 20. Projects using this package will need to upgrade to Angular 20 or higher before migrating to the latest version of iX. See more in the [migration guide](/docs/home/migration/4_0_0). + +# AG Grid update + + + +We are now publishing a separate Figma library based on the [official AG Grid design system](https://www.figma.com/community/file/1360600846643230092) styled with the iX theme. This gives designers direct access to AG Grid’s native components and layout logic. Developers benefit from AG Grid’s new [theming API](https://blog.ag-grid.com/introducing-our-new-theming-api/), which makes styling grids easier and more flexible. Together, this change makes design and development faster, clearer, and better aligned. + +# New section within UX writing guidelines: Formatting + +We’ve just released a brand-new section in our [UX writing guidelines](/docs/guidelines/language/writing-style-guide-getting-started), designed to bring clarity, consistency, and user-friendliness to some of the most commonly used — and often overlooked — elements in digital communication. This update covers: + +- Addresses +- Dates +- Measurements and units +- Money and currency +- Names and titles +- Numbers and percentages +- Software versions +- Time and time zones + +# Any questions or feedback? + +Please reach out to us at [team.ix.industry@siemens.com](mailto:team.ix.industry@siemens.com) and tell us about your migration experience. +If you encounter any issues, we are here to support you every step of the way. + +We greatly appreciate your contributions. \ No newline at end of file diff --git a/docs/components/overview.md b/docs/components/overview.md index 364eea84..13ce8f09 100644 --- a/docs/components/overview.md +++ b/docs/components/overview.md @@ -97,7 +97,7 @@ import { CategoryButton } from '@site/src/components/CategoryButton'; | [Card list](./card-list/index.mdx) | Card lists display a large number of cards or items of the same type in a lightweight, grouped manner. | | [Flip](./flip/index.mdx) | Flips are containers that flip when clicked to reveal additional content. | | [Event list](./event-list/index.mdx) | Event lists display a list of any type of element with additional details. | -| [Drawer](legacy/drawer/index.mdx) | Drawers are containers that open on the click of a button to show additional content. | +| [Drawer](legacy/drawer/index.mdx) | Drawers are containers that open on the click of a button to show additional content. | | [Layout auto](./layout-auto/index.mdx) | Auto-layouts are containers that automatically adjust the size of their columns based on the content. | | [Layout grid](./layout-grid/index.mdx) | Layout grids are used to structure the layout of a page or screen responsively. | | [Modal](./modal/index.mdx) | Modals present information prominently and are useful for gathering essential user input without navigating to another page. | diff --git a/docs/home/migration/4_0_0/index.md b/docs/home/migration/4_0_0/index.md index 95d74c67..195b77d3 100644 --- a/docs/home/migration/4_0_0/index.md +++ b/docs/home/migration/4_0_0/index.md @@ -1,51 +1,69 @@ --- sidebar_position: 0 -sidebar_title: Upgrade to v4 -title: Upgrade to v4 +sidebar_title: Upgrade to V4 +title: Upgrade to V4 doc-type: banner -description: Welcome to the migration guide for upgrading from Siemens Industrial Experience design system v3 to v4. This guide introduces all major changes. +description: Welcome to the migration guide for upgrading from Siemens Industrial Experience design system V3 to V4. This guide supports you through all the major changes. --- -# Upgrade to v4.0.0 + +# Upgrade to V4.0.0 ## TL;DR -- We renamed the [button variants](#ix-button) to better reflect their usage. -- Map and basic navigation have been removed in favor of the [application](../../../components/application/guide.md) component. -- Drawer has been deprecated in favor of [panes](../../../components/panes/index.mdx). -## Icons renamed or removed +- We upgraded to [Angular 20](#angular-20). +- We renamed the [button variants](#ix-button-variants) to better reflect their usage. +- Map and basic navigation have been removed in favor of the [application](#removed-basic-navigation-and-map-navigation) component. +- Drawer has been [deprecated](#drawer) in favor of [panes](/docs/components/panes/guide). +- We made changes to the [elevation principle](#updated-elevation-principle) which means teams need to check whether their components need an outline. + +## Updated dependencies + +### Angular 20 + +Important: Projects using `@siemens/ix-angular` must upgrade to Angular 20 or higher before updating to this version. Some APIs deprecated in previous Angular versions may have been removed; review the Angular 20 changelog for migration steps. Ensure all third-party Angular libraries are compatible with at least V20 to avoid runtime issues. + +## Renamed or removed icons -TO BE DONE +