Releases: UI5/webcomponents-react
Releases · UI5/webcomponents-react
v0.17.3
v0.17.2
0.17.2 (2021-07-23)
Bug Fixes
- DynamicPageTitle: correct responsive positioning of nav and global actions (#1842) (df9749d)
- ObjectPage: make sure TabBar is always on top of content (#1857) (da61ab6)
- TabContainer: apply ObjectPage styles only in ObjectPage (#1861) (718eb72)
- Toolbar: always align items in the center (#1847) (535051e)
v0.17.1
0.17.1 (2021-07-16)
Bug Fixes
- cra-templates: always use latest version of ui5-webcomponents-react (#1829) (623dc51)
- DynamicPage: fix memory leaks when unmounted during resize (#1838) (9bc3722), closes #1835
- Form: don't crash when range detection returns null (#1837) (f75a5fa), closes #1835
- useResponsiveContentPadding: don't crash in Safari (#1836) (ea4cd60), closes #1835
Features
v0.17.0
0.17.0 (2021-07-15)
Bug Fixes
- ObjectPage & DynamicPage: active elements in
headerTitleare always interactive and won't expand the header (#1825) (1e1650d)
chore
Features
- charts: add
tooltipConfigprop to allow control of Tooltip (#1808) (e063144) - ObjectPage & DynamicPage: consolidates API of ObjectPage and DynamicPage (#1782)(58719ce)
BREAKING CHANGES
- Device: all
supportXYZmethods have been removed. Please consult our Migration Guide for alternatives - Device: the Media Range Set part of the Device has been cleaned up in order to support only one default range set. More details can be found in our Migration Guide
- Device: useViewportRange: the
rangeSetNameparameter has been removed without replacement - Device:
LoggerandLogLevelhave been removed. Check our Migration Guide for details - DynamicPageHeader:
childrenare no longer displayed asflexitems to support other display types likegrid. To align children you now need to add the container (likeFlexBox) and CSS yourself. - DynamicPageTitle:
subHeadinghas been renamed. Please usesubheadinginstead. - DynamicPage:
headerhas been renamed. Please useheaderContentinstead. - DynamicPage:
titlehas been renamed. Please useheaderTitleinstead. - ObjectPage:
titlehas been renamed toheaderTitleand is now defining the upper, static, title section of theObjectPage. It expects to receive theDynamicPageTitlecomponent. - ObjectPage:
noHeaderhas been removed. It is now sufficient not to setheaderTitleandheaderto achieve the same behavior. - ObjectPage:
title,subTitle,headerActions,breadcrumbsandkeyInfosshould now be passed to the correspondingDynamicPageTitleprops. - ObjectPageSection:
titleandtitleUppercasehas been renamed. Please useheadingandheadingUppercaseinstead. - ObjectPageSubSection:
titlehas been renamed. Please useheadinginstead. - getScrollBarWidth has been removed.
v0.16.6
v0.16.5
v0.16.4
0.16.4 (2021-06-14)
Bug Fixes
- DynamicPage: only render necessary elements (#1726) (6c2863e)
- FilterBar & AnalyticalTable: display subcomponents and filter items correctly in Safari (#1723) (929833d)
- refactor
sapUiResponsiveContentPaddingand add respective padding to ObjectPage content (#1699) (5fe3c18) - AnalyticalTable: Prevent crash when filtering with subcomponents and no row is returned (#1697) (a8989d5)
Features
v0.16.3
v0.16.2
0.16.2 (2021-06-02)
Bug Fixes
- AnalyticalTable: fix focus and keyboard navigation for cells and subcomponents (#1591) (11e1497)
- cra-template-seed: fix husky pre push hook (#1635) (b8af6ea)
- cra-templates: use latest UI5 Web Components for React version (#1666) (d0dc44e)
- enrichEventWithDetails: add generic return type (#1637) (48b4f64)
- Form: prevent crash when a single item within an array is passed as child (#1624) (874d3a8)