Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ui5/cra-template-webcomponents-react

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/cra-template-webcomponents-react - npm Package Compare versions

Comparing version 0.9.0-rc.15 to 0.9.0

27

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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">

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc