From 1ba63e7f9985e9a2a9be3366e2891fa8c1325151 Mon Sep 17 00:00:00 2001 From: ui5-webcomponents-react-bot Date: Tue, 19 May 2020 13:20:01 +0000 Subject: [PATCH] chore(release): publish v0.10.0-rc.0 skip-checks: true --- CHANGELOG.md | 57 ++++++++++++++++++++++++++++++++++++ lerna.json | 2 +- packages/base/CHANGELOG.md | 29 ++++++++++++++++++ packages/base/package.json | 2 +- packages/charts/CHANGELOG.md | 22 ++++++++++++++ packages/charts/package.json | 2 +- packages/main/CHANGELOG.md | 53 +++++++++++++++++++++++++++++++++ packages/main/package.json | 4 +-- 8 files changed, 166 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa122d17ba0..bcaf682ea69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,63 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.10.0-rc.0) (2020-05-19) + + +### Bug Fixes + +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) + + +### chore + +* **charts:** remove deprecated charts ([#510](https://github.com/SAP/ui5-webcomponents-react/issues/510)) ([0aafca0](https://github.com/SAP/ui5-webcomponents-react/commit/0aafca0b82877e472b89ffe601d17ef71dcd79d9)) +* consolidate APIs ([#514](https://github.com/SAP/ui5-webcomponents-react/issues/514)) ([bea48ae](https://github.com/SAP/ui5-webcomponents-react/commit/bea48aec79949bc7148f7d8ea7a7fbe72f573608)) +* **base:** remove deprecated components ([#508](https://github.com/SAP/ui5-webcomponents-react/issues/508)) ([781fe4e](https://github.com/SAP/ui5-webcomponents-react/commit/781fe4ebac7e10e431f8cd1925ec48ba941172e8)) +* **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)) + + +### Code Refactoring + +* **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)) + + +### BREAKING CHANGES + +* **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). +* **AnalyticalCard**: remove prop `width`, please use `style` or `className` instead +* **Text**: remove prop `width`, please use `style` or `className` instead +* **ProgressIndicator**: remove props `width` and `height`, please use `style` or `className` instead +* **FlexBox**: remove props `width` and `height`, please use `style` or `className` instead +* **base:** remove deprecated `Event` +* **base:** remove deprecated `font72` (comes with UI5 Web Components) +* **base:** remove deprecated `HSLColor` +* **base:** remove deprecated `Optional` (use JS optional-chaining instead) +* **base:** remove deprecated `Scroller` library +* **base:** remove deprecated `sap_fiori_3` theming parameters, use `ThemingParameters` instead +* **base:** remove polyfill of old event API +* **main:** **AnalyticalTable**: remove deprecated prop `renderExtension`, please use `extension` instead +* **main:** **Bar**: remove deprecated prop `renderContentLeft`, `renderContentMiddle`, `renderContentRight`, please use `contentLeft`, `contentMiddle`, `contentRight` instead +* **main:** **FormItem**: remove deprecated prop `labelText`, please use `label` instead +* **main:** **FilterBar**: remove deprecated prop `renderSearch`, `renderVariants`, please use `search`, `variants` instead +* **main:** **ObjectPage**: remove deprecated prop `renderHeaderContent`, `renderBreadcrumbs`, `renderKeyInfos`, please use `headerContent`, `breadcrumbs`, `keyInfos` instead +* **main:** **Page**: remove deprecated prop `renderCustomHeader`, `renderCustomFooter`, please use `customHeader`, `customFooter` instead +* **Grid:** remove prop `width`, width can now be set via `style` or `className` +* **Grid:** prop `vSpacing` accepts now a CSS height instead of a number in `rem` +* **Grid:** prop `hSpacing` accepts now a CSS width instead of a number in `rem` +* **Grid:** change prop `data-layout` (object) on child elements to `data-layout-span` and `data-layout-indent` + + + + + ## [0.9.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.4...v0.9.5) (2020-05-13) diff --git a/lerna.json b/lerna.json index 7a7073d54aa..3309cb0e6b1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.9.5", + "version": "0.10.0-rc.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 2b825a96188..29e2e81875f 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.10.0-rc.0) (2020-05-19) + + +### chore + +* **base:** remove deprecated components ([#508](https://github.com/SAP/ui5-webcomponents-react/issues/508)) ([781fe4e](https://github.com/SAP/ui5-webcomponents-react/commit/781fe4ebac7e10e431f8cd1925ec48ba941172e8)) +* **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)) + + +### BREAKING CHANGES + +* **base:** remove deprecated `Event` +* **base:** remove deprecated `font72` (comes with UI5 Web Components) +* **base:** remove deprecated `HSLColor` +* **base:** remove deprecated `Optional` (use JS optional-chaining instead) +* **base:** remove deprecated `Scroller` library +* **base:** remove deprecated `sap_fiori_3` theming parameters, use `ThemingParameters` instead +* **base:** remove polyfill of old event API +* **main:** **AnalyticalTable**: remove deprecated prop `renderExtension`, please use `extension` instead +* **main:** **Bar**: remove deprecated prop `renderContentLeft`, `renderContentMiddle`, `renderContentRight`, please use `contentLeft`, `contentMiddle`, `contentRight` instead +* **main:** **FormItem**: remove deprecated prop `labelText`, please use `label` instead +* **main:** **FilterBar**: remove deprecated prop `renderSearch`, `renderVariants`, please use `search`, `variants` instead +* **main:** **ObjectPage**: remove deprecated prop `renderHeaderContent`, `renderBreadcrumbs`, `renderKeyInfos`, please use `headerContent`, `breadcrumbs`, `keyInfos` instead +* **main:** **Page**: remove deprecated prop `renderCustomHeader`, `renderCustomFooter`, please use `customHeader`, `customFooter` instead + + + + + ## [0.9.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.3...v0.9.4) (2020-05-08) diff --git a/packages/base/package.json b/packages/base/package.json index 45effb37494..ca42f6434d1 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-base", - "version": "0.9.4", + "version": "0.10.0-rc.0", "description": "Base for ui5-webcomponents-react", "main": "index.cjs.js", "module": "index.esm.js", diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index cbd2fddf25b..80c96db7390 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.10.0-rc.0) (2020-05-19) + + +### Bug Fixes + +* **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)) +* **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)) + + +### chore + +* **charts:** remove deprecated charts ([#510](https://github.com/SAP/ui5-webcomponents-react/issues/510)) ([0aafca0](https://github.com/SAP/ui5-webcomponents-react/commit/0aafca0b82877e472b89ffe601d17ef71dcd79d9)) + + +### BREAKING CHANGES + +* **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). + + + + + ## [0.9.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.4...v0.9.5) (2020-05-13) diff --git a/packages/charts/package.json b/packages/charts/package.json index 774912274e3..2976751d15a 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-charts", - "version": "0.9.5", + "version": "0.10.0-rc.0", "description": "Charts for ui5-webcomponents-react", "main": "index.cjs.js", "module": "index.esm.js", diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 8e6b48161d7..635b5eba361 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -3,6 +3,59 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.10.0-rc.0) (2020-05-19) + + +### Bug Fixes + +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) + + +### chore + +* consolidate APIs ([#514](https://github.com/SAP/ui5-webcomponents-react/issues/514)) ([bea48ae](https://github.com/SAP/ui5-webcomponents-react/commit/bea48aec79949bc7148f7d8ea7a7fbe72f573608)) +* **base:** remove deprecated components ([#508](https://github.com/SAP/ui5-webcomponents-react/issues/508)) ([781fe4e](https://github.com/SAP/ui5-webcomponents-react/commit/781fe4ebac7e10e431f8cd1925ec48ba941172e8)) +* **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)) + + +### Code Refactoring + +* **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)) + + +### BREAKING CHANGES + +* **AnalyticalCard**: remove prop `width`, please use `style` or `className` instead +* **Text**: remove prop `width`, please use `style` or `className` instead +* **ProgressIndicator**: remove props `width` and `height`, please use `style` or `className` instead +* **FlexBox**: remove props `width` and `height`, please use `style` or `className` instead +* **base:** remove deprecated `Event` +* **base:** remove deprecated `font72` (comes with UI5 Web Components) +* **base:** remove deprecated `HSLColor` +* **base:** remove deprecated `Optional` (use JS optional-chaining instead) +* **base:** remove deprecated `Scroller` library +* **base:** remove deprecated `sap_fiori_3` theming parameters, use `ThemingParameters` instead +* **base:** remove polyfill of old event API +* **main:** **AnalyticalTable**: remove deprecated prop `renderExtension`, please use `extension` instead +* **main:** **Bar**: remove deprecated prop `renderContentLeft`, `renderContentMiddle`, `renderContentRight`, please use `contentLeft`, `contentMiddle`, `contentRight` instead +* **main:** **FormItem**: remove deprecated prop `labelText`, please use `label` instead +* **main:** **FilterBar**: remove deprecated prop `renderSearch`, `renderVariants`, please use `search`, `variants` instead +* **main:** **ObjectPage**: remove deprecated prop `renderHeaderContent`, `renderBreadcrumbs`, `renderKeyInfos`, please use `headerContent`, `breadcrumbs`, `keyInfos` instead +* **main:** **Page**: remove deprecated prop `renderCustomHeader`, `renderCustomFooter`, please use `customHeader`, `customFooter` instead +* **Grid:** remove prop `width`, width can now be set via `style` or `className` +* **Grid:** prop `vSpacing` accepts now a CSS height instead of a number in `rem` +* **Grid:** prop `hSpacing` accepts now a CSS width instead of a number in `rem` +* **Grid:** change prop `data-layout` (object) on child elements to `data-layout-span` and `data-layout-indent` + + + + + ## [0.9.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.4...v0.9.5) (2020-05-13) **Note:** Version bump only for package @ui5/webcomponents-react diff --git a/packages/main/package.json b/packages/main/package.json index d813aceeff4..b76b1d55659 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "0.9.5", + "version": "0.10.0-rc.0", "description": "React Wrapper for UI5 Web Components and additional components", "main": "index.cjs.js", "module": "index.esm.js", @@ -32,7 +32,7 @@ }, "dependencies": { "@babel/runtime": "7.9.6", - "@ui5/webcomponents-react-base": "^0.9.4", + "@ui5/webcomponents-react-base": "^0.10.0-rc.0", "lodash.debounce": "^4.0.8", "react-content-loader": "^5.0.4", "react-jss": "10.1.1",