Releases: SAP/ui5-webcomponents-react
Releases · SAP/ui5-webcomponents-react
v1.11.0
1.11.0 (2023-03-14)
Bug Fixes
- charts: update peer dependencies (#4280) (ce5e0d5)
- MessageBox: adjust title style and level to latest Design specs (#4291) (5eb79b0), closes #4290
- MessageItem: correct style for
"None"
message icon, maketype
andchildren
optional (TypeScript) (#4314) (3119c4e) - SplitterLayout: use correct dimensions for vertical layout (#4284) (b22d649)
- Toolbar: always respect
numberOfAlwaysVisibleItems
(#4330) (7fb45b1)
Features
v1.10.0
v1.9.2
v1.9.1
v1.9.0
1.9.0 (2023-02-17)
Bug Fixes
- AnalyticalCard: fix
aria-label
announcing "undefined" (#4060) (0c77905) - AnalyticalTable: center align select checkboxes (#4132) (25c3f0a), closes #3732
- AnalyticalTable: fix column scaling with internal columns (#4150) (485293e)
- AnalyticalTable: fix expandable styles and key-event bubbling (#4141) (88e85dd)
- don't rely on
id
s when internally opening popovers (#4089) (91515ad), closes #4086 - FilterBar: fix selection behavior and styles (#4064) (a20c538)
- Form: remove FormGroup Title background (#4171) (be32597), closes #4151
- Menu - TypeScript: fix type for
opener
(#4097) (abdb67a) - Toolbar: always get correct state for overflow button (#4133) (5472404)
- VariantManagement: display tooltip of delete button (#4118) (a0d65bd)
- VariantManagement: return
variantItem
reference inonSaveManageViews
callback (#4149) (0702332) - VariantManagement: unbind click handler when disabled (#4159) (f9729a2)
Features
v1.8.1
v1.8.0
1.8.0 (2023-01-25)
Note
Updated to@ui5/webcomponents@~1.10.3
Please also check the UI5 Web Components Release notes for v1.10.0, v1.10.1, v1.10.2, and v1.10.3.
Bug Fixes
Features
- client components: add
use client
directive for client-only components (#4021) (074f902) - GlobalStyleClasses: add
inheritingSapScrollBar
class (#3990) (35cd7d5) - Modals: add Menu component (#4032) (3ffca22)
- ObjectPageSection & ObjectPageSubSection: add multiple props (#3946) (c81d2ba), closes #3924
- update to UI5 Web Components 1.10.3 (#3801) (2febd53)
v1.7.2
1.7.2 (2023-01-17)
Bug Fixes
- AnalyticalTable: allow customization of
maxWidth
inGrow
mode (#3941) (82a0dfb) - AnalyticalTable: calculate column width correctly when
columns
change (#3947) (dfa455a), closes #3878 - AnalyticalTable: reset
infiniteScrollThreshold
when tree data changes (#3981) (915bdd1), closes #3980 - DynamicPage: fix scroll issue for some content heights (#3942) (5f148f4), closes #3925
- FilterBar: don't fire bubbled up selection-change event of
Table
(#3935) (b42026f) - Grid: fix React key error (#3933) (8b437e8), closes #3915
- Toolbar: fire onClick on Space/Enter press, fix info bar colors (#3934) (96a6644), closes #3914
v1.7.1
v1.7.0
1.7.0 (2022-12-19)
Note
Updated to@ui5/webcomponents@~1.9.3
Please also check the UI5 Web Components Release notes for v1.9.3.
Bug Fixes
- AnalyticalTable - TypeScript: correct type for
onTableScroll
(#3839) (02ea1ed) - AnalyticalTable - TypeScript: fix
ref
type (#3815) (2337db1) - AnalyticalTable - TypeScript: fix
selectedFlatRows
type ofonRowSelect
event (#3817) (bb224ba) - charts: allow formatting y/x-axis ticks w/o changing measure formatter (#3803) (ad15be8), closes #3802
- FilterBar: fix alignment of table cells in dialog (#3829) (c8c834e)
- Grid: support
React.Fragment
as children (#3850) (beb032e) - make
children
ofFlexBox
,Grid
,ResponsiveGridLayout
andText
optional (#3851) (d20f986) - Modals - TypeScript: allow typing the container element (#3856) (780206a)