terra-responsive-element
Advanced tools
Comparing version 5.29.0 to 5.30.0
@@ -5,2 +5,9 @@ # Changelog | ||
## 5.30.0 - (April 6, 2021) | ||
* Changed | ||
* Removed unnecessary `wdio.conf.js` file | ||
* Upgrade tests to terra-functional-testing and WebDriverIO v6 | ||
* Updated Jest command | ||
## 5.29.0 - (March 2, 2021) | ||
@@ -15,3 +22,3 @@ | ||
* Fixed broken links in documentation. | ||
## 5.27.0 - (December 8, 2020) | ||
@@ -18,0 +25,0 @@ |
{ | ||
"name": "terra-responsive-element", | ||
"main": "lib/ResponsiveElement.js", | ||
"version": "5.29.0", | ||
"version": "5.30.0", | ||
"description": "The terra-responsive-element conditionally renders components based on viewport size", | ||
@@ -29,7 +29,7 @@ "repository": { | ||
"dependencies": { | ||
"@cerner/terra-docs": "^1.2.0", | ||
"@cerner/terra-docs": "^1.3.0", | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8", | ||
"resize-observer-polyfill": "^1.4.1", | ||
"terra-breakpoints": "^2.32.0" | ||
"terra-breakpoints": "^2.33.0" | ||
}, | ||
@@ -43,9 +43,9 @@ "scripts": { | ||
"test": "npm run lint && npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"wdio-default": "cd ../.. && npx wdio", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio", | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && terra wdio", | ||
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
"gitHead": "31a55a132a87238b1ca4616fdc4e3e16d80290bd" | ||
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61" | ||
} |
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
75474
31
784
Updated@cerner/terra-docs@^1.3.0
Updatedterra-breakpoints@^2.33.0