|
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.9.0-rc.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.0-rc.8...v0.9.0-rc.9) (2020-04-03) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* **AnalyticalTable:** fix tree-table selection, add selectionBehavior prop + enum ([#401](https://github.com/SAP/ui5-webcomponents-react/issues/401)) ([7aab047](https://github.com/SAP/ui5-webcomponents-react/commit/7aab047ba2b66f49be06cb92f068ac96950aff20)) |
| 12 | +* **useViewportRange:** don't update state after unmount ([#402](https://github.com/SAP/ui5-webcomponents-react/issues/402)) ([6b8daef](https://github.com/SAP/ui5-webcomponents-react/commit/6b8daef07adf446fe31167530ff7e68fdcaa45a2)) |
| 13 | + |
| 14 | + |
| 15 | +### Features |
| 16 | + |
| 17 | +* **AnalyticalTable:** add infiniteScroll and keyboard navigation for cells ([#397](https://github.com/SAP/ui5-webcomponents-react/issues/397)) ([c6b64ba](https://github.com/SAP/ui5-webcomponents-react/commit/c6b64ba2256f7e238d48e1dd72f244c24c96e396)) |
| 18 | +* **AnalyticalTable:** add possibility to clear sorting in column header ([#399](https://github.com/SAP/ui5-webcomponents-react/issues/399)) ([137da3f](https://github.com/SAP/ui5-webcomponents-react/commit/137da3fea2d390595afe18c13858166f2adc5461)) |
| 19 | +* **Framework:** update to ui5-webcomponents-rc.6 ([#392](https://github.com/SAP/ui5-webcomponents-react/issues/392)) ([84a3f90](https://github.com/SAP/ui5-webcomponents-react/commit/84a3f905f48e5ef12526a026b68a3c8faf4b5fe0)), closes [/github.com/SAP/ui5-webcomponents/blob/master/CHANGELOG.md#100-rc6-2020-03-27](https://github.com//github.com/SAP/ui5-webcomponents/blob/master/CHANGELOG.md/issues/100-rc6-2020-03-27) [#349](https://github.com/SAP/ui5-webcomponents-react/issues/349) |
| 20 | +* **ThemeProvider:** add global css classes ([#400](https://github.com/SAP/ui5-webcomponents-react/issues/400)) ([d0c811d](https://github.com/SAP/ui5-webcomponents-react/commit/d0c811d981dce2684776de19e90b3c31fec84636)) |
| 21 | + |
| 22 | + |
| 23 | +### BREAKING CHANGES |
| 24 | + |
| 25 | +* **AnalyticalTable:** replace `noSelectionColumn` prop with `selectionBehavior` enum |
| 26 | +* **AnalyticalTable:** column option `groupable` replaced by `disableGroupBy: boolean` |
| 27 | +* **AnalyticalTable:** column option `sortable` replaced by `disableSortBy: boolean` |
| 28 | +* **AnalyticalTable:** column option `filterable` replaced by `disableFilters: boolean` |
| 29 | +* **AnalyticalTable:** Enabling grouping, sorting or filtering on column level by e.g `disableGroupBy: false` will not overwrite the table overall setting in case e.g. `groupable={false}` |
| 30 | +* **Framework:** Replace Avatar Component with `Avatar` UI5 Web Component |
| 31 | +* **Framework:** Replace Carousel Component with `Carousel` UI5 Web Component |
| 32 | +* **Framework:** Replace SegmentedButton Component with `SegmentedButton` UI5 Web Component |
| 33 | +* **Framework:** Deleted SegmentedButtonItem, replaced by ToggleButton |
| 34 | +* **Framework:** Remove MessageToast Component, replaced by `Toast` UI5 Web Component |
| 35 | +* **Framework:** **ThemeProvider**: Remove prop `withToastContainer` |
| 36 | +* **Framework:** **AvatarSize**: Remove value `Custom` |
| 37 | +* **Framework:** **ButtonDesign**: Rename`Accept` to `Positive` |
| 38 | +* **Framework:** **ButtonDesign**: Rename`Reject` to `Negative` |
| 39 | +* **Framework:** **InputType**: Rename `Url` to `URL` |
| 40 | +* **Framework:** **CarouselArrowsPlacement**: Rename `PageIndicator` to `Navigation` |
| 41 | +* **Framework:** **BusyIndicator** : change default size of busy dots to `Medium` |
| 42 | +* **Framework:** **Icon** : `src` property is removed in favor of `name` |
| 43 | +* **Framework:** **MessageStrip** : replace icon property with icon slot to allow setting arbitrary content by the user |
| 44 | +* **Framework:** **MultiComboBox** : Does not longer accept `StandardListItem` as child, use `MultiComboBoxItem` instead |
| 45 | +* **Framework:** **ShellBar** : profile property is removed in favour of profile slot |
| 46 | +* **Framework:** **TabContainer** : `onItemSelect` event is renamed to `onTabSelect` and the item event parameter is renamed to tab. |
| 47 | +* **Framework:** **Card** : the property `subtitle` has been renamed to `subheading` |
| 48 | +* **Framework:** **TextArea** : the property `maxLength` has been renamed to `maxlength` |
| 49 | +* **Framework:** **ThemeProvider** : new prop `theme` is required for correct theming in addition to importing `import '@ui5/webcomponents-react/lib/ThemingSupport'` |
| 50 | +* **Framework:** configuring of compact size is removed, use the `ui5-content-density-compact` CSS class to apply compact size. |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
6 | 56 | # [0.9.0-rc.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.0-rc.7...v0.9.0-rc.8) (2020-04-01)
|
7 | 57 |
|
8 | 58 |
|
|
0 commit comments