terra-slide-panel-manager
Advanced tools
Comparing version 5.56.0 to 5.57.0
@@ -5,2 +5,8 @@ # Changelog | ||
## 5.57.0 - (September 20, 2021) | ||
* Changed | ||
* Updated WDIO screenshots due to webpack-config-terra sass upgrade. | ||
* Updated WDIO snapshots due to terra-functional-testing v2 upgrade. | ||
## 5.56.0 - (July 21, 2021) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "terra-slide-panel-manager", | ||
"main": "lib/SlidePanelManager.js", | ||
"version": "5.56.0", | ||
"version": "5.57.0", | ||
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.", | ||
@@ -36,7 +36,7 @@ "repository": { | ||
"terra-content-container": "^3.0.0", | ||
"terra-slide-group": "^4.27.0", | ||
"terra-slide-panel": "^3.34.0" | ||
"terra-slide-group": "^4.28.0", | ||
"terra-slide-panel": "^3.35.0" | ||
}, | ||
"devDependencies": { | ||
"terra-collapsible-menu-view": "^6.55.0" | ||
"terra-collapsible-menu-view": "^6.56.0" | ||
}, | ||
@@ -51,8 +51,8 @@ "scripts": { | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && npx wdio", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio", | ||
"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": "ee1e980b77aff8a45de3a45c6076433034576baf" | ||
"gitHead": "1559b84fde9894dd5cd14c6ea2214138f7ebf178" | ||
} |
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
163947
Updatedterra-slide-group@^4.28.0
Updatedterra-slide-panel@^3.35.0