|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +# [0.10.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.10.0-rc.0) (2020-05-19) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* **AnalyticalTable:** don't crash if scrollTo methods are not defined ([#515](https://github.com/SAP/ui5-webcomponents-react/issues/515)) ([636d507](https://github.com/SAP/ui5-webcomponents-react/commit/636d50741deaebacd518f05c52ea4528dfce99fa)) |
| 12 | +* **AnalyticalTable:** enable minWidth/maxWidth column option, disable dragging while resizing ([#518](https://github.com/SAP/ui5-webcomponents-react/issues/518)) ([0b59899](https://github.com/SAP/ui5-webcomponents-react/commit/0b59899efe4d6c59c5c4774a4b4d463d394136a0)) |
| 13 | +* **AnalyticalTable:** prevent overflow y on parent container ([#521](https://github.com/SAP/ui5-webcomponents-react/issues/521)) ([c8e98ff](https://github.com/SAP/ui5-webcomponents-react/commit/c8e98ff56055b10d0d6b9d5fc45d1bcfdd2867a5)) |
| 14 | +* **AnalyticalTable:** remove deprecated AnalyticalTableScrollMode smart ([#526](https://github.com/SAP/ui5-webcomponents-react/issues/526)) ([64f7e64](https://github.com/SAP/ui5-webcomponents-react/commit/64f7e6481a7a6164bce8973e8c3337cc52b45831)) |
| 15 | +* **AnalyticalTable:** use 100% of the parent height ([#512](https://github.com/SAP/ui5-webcomponents-react/issues/512)) ([e033f85](https://github.com/SAP/ui5-webcomponents-react/commit/e033f85ae73289b89b6ffe2354da7e44d672df2c)) |
| 16 | +* **Charts:** fix onDataPointClick event not firing or firing for wrong segment on Donut/PieChart ([#524](https://github.com/SAP/ui5-webcomponents-react/issues/524)) ([c68b162](https://github.com/SAP/ui5-webcomponents-react/commit/c68b16241f70b2d17ce8a570dec9c1fb9e297528)) |
| 17 | +* **ObjectPage:** make anchor bar more resilient ([#522](https://github.com/SAP/ui5-webcomponents-react/issues/522)) ([a6adefc](https://github.com/SAP/ui5-webcomponents-react/commit/a6adefc47040ca5167a586f939cfac54e16c6579)) |
| 18 | +* **Pie/DonutChart:** respect measure formatter and custom data label ([#525](https://github.com/SAP/ui5-webcomponents-react/issues/525)) ([e49eddc](https://github.com/SAP/ui5-webcomponents-react/commit/e49eddc4761661f59e4b7850d36b44dfc104e732)) |
| 19 | + |
| 20 | + |
| 21 | +### chore |
| 22 | + |
| 23 | +* **charts:** remove deprecated charts ([#510](https://github.com/SAP/ui5-webcomponents-react/issues/510)) ([0aafca0](https://github.com/SAP/ui5-webcomponents-react/commit/0aafca0b82877e472b89ffe601d17ef71dcd79d9)) |
| 24 | +* consolidate APIs ([#514](https://github.com/SAP/ui5-webcomponents-react/issues/514)) ([bea48ae](https://github.com/SAP/ui5-webcomponents-react/commit/bea48aec79949bc7148f7d8ea7a7fbe72f573608)) |
| 25 | +* **base:** remove deprecated components ([#508](https://github.com/SAP/ui5-webcomponents-react/issues/508)) ([781fe4e](https://github.com/SAP/ui5-webcomponents-react/commit/781fe4ebac7e10e431f8cd1925ec48ba941172e8)) |
| 26 | +* **main:** remove deprecated render methods ([#511](https://github.com/SAP/ui5-webcomponents-react/issues/511)) ([030473c](https://github.com/SAP/ui5-webcomponents-react/commit/030473c9a38d2bcaa3069925c9efd5ec75d0f909)) |
| 27 | + |
| 28 | + |
| 29 | +### Code Refactoring |
| 30 | + |
| 31 | +* **Grid:** use CSS Grid layout ([#504](https://github.com/SAP/ui5-webcomponents-react/issues/504)) ([fcc449a](https://github.com/SAP/ui5-webcomponents-react/commit/fcc449a9682952c697a1e13c82cce19cd4070f5f)) |
| 32 | + |
| 33 | + |
| 34 | +### BREAKING CHANGES |
| 35 | + |
| 36 | +* **charts:** replace deprecated charts with new implementation. In case your imports contain a `next` path segment, please remove this segment. Example: `import { BarChart } from '@ui5/webcomponents-react-charts/lib/next/BarChart';` becomes `import { BarChart } from '@ui5/webcomponents-react-charts/lib/BarChart';`. For further details please take a look into our [Migration Guide](https://github.com/SAP/ui5-webcomponents-react/blob/master/docs/MigrationGuide.md#095---charts-migration). |
| 37 | +* **AnalyticalCard**: remove prop `width`, please use `style` or `className` instead |
| 38 | +* **Text**: remove prop `width`, please use `style` or `className` instead |
| 39 | +* **ProgressIndicator**: remove props `width` and `height`, please use `style` or `className` instead |
| 40 | +* **FlexBox**: remove props `width` and `height`, please use `style` or `className` instead |
| 41 | +* **base:** remove deprecated `Event` |
| 42 | +* **base:** remove deprecated `font72` (comes with UI5 Web Components) |
| 43 | +* **base:** remove deprecated `HSLColor` |
| 44 | +* **base:** remove deprecated `Optional` (use JS optional-chaining instead) |
| 45 | +* **base:** remove deprecated `Scroller` library |
| 46 | +* **base:** remove deprecated `sap_fiori_3` theming parameters, use `ThemingParameters` instead |
| 47 | +* **base:** remove polyfill of old event API |
| 48 | +* **main:** **AnalyticalTable**: remove deprecated prop `renderExtension`, please use `extension` instead |
| 49 | +* **main:** **Bar**: remove deprecated prop `renderContentLeft`, `renderContentMiddle`, `renderContentRight`, please use `contentLeft`, `contentMiddle`, `contentRight` instead |
| 50 | +* **main:** **FormItem**: remove deprecated prop `labelText`, please use `label` instead |
| 51 | +* **main:** **FilterBar**: remove deprecated prop `renderSearch`, `renderVariants`, please use `search`, `variants` instead |
| 52 | +* **main:** **ObjectPage**: remove deprecated prop `renderHeaderContent`, `renderBreadcrumbs`, `renderKeyInfos`, please use `headerContent`, `breadcrumbs`, `keyInfos` instead |
| 53 | +* **main:** **Page**: remove deprecated prop `renderCustomHeader`, `renderCustomFooter`, please use `customHeader`, `customFooter` instead |
| 54 | +* **Grid:** remove prop `width`, width can now be set via `style` or `className` |
| 55 | +* **Grid:** prop `vSpacing` accepts now a CSS height instead of a number in `rem` |
| 56 | +* **Grid:** prop `hSpacing` accepts now a CSS width instead of a number in `rem` |
| 57 | +* **Grid:** change prop `data-layout` (object) on child elements to `data-layout-span` and `data-layout-indent` |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
6 | 63 | ## [0.9.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.4...v0.9.5) (2020-05-13)
|
7 | 64 |
|
8 | 65 |
|
|
0 commit comments