@ui5/cra-template-webcomponents-react
Advanced tools
Comparing version 0.0.0-47d3f16 to 0.0.0-507d3cb
@@ -6,3 +6,3 @@ # Change Log | ||
# 0.0.0-47d3f16 (2020-07-23) | ||
# 0.0.0-507d3cb (2020-08-03) | ||
@@ -12,3 +12,3 @@ | ||
* **AnalyticalTable:** prevent horizontal overflow if last column is resizable ([#612](https://github.com/SAP/ui5-webcomponents-react/issues/612)) ([47d3f16](https://github.com/SAP/ui5-webcomponents-react/commit/47d3f16bc7adc3bc52ef51296b62f13610bba905)) | ||
* **FilterBar:** search field within dialog expands to available width ([#638](https://github.com/SAP/ui5-webcomponents-react/issues/638)) ([507d3cb](https://github.com/SAP/ui5-webcomponents-react/commit/507d3cb9276617d8d589be4fc8789d5e9e97f409)) | ||
@@ -19,2 +19,22 @@ | ||
# [0.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.10.0-rc.11...v0.10.0) (2020-07-30) | ||
### Features | ||
* update to [ui5-webcomponents 1.0.0-rc.8](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.8) ([#623](https://github.com/SAP/ui5-webcomponents-react/issues/623)) ([45bbc8c](https://github.com/SAP/ui5-webcomponents-react/commit/45bbc8cb8d9c43774ae44ff15e4026c67be434c3)) | ||
### BREAKING CHANGES | ||
* Deleted `Notification` component, replaced by `NotificationListItem` | ||
* Deleted `NotificationGroup` component, replaced by `NotificationGroupListItem` | ||
* **ProgressIndicator** replaced by UI5 Web Component with new API | ||
* **ShellBar**: `logo` is now accepting an `img` tag or the `Avatar` component. Passing a `string` with the URL to the image is not longer supported. | ||
* **TabContainer** will no longer automatically select the first tab, if no tab is selected. If you relied on this behaviour, you should now explicitly set the selected property on the first tab. | ||
## [0.9.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.3...v0.9.4) (2020-05-08) | ||
@@ -21,0 +41,0 @@ |
{ | ||
"name": "@ui5/cra-template-webcomponents-react", | ||
"version": "0.0.0-47d3f16", | ||
"version": "0.0.0-507d3cb", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "react", | ||
}, | ||
"gitHead": "47d3f16bc7adc3bc52ef51296b62f13610bba905" | ||
"gitHead": "507d3cb9276617d8d589be4fc8789d5e9e97f409" | ||
} |
{ | ||
"package": { | ||
"dependencies": { | ||
"@ui5/webcomponents": "1.0.0-rc.7", | ||
"@ui5/webcomponents-fiori": "1.0.0-rc.7", | ||
"@ui5/webcomponents-icons": "1.0.0-rc.7", | ||
"@ui5/webcomponents-react": "^0.9.4", | ||
"@ui5/webcomponents": "1.0.0-rc.8", | ||
"@ui5/webcomponents-fiori": "1.0.0-rc.8", | ||
"@ui5/webcomponents-icons": "1.0.0-rc.8", | ||
"@ui5/webcomponents-react": "^0.10.0", | ||
"@testing-library/react": "^9.3.2", | ||
@@ -9,0 +9,0 @@ "@testing-library/jest-dom": "^4.2.4", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52511