From f4c8ea1c86122a233d1fc2e3c1bd0fc4e9c7debc Mon Sep 17 00:00:00 2001 From: 1307-Dev Date: Fri, 22 May 2026 10:01:16 +0530 Subject: [PATCH 1/4] Added a compatibility matrix --- docs/home/releases/compatibility-v5.md | 52 ++++++++++++++++++++++++++ docs/home/releases/release-version.md | 2 + sidebars.ts | 1 + 3 files changed, 55 insertions(+) create mode 100644 docs/home/releases/compatibility-v5.md diff --git a/docs/home/releases/compatibility-v5.md b/docs/home/releases/compatibility-v5.md new file mode 100644 index 000000000..5ca2a14ec --- /dev/null +++ b/docs/home/releases/compatibility-v5.md @@ -0,0 +1,52 @@ +--- +title: Compatibility matrix +sidebar_label: Compatibility matrix +description: 'Compatibility matrix for Siemens Industrial Experience Version 5.' +--- + +# Compatibility matrix + +**Status:** Next · **Released:** ~ May 2026 + +## Required packages + +| Package | Version | +| --- | --- | +| `@siemens/ix` | 5.x | +| `@siemens/ix-icons` | ^3.2.0 | + +## Framework wrappers + +| Package | Version | Framework requirement | +| --- | --- | --- | +| `@siemens/ix-react` | 5.x | React ^18 \|\| ^19 | +| `@siemens/ix-angular` | 5.x | Angular >=20 | +| `@siemens/ix-vue` | 5.x | Vue >=3.2.45 | + +## Third-party integrations + +| Package | Version | Library requirement | +| --- | --- | --- | +| `@siemens/ix-aggrid` | 5.x | AG Grid ^33 | +| `@siemens/ix-echarts` | 3.x | ECharts ^5.3.3 | + +## Runtime + +| Requirement | Version | +| --- | --- | +| Node.js | 22.x | +| TypeScript | ~5.4 – ~5.8 | + +## Tested in CI + +These are the specific library versions used in the monorepo's test applications, validated through automated CI pipelines. + +| Framework / Library | Tested version | +| --- | --- | +| React | ^19.1.0 | +| Angular | ^20.x | +| Vue | ^3.4.34 | +| Next.js | ^16.1.7 | +| Ionic (React) | ^8.7.4 | +| AG Grid | ^33.1.1 | +| ECharts | ^5.5.1 | diff --git a/docs/home/releases/release-version.md b/docs/home/releases/release-version.md index 2b5fab136..ebdbdf4d8 100644 --- a/docs/home/releases/release-version.md +++ b/docs/home/releases/release-version.md @@ -50,3 +50,5 @@ We recommend always following the active release. When a version moves from the | V4.0.0 | Latest | November 2025 | ~ May 2026 | ~ November 2026 | | V3.0.0 | Maintenance | May 2025 | November 2025 | May 2026 | | V2.0.0 | End of Life | September 2023 | May 2025 | November 2025 | + +For detailed framework and dependency requirements per package, see the [Compatibility matrix](compatibility.md). diff --git a/sidebars.ts b/sidebars.ts index f7625bac0..7b8a85f4c 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -96,6 +96,7 @@ const sidebars: SidebarsConfig = { items: [ 'home/releases/roadmap', 'home/releases/release-version', + 'home/releases/compatibility-v5', { type: 'link', href: 'https://github.com/siemens/ix/releases', From 1177d59d4c02bd8bd3b0487b49cbece0e0a9c784 Mon Sep 17 00:00:00 2001 From: 1307-Dev Date: Fri, 22 May 2026 10:03:23 +0530 Subject: [PATCH 2/4] Added changes to release version page --- docs/home/releases/release-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/releases/release-version.md b/docs/home/releases/release-version.md index ebdbdf4d8..a7f848a7e 100644 --- a/docs/home/releases/release-version.md +++ b/docs/home/releases/release-version.md @@ -51,4 +51,4 @@ We recommend always following the active release. When a version moves from the | V3.0.0 | Maintenance | May 2025 | November 2025 | May 2026 | | V2.0.0 | End of Life | September 2023 | May 2025 | November 2025 | -For detailed framework and dependency requirements per package, see the [Compatibility matrix](compatibility.md). +For detailed framework and dependency requirements per package, see the [Compatibility matrix](compatibility-v5.md). From 2051ac8f4abd8d69513c5624147da32220c94fca Mon Sep 17 00:00:00 2001 From: Devdarsh Panth <156164395+1307-Dev@users.noreply.github.com> Date: Fri, 22 May 2026 10:14:56 +0530 Subject: [PATCH 3/4] Update docs/home/releases/compatibility-v5.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/home/releases/compatibility-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/releases/compatibility-v5.md b/docs/home/releases/compatibility-v5.md index 5ca2a14ec..e077e5eaa 100644 --- a/docs/home/releases/compatibility-v5.md +++ b/docs/home/releases/compatibility-v5.md @@ -39,7 +39,7 @@ description: 'Compatibility matrix for Siemens Industrial Experience Version 5.' ## Tested in CI -These are the specific library versions used in the monorepo's test applications, validated through automated CI pipelines. +We validate these library versions in the monorepo’s test applications using automated CI pipelines. | Framework / Library | Tested version | | --- | --- | From 645186e760c3f1bb2b5dea666f42fff9eeeae4ee Mon Sep 17 00:00:00 2001 From: Devdarsh Panth <156164395+1307-Dev@users.noreply.github.com> Date: Fri, 22 May 2026 10:16:15 +0530 Subject: [PATCH 4/4] Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/home/releases/release-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/releases/release-version.md b/docs/home/releases/release-version.md index 9eac7687c..2165a91f4 100644 --- a/docs/home/releases/release-version.md +++ b/docs/home/releases/release-version.md @@ -51,5 +51,5 @@ We recommend always following the active release. When a version moves from the | V4.0.0 | Maintenance | November 2025 | May 2026 | November 2026 | | V3.0.0 | End of life | May 2025 | November 2025 | May 2026 | | V2.0.0 | End of life | September 2023 | May 2025 | November 2025 | - +For detailed framework and dependency requirements per package, see the [compatibility matrix](compatibility-v5.md). For detailed framework and dependency requirements per package, see the [Compatibility matrix](compatibility-v5.md). \ No newline at end of file