@ui5/cra-template-webcomponents-react
Advanced tools
Comparing version 0.9.0-rc.15 to 0.9.0
@@ -6,2 +6,29 @@ # Change Log | ||
# [0.9.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.0.0...v0.9.0) (2020-04-30) | ||
**Note:** Version bump only for package @ui5/cra-template-webcomponents-react | ||
# [1.0.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.0-rc.18...v1.0.0) (2020-04-30) | ||
### Features | ||
* update to @ui5/webcomponents 1.0.0-rc.7 ([#468](https://github.com/SAP/ui5-webcomponents-react/issues/468)) ([3b14676](https://github.com/SAP/ui5-webcomponents-react/commit/3b14676100659f602e08e571c0a63b400b274c82)) | ||
### BREAKING CHANGES | ||
* *Carousel*: rename prop `cycling` to `cyclic` | ||
* *Carousel*: replace prop `itemsPerPage` with `itemsPerPageL`, `itemsPerPageM`, `itemsPerPageS` | ||
* *ThemeProvider*: remove `theme` prop as the UI5 Web Components are now provding all CSS Variables and we rely completely on the Web Components Theme | ||
* Delete `@ui5/webcomponents-react/lib/ThemingSupport` as it is not needed anymore | ||
# [0.9.0-rc.15](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.0-rc.14...v0.9.0-rc.15) (2020-04-16) | ||
@@ -8,0 +35,0 @@ |
{ | ||
"name": "@ui5/cra-template-webcomponents-react", | ||
"version": "0.9.0-rc.15", | ||
"version": "0.9.0", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "react", | ||
}, | ||
"gitHead": "93a2efb3a73d67b6fa7037145fc58d0cfd3460b0" | ||
"gitHead": "b21b1f08694cd4b0c9ea93d5dcbbf383fde6b04c" | ||
} |
{ | ||
"package": { | ||
"dependencies": { | ||
"@ui5/webcomponents": "1.0.0-rc.6", | ||
"@ui5/webcomponents-fiori": "1.0.0-rc.6", | ||
"@ui5/webcomponents-icons": "1.0.0-rc.6", | ||
"@ui5/webcomponents-react": "^0.9.0-rc.14", | ||
"@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.0", | ||
"@testing-library/react": "^9.3.2", | ||
@@ -9,0 +9,0 @@ "@testing-library/jest-dom": "^4.2.4", |
@@ -8,3 +8,3 @@ import { ThemeProvider } from '@ui5/webcomponents-react/lib/ThemeProvider'; | ||
return ( | ||
<ThemeProvider withToastContainer> | ||
<ThemeProvider> | ||
<div className="App"> | ||
@@ -11,0 +11,0 @@ <header className="App-header"> |
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
50658