diff --git a/CHANGELOG.md b/CHANGELOG.md index d580adfaf4c..84821b3d7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,46 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.7.0-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.7.0-rc.1...v0.7.0-rc.2) (2019-12-09) - - -### Bug Fixes - -* **AnalyticalTable:** fix wrong column order on consecutive column reorder events ([#233](https://github.com/SAP/ui5-webcomponents-react/issues/233)) ([f94a6ff](https://github.com/SAP/ui5-webcomponents-react/commit/f94a6ff)) -* **base:** Fix modernizr side effect ([5436bd4](https://github.com/SAP/ui5-webcomponents-react/commit/5436bd4)) - - -### Code Refactoring - -* **AnalyticalTable:** update react-table and replace grid with absolute layout ([#238](https://github.com/SAP/ui5-webcomponents-react/issues/238)) ([e9bc297](https://github.com/SAP/ui5-webcomponents-react/commit/e9bc297)) -* **ThemeProvider:** Remove custom Theme Injection ([#241](https://github.com/SAP/ui5-webcomponents-react/issues/241)) ([22729e2](https://github.com/SAP/ui5-webcomponents-react/commit/22729e2)) - - -### Features - -* **AnalyticalTable:** Add overscanCount prop ([#231](https://github.com/SAP/ui5-webcomponents-react/issues/231)) ([c939c32](https://github.com/SAP/ui5-webcomponents-react/commit/c939c32)) -* **AnalyticalTable:** Reordern columns with drag and drop ([#229](https://github.com/SAP/ui5-webcomponents-react/issues/229)) ([b208822](https://github.com/SAP/ui5-webcomponents-react/commit/b208822)) -* **AnalyticalTable:** Update react-table to 7.0.0-beta.20 ([#237](https://github.com/SAP/ui5-webcomponents-react/issues/237)) ([530917c](https://github.com/SAP/ui5-webcomponents-react/commit/530917c)) -* **WebComponents:** Update to v1.0.0-rc.5, add ProductSwitch Component ([#236](https://github.com/SAP/ui5-webcomponents-react/issues/236)) ([1a2c9b4](https://github.com/SAP/ui5-webcomponents-react/commit/1a2c9b4)) - - -### BREAKING CHANGES - -* **AnalyticalTable:** Update `react-table` to `7.0.0-rc.5` -* **ThemeProvider:** Removed prop `noInjectThemeProperties` as this is now handled by the UI5 Web Components -* **WebComponents:** Icon import paths changed from `@ui5/webcomponents/dist/icons/add.js` to `@ui5/webcomponents-icons/dist/icons/add.js`. -* **WebComponents:** **Icon**: prop `src` was renamed to `name` -* **WebComponents:** **Icon**: the `sap-icon://` prefix was removed -* **WebComponents:** **ShellBar** prop `icon` was renamed to `startButton` -* **WebComponents:** **ShellBarItem**: prop `src` was renamed to `name` -* **WebComponents:** **Card**: `avatar` prop now accepts a node instead of a string - -Please also check the [UI5 Web Components Release Notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.5). - - - - - # [0.7.0-rc.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.7.0-rc.0...v0.7.0-rc.1) (2019-11-19) diff --git a/lerna.json b/lerna.json index 652fa13aeb4..2c751ec802a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.7.0-rc.2", + "version": "0.7.0-rc.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 2d1494b10c8..225bb4de816 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -3,17 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.7.0-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.7.0-rc.1...v0.7.0-rc.2) (2019-12-09) - - -### Bug Fixes - -* **base:** Fix modernizr side effect ([5436bd4](https://github.com/SAP/ui5-webcomponents-react/commit/5436bd4)) - - - - - # [0.7.0-rc.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.7.0-rc.0...v0.7.0-rc.1) (2019-11-19) **Note:** Version bump only for package @ui5/webcomponents-react-base diff --git a/packages/base/package.json b/packages/base/package.json index 411448da5d5..a366fb04d82 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-base", - "version": "0.7.0-rc.2", + "version": "0.7.0-rc.1", "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 2a7550ed852..825a91d6556 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -3,14 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.7.0-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.7.0-rc.1...v0.7.0-rc.2) (2019-12-09) - -**Note:** Version bump only for package @ui5/webcomponents-react-charts - - - - - # [0.7.0-rc.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.7.0-rc.0...v0.7.0-rc.1) (2019-11-19) **Note:** Version bump only for package @ui5/webcomponents-react-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index 5aba3891196..2774d31d535 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-charts", - "version": "0.7.0-rc.2", + "version": "0.7.0-rc.1", "description": "Charts for ui5-webcomponents-react", "main": "index.cjs.js", "module": "index.esm.js", @@ -20,8 +20,8 @@ "postbuild": "rollup -c" }, "dependencies": { - "@ui5/webcomponents-react": "0.7.0-rc.2", - "@ui5/webcomponents-react-base": "0.7.0-rc.2", + "@ui5/webcomponents-react": "0.7.0-rc.1", + "@ui5/webcomponents-react-base": "0.7.0-rc.1", "chart.js": "^2.8.0", "chartjs-plugin-datalabels": "^0.6.0", "get-best-contrast-color": "^0.3.1", diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 81d5ea13fa8..3e02bc98175 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -3,45 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.7.0-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.7.0-rc.1...v0.7.0-rc.2) (2019-12-09) - - -### Bug Fixes - -* **AnalyticalTable:** fix wrong column order on consecutive column reorder events ([#233](https://github.com/SAP/ui5-webcomponents-react/issues/233)) ([f94a6ff](https://github.com/SAP/ui5-webcomponents-react/commit/f94a6ff)) - - -### Code Refactoring - -* **AnalyticalTable:** update react-table and replace grid with absolute layout ([#238](https://github.com/SAP/ui5-webcomponents-react/issues/238)) ([e9bc297](https://github.com/SAP/ui5-webcomponents-react/commit/e9bc297)) -* **ThemeProvider:** Remove custom Theme Injection ([#241](https://github.com/SAP/ui5-webcomponents-react/issues/241)) ([22729e2](https://github.com/SAP/ui5-webcomponents-react/commit/22729e2)) - - -### Features - -* **AnalyticalTable:** Add overscanCount prop ([#231](https://github.com/SAP/ui5-webcomponents-react/issues/231)) ([c939c32](https://github.com/SAP/ui5-webcomponents-react/commit/c939c32)) -* **AnalyticalTable:** Reordern columns with drag and drop ([#229](https://github.com/SAP/ui5-webcomponents-react/issues/229)) ([b208822](https://github.com/SAP/ui5-webcomponents-react/commit/b208822)) -* **AnalyticalTable:** Update react-table to 7.0.0-beta.20 ([#237](https://github.com/SAP/ui5-webcomponents-react/issues/237)) ([530917c](https://github.com/SAP/ui5-webcomponents-react/commit/530917c)) -* **WebComponents:** Update to v1.0.0-rc.5, add ProductSwitch Component ([#236](https://github.com/SAP/ui5-webcomponents-react/issues/236)) ([1a2c9b4](https://github.com/SAP/ui5-webcomponents-react/commit/1a2c9b4)) - - -### BREAKING CHANGES - -* **AnalyticalTable:** Update `react-table` to `7.0.0-rc.5` -* **ThemeProvider:** Removed prop `noInjectThemeProperties` as this is now handled by the UI5 Web Components -* **WebComponents:** Icon import paths changed from `@ui5/webcomponents/dist/icons/add.js` to `@ui5/webcomponents-icons/dist/icons/add.js`. -* **WebComponents:** **Icon**: prop `src` was renamed to `name` -* **WebComponents:** **Icon**: the `sap-icon://` prefix was removed -* **WebComponents:** **ShellBar** prop `icon` was renamed to `startButton` -* **WebComponents:** **ShellBarItem**: prop `src` was renamed to `name` -* **WebComponents:** **Card**: `avatar` prop now accepts a node instead of a string - -Please also check the [UI5 Web Components Release Notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.5). - - - - - # [0.7.0-rc.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.7.0-rc.0...v0.7.0-rc.1) (2019-11-19) diff --git a/packages/main/package.json b/packages/main/package.json index a92d751ae13..d1b7b3a6ecd 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "0.7.0-rc.2", + "version": "0.7.0-rc.1", "description": "React Wrapper for UI5 Web Components and additional components", "main": "index.cjs.js", "module": "index.esm.js", @@ -25,7 +25,7 @@ "@ui5/webcomponents": "1.0.0-rc.5", "@ui5/webcomponents-fiori": "^1.0.0-rc.5", "@ui5/webcomponents-icons": "^1.0.0-rc.5", - "@ui5/webcomponents-react-base": "0.7.0-rc.2", + "@ui5/webcomponents-react-base": "0.7.0-rc.1", "lodash.debounce": "^4.0.8", "react-content-loader": "^4.3.2", "react-jss": "10.0.0",