Releases: UI5/webcomponents-react
Releases · UI5/webcomponents-react
v0.9.1
v0.9.0
0.9.0 (2020-04-30)
Features
- Upgraded to @ui5/webcomponents@1.0.0-rc.7
Breaking Changes
- For a detailed list of breaking changes, please see the list of releases or our Changelog starting from
0.8.6to0.9.0. - In order to help you migrating your application, we also prepared an Migration Guide
v0.9.0-rc.18
0.9.0-rc.18 (2020-04-29)
Bug Fixes
- AnalyticalTable: support RTL (#466) (a99b183), closes #460
- Charts - New: fix rendering of x and y axis ticks (#462) (e94b663)
- Charts - New: tooltip supports dark theme (#465) (e66ff58)
- ComposedChart: fix padding calculation for vertical layout (#464) (9347f16)
- MessageBox: enable closing with esc key (#463) (3377b75)
v0.9.0-rc.17
0.9.0-rc.17 (2020-04-28)
Bug Fixes
- AnalyticalTable: debounce resize handler (#454) (f1a5a6e)
- AnalyticalTable: fix passing styles object to AnalyticalTable (#449) (e3499ee)
- Bar: make slot props optional (#450) (5e490d8)
- charts: debounce recalculate size (#456) (d35f861)
- Charts - New: automatic reduction of label elements (#451) (3d3bab2)
- Charts - New: fix rules of hooks & consistent margin calculation (#459) (951fb3c)
v0.9.0-rc.16
0.9.0-rc.16 (2020-04-22)
Bug Fixes
- AnalyticalTable: fix multi-select checkbox (#445) (2ed6a98)
- AnalyticalTable: header should respect hAlign as well (#438) (79c9f3f)
- AnalyticalTable: remove ResizeObserver condition to avoid race conditions (#444) (830ab14)
- Charts: Add hcb and hcw support for charts. (#441) (a7ffcd6)
- withWebComponent: fix handling of react fragments as slots (#446) (66a8344)
Features
v0.9.0-rc.15
v0.9.0-rc.14
0.9.0-rc.14 (2020-04-10)
Bug Fixes
- Framework: fix sideEffect-full files in react production build (f5c02b1)
v0.9.0-rc.13
0.9.0-rc.13 (2020-04-09)
Bug Fixes
- AnalyticalTable: move ResizeObserver creation into effect to avoid blank tables on second mount (#420) (a237d51)
- VariantManagement: fix invalid hook calls (#421) (820d28d)
BREAKING CHANGES
- VariantManagement: rename prop
initialSelectedKeytoselectedKey
v0.9.0-rc.12
v0.9.0-rc.11
0.9.0-rc.11 (2020-04-09)
Bug Fixes
- AnalyticalTable: fix scrollbar issue on column reorder & initial horizontal scrolling (#413) (4665db7)
- Charts: separate size monitoring for height and width (#417) (a771fd3)
- Framework: fix side-effects in rollup build (#414) (b64fc5f)
- Grid: fix incorrect layout when rendered before Device was initialized (#418) (cb62961)
- ThemingSupport: don't load fiori_3 parameters twice (#416) (b5421a6)
Code Refactoring
BREAKING CHANGES
- withWebComponent: the dependencies
@ui5/webcomponents,@ui5/webcomponents-fioriand@ui5/webcomponents-iconsare nowpeerDependenciesand have to be installed next to@ui5/webcomponents-react