Skip to content

Commit e624605

Browse files
chore(release): publish v2.8.0 [ci skip]
1 parent a20770a commit e624605

16 files changed

+78
-8
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.8.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.2...v2.8.0) (2025-03-05)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency @tanstack/react-virtual to v3.13.1 ([#6995](https://github.com/SAP/ui5-webcomponents-react/issues/6995)) ([1b51f0b](https://github.com/SAP/ui5-webcomponents-react/commit/1b51f0b16baf66c17da490e4a2b1e3c28b944c02))
11+
- **deps:** update dependency @tanstack/react-virtual to v3.13.2 ([#6998](https://github.com/SAP/ui5-webcomponents-react/issues/6998)) ([aee6c53](https://github.com/SAP/ui5-webcomponents-react/commit/aee6c53f3c8c43e5cc1e4bc77d02d61d45f1beb9))
12+
- **FilterBar:** disable "down" reorder btns on last row ([#7040](https://github.com/SAP/ui5-webcomponents-react/issues/7040)) ([a20770a](https://github.com/SAP/ui5-webcomponents-react/commit/a20770af948cb9fbbe7aa54658883f82569bbefb))
13+
- **Toolbar (compat):** exclude spacer from overflow popover ([#6962](https://github.com/SAP/ui5-webcomponents-react/issues/6962)) ([44bcdd7](https://github.com/SAP/ui5-webcomponents-react/commit/44bcdd7ce6c874df0bb334196b1f6634add5a6a9)), closes [#6933](https://github.com/SAP/ui5-webcomponents-react/issues/6933)
14+
- **Toolbar (compat):** remove `margin` from empty items ([#6952](https://github.com/SAP/ui5-webcomponents-react/issues/6952)) ([eac4baf](https://github.com/SAP/ui5-webcomponents-react/commit/eac4baf9b34ca8e8cae7df0fec2e4357ed969852))
15+
16+
### Features
17+
18+
- introduce AI package (`@ui5/webcomponents-ai-react`) ([#6928](https://github.com/SAP/ui5-webcomponents-react/issues/6928)) ([b6e1c8f](https://github.com/SAP/ui5-webcomponents-react/commit/b6e1c8f61d83bbde0d0cb7a2d40625ab15d32c06))
19+
- update to UI5 Web Components 2.8.0 ([#7035](https://github.com/SAP/ui5-webcomponents-react/issues/7035)) ([5a406c3](https://github.com/SAP/ui5-webcomponents-react/commit/5a406c31d5808ed41a99d47d3e07af21bb2a9262))
20+
621
## [2.7.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.1...v2.7.2) (2025-02-13)
722

823
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.7.2",
3+
"version": "2.8.0",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/ai/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.8.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.2...v2.8.0) (2025-03-05)
7+
8+
### Features
9+
10+
- introduce AI package (`@ui5/webcomponents-ai-react`) ([#6928](https://github.com/SAP/ui5-webcomponents-react/issues/6928)) ([b6e1c8f](https://github.com/SAP/ui5-webcomponents-react/commit/b6e1c8f61d83bbde0d0cb7a2d40625ab15d32c06))
11+
- update to UI5 Web Components 2.8.0 ([#7035](https://github.com/SAP/ui5-webcomponents-react/issues/7035)) ([5a406c3](https://github.com/SAP/ui5-webcomponents-react/commit/5a406c31d5808ed41a99d47d3e07af21bb2a9262))

packages/ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-ai-react",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "React wrapper for `@ui5/webcomponents-ai` web components.",
55
"type": "module",
66
"main": "dist/index.js",

packages/base/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.8.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.2...v2.8.0) (2025-03-05)
7+
8+
### Features
9+
10+
- update to UI5 Web Components 2.8.0 ([#7035](https://github.com/SAP/ui5-webcomponents-react/issues/7035)) ([5a406c3](https://github.com/SAP/ui5-webcomponents-react/commit/5a406c31d5808ed41a99d47d3e07af21bb2a9262))
11+
612
## [2.7.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.1...v2.7.2) (2025-02-13)
713

814
**Note:** Version bump only for package @ui5/webcomponents-react-base

packages/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-base",
3-
"version": "2.7.2",
3+
"version": "2.8.0",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/charts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.8.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.2...v2.8.0) (2025-03-05)
7+
8+
### Features
9+
10+
- update to UI5 Web Components 2.8.0 ([#7035](https://github.com/SAP/ui5-webcomponents-react/issues/7035)) ([5a406c3](https://github.com/SAP/ui5-webcomponents-react/commit/5a406c31d5808ed41a99d47d3e07af21bb2a9262))
11+
612
## [2.7.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.1...v2.7.2) (2025-02-13)
713

814
**Note:** Version bump only for package @ui5/webcomponents-react-charts

packages/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "2.7.2",
3+
"version": "2.8.0",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.8.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.2...v2.8.0) (2025-03-05)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-cli
9+
610
## [2.7.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.1...v2.7.2) (2025-02-13)
711

812
**Note:** Version bump only for package @ui5/webcomponents-react-cli

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CLI for UI5 Web Components for React",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "2.7.2",
6+
"version": "2.8.0",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

packages/compat/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.2...v2.8.0) (2025-03-05)
7+
8+
### Bug Fixes
9+
10+
- **Toolbar (compat):** exclude spacer from overflow popover ([#6962](https://github.com/SAP/ui5-webcomponents-react/issues/6962)) ([44bcdd7](https://github.com/SAP/ui5-webcomponents-react/commit/44bcdd7ce6c874df0bb334196b1f6634add5a6a9)), closes [#6933](https://github.com/SAP/ui5-webcomponents-react/issues/6933)
11+
- **Toolbar (compat):** remove `margin` from empty items ([#6952](https://github.com/SAP/ui5-webcomponents-react/issues/6952)) ([eac4baf](https://github.com/SAP/ui5-webcomponents-react/commit/eac4baf9b34ca8e8cae7df0fec2e4357ed969852))
12+
13+
### Features
14+
15+
- update to UI5 Web Components 2.8.0 ([#7035](https://github.com/SAP/ui5-webcomponents-react/issues/7035)) ([5a406c3](https://github.com/SAP/ui5-webcomponents-react/commit/5a406c31d5808ed41a99d47d3e07af21bb2a9262))
16+
617
## [2.7.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.1...v2.7.2) (2025-02-13)
718

819
**Note:** Version bump only for package @ui5/webcomponents-react-compat

packages/compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-compat",
3-
"version": "2.7.2",
3+
"version": "2.8.0",
44
"description": "React Wrapper for UI5 Web Components Compat package",
55
"type": "module",
66
"main": "dist/index.js",

packages/cypress-commands/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.8.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.2...v2.8.0) (2025-03-05)
7+
8+
### Features
9+
10+
- update to UI5 Web Components 2.8.0 ([#7035](https://github.com/SAP/ui5-webcomponents-react/issues/7035)) ([5a406c3](https://github.com/SAP/ui5-webcomponents-react/commit/5a406c31d5808ed41a99d47d3e07af21bb2a9262))
11+
612
## [2.7.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.1...v2.7.2) (2025-02-13)
713

814
**Note:** Version bump only for package @ui5/webcomponents-cypress-commands

packages/cypress-commands/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cypress Custom Commands and Queries for UI5 Web Components",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "2.7.2",
6+
"version": "2.8.0",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

packages/main/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.2...v2.8.0) (2025-03-05)
7+
8+
### Bug Fixes
9+
10+
- **FilterBar:** disable "down" reorder btns on last row ([#7040](https://github.com/SAP/ui5-webcomponents-react/issues/7040)) ([a20770a](https://github.com/SAP/ui5-webcomponents-react/commit/a20770af948cb9fbbe7aa54658883f82569bbefb))
11+
12+
### Features
13+
14+
- introduce AI package (`@ui5/webcomponents-ai-react`) ([#6928](https://github.com/SAP/ui5-webcomponents-react/issues/6928)) ([b6e1c8f](https://github.com/SAP/ui5-webcomponents-react/commit/b6e1c8f61d83bbde0d0cb7a2d40625ab15d32c06))
15+
- update to UI5 Web Components 2.8.0 ([#7035](https://github.com/SAP/ui5-webcomponents-react/issues/7035)) ([5a406c3](https://github.com/SAP/ui5-webcomponents-react/commit/5a406c31d5808ed41a99d47d3e07af21bb2a9262))
16+
617
## [2.7.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.7.1...v2.7.2) (2025-02-13)
718

819
### Bug Fixes

packages/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "2.7.2",
3+
"version": "2.8.0",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)