v0.14.0-rc.0
Pre-release
Pre-release
·
4461 commits
to main
since this release
0.14.0-rc.0 (2021-02-18)
Bug Fixes
- Form: Adjust spacing and alignment to comply with fiori guidelines (#1299) (cae9c34)
- Form: correct alignment of FormItems (#1305) (0fb6f4c)
- ObjectPage: prevent crash on re-mounting the component (#1304) (49dda59), closes #1300
- improve IE11 support for ObjectPage, DynamicPage and Grid (#1285) (6b5c536)
chore
- delete deprecated useI18nText hook (#1303) (0ab483f)
- deprecate Internet Explorer 11 (#1252) (0e02486)
- drop support for Edge Legacy (#1196) (8aff48c)
- release npm lib files as ES6 (#1284) (44fd091)
Code Refactoring
- cra-template-seed: simplify coding and development setup, update dependencies (#1275) (18dc286)
- ThemeProvider: flatten ThemeProviderContext (#1147) (4a2e68f)
Features
- publish wrapper only components (#1250) (b8d28c7)
- update wrapper components to @ui5/web components 1.0.0-rc.12 (#1298) (c385a8d)
BREAKING CHANGES
- All UI5 Web Components Wrappers have been updated to
@ui5/webcomponents@1.0.0-rc.12, please check the release notes as well. - Page: Replaced custom component with
ui5-pageweb component. Please check our migration guide for more details. - Table: prop
hasMorehas been removed, usegrowinginstead - Table: prop
loadMoreTexthas been renamed tomoreText - Table: prop
loadMoreSubtexthas been renamed tomoreSubtext - Calendar: prop
selectedDateshas been removed, please set selected dates via theCalendarDatecomponent as child of theCalendar - Calendar: prop
selectionhas been renamed toselectionMode - Calendar: prop
timestamphas been removed - Slider: unused prop
childrenhas been removed useI18nTextis replaced byuseI18nBundle. For more details please consult our migration guide.- As
@ui5/webcomponents-reacthas now dropped support for IE11 and Edge Legacy, we are releasing ourlibfiles as ES6 code. If you need to run@ui5/webcomponents-reactin a browser that does not support ES6, please transpile your dependencies using e.g. babel. - ThemeProvider: The
ThemeProvidercontext is now simplified to provide only an object withThemingParameters, all other properties have been removed. For details on the migration check out our migration guide. - Internet Explorer 11 is now deprecated
- cra-template-seed: this template is not longer providing out-of-the-box support for IE11 and Edge (legacy)
- The Legacy Edge browser is no longer supported, therefore the following import has been removed:
import '@ui5/webcomponents-react-base/polyfill/Edge';