|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +# [2.7.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.6.0...v2.7.0) (2025-02-04) |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +- **AnalyticalTable - TypeScript:** fix incorrect `setFilter` type ([#6842](https://github.com/SAP/ui5-webcomponents-react/issues/6842)) ([4a21ffb](https://github.com/SAP/ui5-webcomponents-react/commit/4a21ffbb506489782066f43a9d9a231add59c4f2)) |
| 11 | +- **AnalyticalTable:** allow typing SPACE in custom cell content ([#6881](https://github.com/SAP/ui5-webcomponents-react/issues/6881)) ([35e1420](https://github.com/SAP/ui5-webcomponents-react/commit/35e142023b76c19813490a8b4cb288d630f54655)) |
| 12 | +- **AnalyticalTable:** apply correct column width when hiding columns ([#6848](https://github.com/SAP/ui5-webcomponents-react/issues/6848)) ([16e1803](https://github.com/SAP/ui5-webcomponents-react/commit/16e18034a742fe753a1520e94258f6d5e5921539)), closes [#5938](https://github.com/SAP/ui5-webcomponents-react/issues/5938) |
| 13 | +- **deps:** update dependency @tanstack/react-virtual to ~3.12.0 ([#6888](https://github.com/SAP/ui5-webcomponents-react/issues/6888)) ([87b27ff](https://github.com/SAP/ui5-webcomponents-react/commit/87b27fff4ce9b413afc9851c17c9aa8a204486d9)) |
| 14 | +- **deps:** update dependency @tanstack/react-virtual to v3.11.3 ([#6870](https://github.com/SAP/ui5-webcomponents-react/issues/6870)) ([a0d000a](https://github.com/SAP/ui5-webcomponents-react/commit/a0d000a3d16c24c4470230534b7a868b22c535e4)) |
| 15 | +- **deps:** update dependency recharts to v2.15.1 ([#6871](https://github.com/SAP/ui5-webcomponents-react/issues/6871)) ([4be074a](https://github.com/SAP/ui5-webcomponents-react/commit/4be074a7c8631836085512b853fca38badc63f93)) |
| 16 | +- **deps:** update ui5 web components to v2.6.3 (patch) ([#6878](https://github.com/SAP/ui5-webcomponents-react/issues/6878)) ([b678456](https://github.com/SAP/ui5-webcomponents-react/commit/b67845656f623ffee1c7842cc2d7a56654e995cd)) |
| 17 | +- **MessageItem:** enable details view if Link overflows ([#6859](https://github.com/SAP/ui5-webcomponents-react/issues/6859)) ([88e1398](https://github.com/SAP/ui5-webcomponents-react/commit/88e13984782deddebcf5869ef7333fcf78317fd7)), closes [#6857](https://github.com/SAP/ui5-webcomponents-react/issues/6857) |
| 18 | +- **ObjectPage:** fix scroll-to/selection behavior ([#6879](https://github.com/SAP/ui5-webcomponents-react/issues/6879)) ([2b658d8](https://github.com/SAP/ui5-webcomponents-react/commit/2b658d8e4e51ed0262964082606c9aa4d6ef6c57)), closes [#6798](https://github.com/SAP/ui5-webcomponents-react/issues/6798) |
| 19 | +- **SplitterLayout:** implement latest design specs ([#6885](https://github.com/SAP/ui5-webcomponents-react/issues/6885)) ([567a1b3](https://github.com/SAP/ui5-webcomponents-react/commit/567a1b30a19cf21376570889ddcb39318a426b88)) |
| 20 | +- **ThemingParameters:** update css vars ([#6823](https://github.com/SAP/ui5-webcomponents-react/issues/6823)) ([a2cc7bd](https://github.com/SAP/ui5-webcomponents-react/commit/a2cc7bd4cd4aa6bc7fcdf02db64c9130aef1b02b)) |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +- **cypress-commands:** support cypress v14 ([#6828](https://github.com/SAP/ui5-webcomponents-react/issues/6828)) ([cc7f950](https://github.com/SAP/ui5-webcomponents-react/commit/cc7f950beee4d74329bc077f773c941680cac0ea)) |
| 25 | +- **FlexBox:** introduce `gap` prop ([#6849](https://github.com/SAP/ui5-webcomponents-react/issues/6849)) ([10bf5ac](https://github.com/SAP/ui5-webcomponents-react/commit/10bf5ac076ba97143ad1257718e498b9b3da6445)), closes [#6832](https://github.com/SAP/ui5-webcomponents-react/issues/6832) |
| 26 | +- update to UI5 Web Components 2.7.0 ([#6890](https://github.com/SAP/ui5-webcomponents-react/issues/6890)) ([1b85eb3](https://github.com/SAP/ui5-webcomponents-react/commit/1b85eb3522a9bfc6d0fb6ae1e6e5237f95df7b56)) |
| 27 | + |
6 | 28 | # [2.6.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.5.0...v2.6.0) (2025-01-09)
|
7 | 29 |
|
8 | 30 | ### Bug Fixes
|
|
0 commit comments