Releases: UI5/webcomponents-react
Releases · UI5/webcomponents-react
v0.14.1
v0.13.11
v0.14.0
0.14.0 (2021-02-18)
Updated @ui5/webcomponents to 1.0.0-rc.12.
Please also have a look at the release log of the underlying @ui5/webcomponents repository.
Stable Release of v0.14.0-rc.0
Bug Fixes
- fix tests in both create-react-app templates (c7df584)
v0.14.0-rc.0
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';
v0.13.10
0.13.10 (2021-02-18)
Bug Fixes
- Form: Adjust spacing and alignment to comply with fiori guidelines (#1299) (ce805c8)
- Form: correct alignment of FormItems (#1305) (08c640d)
- improve IE11 support for ObjectPage, DynamicPage and Grid (#1285) (756e999)
- ObjectPage: prevent crash on re-mounting the component (#1304) (412bfe9), closes #1300
BREAKING CHANGES
- FormGroup: prop
titleis now required.
v0.13.9
v0.13.8
v0.13.7
v0.13.6
v0.13.5
0.13.5 (2021-01-26)
Bug Fixes
- AnalyticalTable: remove unnecessary borders in column headers (#1218) (9da2247), closes #1197
- Web Components: allow conditional rendering in slots (#1217) (b9f50fe), closes #1213
- use correct peer dependency version of @ui5/webcomponents-base (63816fe)
- Device: use named export to prevent typescript error (#1200) (2862abf)