@indoqa/ui-explorer
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,2 +0,6 @@ | ||
# v1.0.0 | TBA | ||
# v1.1.0 | 2019-03-27 | ||
* upgrade react-router@5.0.0 | ||
* minor library upgrades | ||
# v1.0.0 | 2019-03-15 | ||
* initial release |
@@ -706,3 +706,3 @@ 'use strict'; | ||
React.createElement(ContentPanel$1, null, | ||
React.createElement(reactRouter.Route, { exact: true, path: mountPath, render: function () { return (React.createElement(InnerContentPanel, { name: _this.getDescription(), uieTheme: uieTheme }, _this.renderOverviewPanel())); } }), | ||
React.createElement(reactRouter.Route, { exact: true, path: mountPath + "/", render: function () { return (React.createElement(InnerContentPanel, { name: _this.getDescription(), uieTheme: uieTheme }, _this.renderOverviewPanel())); } }), | ||
React.createElement(reactRouter.Route, { exact: true, path: mountPath + "/colors", render: function () { return (React.createElement(InnerContentPanel, { name: "Color Scheme", uieTheme: uieTheme }, | ||
@@ -709,0 +709,0 @@ React.createElement(ColorsPanel, { colors: colors }))); } }), |
@@ -702,3 +702,3 @@ import { Box, Flex, Grid, Row, Panel, withRenderer } from '@indoqa/style-system'; | ||
createElement(ContentPanel$1, null, | ||
createElement(Route, { exact: true, path: mountPath, render: function () { return (createElement(InnerContentPanel, { name: _this.getDescription(), uieTheme: uieTheme }, _this.renderOverviewPanel())); } }), | ||
createElement(Route, { exact: true, path: mountPath + "/", render: function () { return (createElement(InnerContentPanel, { name: _this.getDescription(), uieTheme: uieTheme }, _this.renderOverviewPanel())); } }), | ||
createElement(Route, { exact: true, path: mountPath + "/colors", render: function () { return (createElement(InnerContentPanel, { name: "Color Scheme", uieTheme: uieTheme }, | ||
@@ -705,0 +705,0 @@ createElement(ColorsPanel, { colors: colors }))); } }), |
{ | ||
"name": "@indoqa/ui-explorer", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", | ||
@@ -29,20 +29,19 @@ "description": "A React component to showcase isolated React components and an Indoqa Style-System based theme", | ||
"peerDependencies": { | ||
"@indoqa/style-system": ">=1.0.0-alpha.6", | ||
"fela": ">=10", | ||
"@indoqa/style-system": ">=1.0.0", | ||
"fela": ">=10.2.2", | ||
"react": ">=16", | ||
"react-fela": ">=10", | ||
"react-router": ">4", | ||
"react-router-dom": ">4" | ||
"react-fela": ">=10.2.2", | ||
"react-router": ">=5", | ||
"react-router-dom": ">=5" | ||
}, | ||
"dependencies": { | ||
"@indoqa/style-system": "^1.0.0", | ||
"deepmerge": "^2.2.1", | ||
"@indoqa/style-system": "^1.1.0", | ||
"fela": "^10.2.2", | ||
"react": "^16.8.2", | ||
"react": "^16.8.5", | ||
"react-fela": "^10.2.2", | ||
"react-router": "^4.3.1", | ||
"react-router-dom": "^4.3.1", | ||
"react-router": "^5.0.0", | ||
"react-router-dom": "^5.0.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "abc600a3d8fec1c7cb7a03b621c5d1118676c22a" | ||
"gitHead": "845bf9e609885b86ce902112b49a64449665b762" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
111396
13
0
+ Addedhoist-non-react-statics@3.3.2(transitive)
+ Addedreact-router@5.3.4(transitive)
+ Addedreact-router-dom@5.3.4(transitive)
- Removeddeepmerge@^2.2.1
- Removeddeepmerge@2.2.1(transitive)
- Removedhoist-non-react-statics@2.5.5(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedreact-router@4.3.1(transitive)
- Removedreact-router-dom@4.3.1(transitive)
- Removedwarning@4.0.3(transitive)
Updated@indoqa/style-system@^1.1.0
Updatedreact@^16.8.5
Updatedreact-router@^5.0.0
Updatedreact-router-dom@^5.0.0