Skip to content

Commit 9e6736e

Browse files
chore(release): publish v0.9.0-rc.9
skip-checks: true
1 parent 6b8daef commit 9e6736e

File tree

6 files changed

+146
-4
lines changed

6 files changed

+146
-4
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,56 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
656
# [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)
757

858

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.9.0-rc.8",
5+
"version": "0.9.0-rc.9",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
* **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)
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **AnalyticalTable:** replace `noSelectionColumn` prop with `selectionBehavior` enum
23+
* **Framework:** Replace Avatar Component with `Avatar` UI5 Web Component
24+
* **Framework:** Replace Carousel Component with `Carousel` UI5 Web Component
25+
* **Framework:** Replace SegmentedButton Component with `SegmentedButton` UI5 Web Component
26+
* **Framework:** Deleted SegmentedButtonItem, replaced by ToggleButton
27+
* **Framework:** Remove MessageToast Component, replaced by `Toast` UI5 Web Component
28+
* **Framework:** **ThemeProvider**: Remove prop `withToastContainer`
29+
* **Framework:** **AvatarSize**: Remove value `Custom`
30+
* **Framework:** **ButtonDesign**: Rename`Accept` to `Positive`
31+
* **Framework:** **ButtonDesign**: Rename`Reject` to `Negative`
32+
* **Framework:** **InputType**: Rename `Url` to `URL`
33+
* **Framework:** **CarouselArrowsPlacement**: Rename `PageIndicator` to `Navigation`
34+
* **Framework:** **BusyIndicator** : change default size of busy dots to `Medium`
35+
* **Framework:** **Icon** : `src` property is removed in favor of `name`
36+
* **Framework:** **MessageStrip** : replace icon property with icon slot to allow setting arbitrary content by the user
37+
* **Framework:** **MultiComboBox** : Does not longer accept `StandardListItem` as child, use `MultiComboBoxItem` instead
38+
* **Framework:** **ShellBar** : profile property is removed in favour of profile slot
39+
* **Framework:** **TabContainer** : `onItemSelect` event is renamed to `onTabSelect` and the item event parameter is renamed to tab.
40+
* **Framework:** **Card** : the property `subtitle` has been renamed to `subheading`
41+
* **Framework:** **TextArea** : the property `maxLength` has been renamed to `maxlength`
42+
* **Framework:** **ThemeProvider** : new prop `theme` is required for correct theming in addition to importing `import '@ui5/webcomponents-react/lib/ThemingSupport'`
43+
* **Framework:** configuring of compact size is removed, use the `ui5-content-density-compact` CSS class to apply compact size.
44+
45+
46+
47+
48+
649
# [0.9.0-rc.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.0-rc.4...v0.9.0-rc.5) (2020-03-25)
750

851

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-base",
3-
"version": "0.9.0-rc.5",
3+
"version": "0.9.0-rc.9",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

packages/main/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,55 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
13+
14+
### Features
15+
16+
* **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))
17+
* **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))
18+
* **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)
19+
* **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))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **AnalyticalTable:** replace `noSelectionColumn` prop with `selectionBehavior` enum
25+
* **AnalyticalTable:** column option `groupable` replaced by `disableGroupBy: boolean`
26+
* **AnalyticalTable:** column option `sortable` replaced by `disableSortBy: boolean`
27+
* **AnalyticalTable:** column option `filterable` replaced by `disableFilters: boolean`
28+
* **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}`
29+
* **Framework:** Replace Avatar Component with `Avatar` UI5 Web Component
30+
* **Framework:** Replace Carousel Component with `Carousel` UI5 Web Component
31+
* **Framework:** Replace SegmentedButton Component with `SegmentedButton` UI5 Web Component
32+
* **Framework:** Deleted SegmentedButtonItem, replaced by ToggleButton
33+
* **Framework:** Remove MessageToast Component, replaced by `Toast` UI5 Web Component
34+
* **Framework:** **ThemeProvider**: Remove prop `withToastContainer`
35+
* **Framework:** **AvatarSize**: Remove value `Custom`
36+
* **Framework:** **ButtonDesign**: Rename`Accept` to `Positive`
37+
* **Framework:** **ButtonDesign**: Rename`Reject` to `Negative`
38+
* **Framework:** **InputType**: Rename `Url` to `URL`
39+
* **Framework:** **CarouselArrowsPlacement**: Rename `PageIndicator` to `Navigation`
40+
* **Framework:** **BusyIndicator** : change default size of busy dots to `Medium`
41+
* **Framework:** **Icon** : `src` property is removed in favor of `name`
42+
* **Framework:** **MessageStrip** : replace icon property with icon slot to allow setting arbitrary content by the user
43+
* **Framework:** **MultiComboBox** : Does not longer accept `StandardListItem` as child, use `MultiComboBoxItem` instead
44+
* **Framework:** **ShellBar** : profile property is removed in favour of profile slot
45+
* **Framework:** **TabContainer** : `onItemSelect` event is renamed to `onTabSelect` and the item event parameter is renamed to tab.
46+
* **Framework:** **Card** : the property `subtitle` has been renamed to `subheading`
47+
* **Framework:** **TextArea** : the property `maxLength` has been renamed to `maxlength`
48+
* **Framework:** **ThemeProvider** : new prop `theme` is required for correct theming in addition to importing `import '@ui5/webcomponents-react/lib/ThemingSupport'`
49+
* **Framework:** configuring of compact size is removed, use the `ui5-content-density-compact` CSS class to apply compact size.
50+
51+
52+
53+
54+
655
# [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)
756

857

packages/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "0.9.0-rc.8",
3+
"version": "0.9.0-rc.9",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",
@@ -24,7 +24,7 @@
2424
"@ui5/webcomponents": "1.0.0-rc.6",
2525
"@ui5/webcomponents-fiori": "1.0.0-rc.6",
2626
"@ui5/webcomponents-icons": "1.0.0-rc.6",
27-
"@ui5/webcomponents-react-base": "^0.9.0-rc.5",
27+
"@ui5/webcomponents-react-base": "^0.9.0-rc.9",
2828
"lodash.debounce": "^4.0.8",
2929
"react-content-loader": "^5.0.2",
3030
"react-jss": "10.0.4",

0 commit comments

Comments
 (0)