Releases: SAP/ui5-webcomponents-react
Releases · SAP/ui5-webcomponents-react
v2.5.0
2.5.0 (2024-12-09)
Bug Fixes
- AnalyticalTable: block interaction during loading (#6602) (de3c96d)
- AnalyticalTable: only show
BusyIndicator
if table has data (#6614) (36aa447) - AnalyticalTable: show vertical resizer while dragging (#6694) (0715e49)
- AnalyticalTable: update column header icons to align with latest specs (#6593) (b5859ed)
- cli: improve description for events & outline experimental components (#6625) (799e0dc)
- deps: update dependency @tanstack/react-virtual to ~3.11.0 (#6702) (2d9dbe4)
- deps: update dependency @tanstack/react-virtual to v3.10.9 (#6605) (4f76c5d)
- deps: update dependency recharts to v2.14.1 (#6684) (4ce15b0)
- deps: update nextjs monorepo to v15 (major) (#6538) (6ca32ce)
- MessageViewButton: add default tooltip & aria-label (#6595) (d924cbf), closes #6594
- NavigationLayout: add root export (#6657) (6954d95)
- ObjectPage: fix selection & header scroll behavior (#6663) (62eb7e0), closes #6600 #6648
- ObjectStatus: fix icon alignment in large & inverted mode (#6676) (7aebe5f), closes #6668
- Pie- & DonutChart: improve
activeSegment
handling & fix focus behavior (#6686) (d5b612d), closes #6683 - StyleStore: fix stale reference leading to memory leak (#6649) (4aaf4f9), closes #6646
- StyleStore: replace
useSyncExternalStore
shim withreact
import (#6650) (af15a8c) - VariantManagement: fix
hideApplyAutomatically
(#6624) (06a88f5), closes #6618 - VariantManagement: fix boolean prop handling (#6641) (69ed3e0), closes #6616
- VariantManagement: fix dirty-state and
readOnly
behavior (#6628) (fe389bc), closes #6622 #6617 - VariantManagement: support React 19 (#6639) (1b4c37d)
Features
v1.29.15
v1.29.14
v2.4.0
2.4.0 (2024-11-05)
Bug Fixes
- AnalyticalTable: remove unnecessary
aria-expanded
(#6587) (a74ffbc), closes #6516 - deps: update dependency recharts to v2.13.3 (#6582) (96096c7)
Features
- AnalyticalTable: allow passing custom header popovers (#6576) (03d973e)
- update @ui5/webcomponents to ~2.4.0 (#6585) (2a4049c)
Documentation
- MigrationGuide: correct spacing-variable name (#6588) (42e451a) by @mrCherry97
v2.3.3
2.3.3 (2024-10-31)
Bug Fixes
- AnalyticalTable - TypeScript: correct typing for
onRowClick
and accessor function (#6520) (c838d80), closes #6519, by @Jianrong-Yu - AnalyticalTable: calculate column width correctly when grouping (#6568) (1a5a024), closes #6534
- compat: use deep import paths for
main
imports (#6554) (d432c5e) - deps: update dependency recharts to v2.13.1 (#6482) (8d4b364), closes #6551
- deps: update dependency recharts to v2.13.2 (#6574) (fcd3ee2)
v2.3.2
v1.29.13
v2.3.1
v2.3.0
2.3.0 (2024-10-17)
Bug Fixes
- AnalyticalTable: border styles (#6506) (76b925b), closes #6477
- codemod: correctly replace
type
ofTableRow
(#6468) (659b432) - FilterBar: add tooltip for list-view SegmentedButtonItem (#6501) (5348750), closes #6496
- FilterBar: show FilterBar buttons if
hideToolbar
is active (#6464) (65d48a5), closes #6461 - ObjectPage: improve selection & scroll behavior (#6492) (2e09839), closes #6478
- ObjectPageSubSection: update styles to latest specs (#6494) (40a180a), closes #5850
- Ui5DomRef - TypeScript: update types (#6471) (464f2fd)
Features
v1.29.12
1.29.12 (2024-10-17)
Bug Fixes
- AnalyticalTable: offer limited support for
infiniteScroll
combined with a grouped table (#6431) (fc05ab6) - charts: prevent data points from being covered by
zoomingTool
(#6490) (e902c1a) - FilterBar: add tooltip for list-view SegmentedButtonItem (#6503) (44ecee8), closes #6496
- ObjectPage: improve selection & scroll behavior (#6492) (#6507) (be7444c), closes #6478
- ObjectPageSubSection: update styles to latest specs (#6502) (ce87a3b), closes #5850
- Text: only break words if text can wrap (#6432) (252c2ea), closes #6427