Skip to content

Commit 88c3725

Browse files
committed
Merge branch 'main' into feat/at-f2-nav
2 parents 8e1c001 + 8a8b79e commit 88c3725

File tree

88 files changed

+853
-921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+853
-921
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.13.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.0...v2.13.1) (2025-08-14)
7+
8+
### Bug Fixes
9+
10+
- **ObjectPage:** handle `scrollPaddingBlock` when `relatedTarget` is `null` ([#7631](https://github.com/SAP/ui5-webcomponents-react/issues/7631)) ([09d8d19](https://github.com/SAP/ui5-webcomponents-react/commit/09d8d192110c2c4cab851dee891e250dc4566b9b)), closes [#7570](https://github.com/SAP/ui5-webcomponents-react/issues/7570)
11+
- **SelectDialog:** add translation for selection announcement ([#7647](https://github.com/SAP/ui5-webcomponents-react/issues/7647)) ([29bc18f](https://github.com/SAP/ui5-webcomponents-react/commit/29bc18fa2deee9900247ba90258e6f1754b0639b))
12+
613
# [2.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.12.0...v2.13.0) (2025-08-05)
714

815
### Bug Fixes

docs/Patterns.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ import UXCIntegration from "./UXCIntegration.js"
66

77
# UXC Integration
88

9+
This code sample demonstrates full adherence to the UXC Product Consistency standards currently available within SAP. It serves as a comprehensive reference implementation, showcasing the integration of all mandatory and some optional UI elements and interaction patterns required for a consistent user experience across SAP products.
10+
11+
**Key features illustrated in this example include:**
12+
13+
- **Side Navigation**: An organized layout presenting a clear hierarchical structure.
14+
- **Shell Bar**: Incorporates all required elements, such as:
15+
- Side Navigation access
16+
- Branding element
17+
- ShellBar action help
18+
- User profile with access to the user menu
19+
- Optional components like notifications or settings
20+
- **ShellBar Search**: Provides search functionality fully aligned with SAP's usability guidelines.
21+
- **User Settings**: Offers personalization options for users to tailor their experience, such as theming and language preferences.
22+
- **Notification Experience**: Delivers real-time alerts and updates, complete with badge indicators and intuitive interaction patterns.
23+
24+
This example is ideal for developers and designers looking to align their applications with SAP's UXC standards, ensuring consistency, usability, and compliance across the SAP ecosystem.
25+
926
<UXCIntegration/>
1027

1128
<Footer/>

examples/nextjs-app/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@ui5/webcomponents": "2.13.2",
1313
"@ui5/webcomponents-base": "2.13.2",
1414
"@ui5/webcomponents-fiori": "2.13.2",
15-
"@ui5/webcomponents-react": "2.13.0",
16-
"@types/node": "22.17.1",
17-
"@types/react": "19.1.9",
15+
"@ui5/webcomponents-react": "2.13.1",
16+
"@types/node": "22.17.2",
17+
"@types/react": "19.1.10",
1818
"@types/react-dom": "19.1.7",
1919
"eslint": "9.33.0",
2020
"eslint-config-next": "15.4.6",

examples/nextjs-pages/package-lock.json

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@ui5/webcomponents": "2.13.2",
1313
"@ui5/webcomponents-base": "2.13.2",
1414
"@ui5/webcomponents-fiori": "2.13.2",
15-
"@ui5/webcomponents-react": "2.13.0",
16-
"@types/node": "22.17.1",
17-
"@types/react": "19.1.9",
15+
"@ui5/webcomponents-react": "2.13.1",
16+
"@types/node": "22.17.2",
17+
"@types/react": "19.1.10",
1818
"@types/react-dom": "19.1.7",
1919
"eslint": "9.33.0",
2020
"eslint-config-next": "15.4.6",

0 commit comments

Comments
 (0)