You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI5 Web Components for React used to have renderXYZ props for adding custom content into components, e.g. renderCustomHeader. The UI5 Web Components are using slots for achieving the same goal.
For providing a unified API, we should deprecate the renderMethods in 0.9 and remove them finally in 0.10.
Affected Components
AnalyticalTable: renderExtension
Bar: renderContentLeft, renderContentMiddle, renderContentRight
UI5 Web Components for React used to have
renderXYZ
props for adding custom content into components, e.g.renderCustomHeader
. The UI5 Web Components are using slots for achieving the same goal.For providing a unified API, we should deprecate the renderMethods in
0.9
and remove them finally in0.10
.Affected Components
renderExtension
renderContentLeft
,renderContentMiddle
,renderContentRight
renderVariants
,renderSearch
renderHeaderContent
,renderBreadcrumbs
,renderKeyInfos
renderCustomHeader
,renderCustomFooter
The text was updated successfully, but these errors were encountered: