terra-slide-panel-manager
Advanced tools
Comparing version 5.32.0 to 5.33.0
@@ -7,2 +7,14 @@ Changelog | ||
5.33.0 - (April 28, 2020) | ||
------------------ | ||
### Added | ||
* Added `directory` as a sub attribute to the `repository` attribute in package.json | ||
### Changed | ||
* Regenerate wdio fusion screenshots due to bottom border style changes in terra-action-header. | ||
* Update wdio test configuration to use root wdio config | ||
### Removed | ||
* Removed "View Component Source Code" from docs in favour of source code badge | ||
5.32.0 - (April 22, 2020) | ||
@@ -12,2 +24,3 @@ ------------------ | ||
* Update docs to use MDX syntax | ||
* Update wdio test configuration to use root wdio config | ||
@@ -14,0 +27,0 @@ 5.31.0 - (April 6, 2020) |
{ | ||
"name": "terra-slide-panel-manager", | ||
"main": "lib/SlidePanelManager.js", | ||
"version": "5.32.0", | ||
"version": "5.33.0", | ||
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cerner/terra-framework.git" | ||
"url": "git+https://github.com/cerner/terra-framework.git", | ||
"directory": "packages/terra-slide-panel-manager" | ||
}, | ||
@@ -35,7 +36,7 @@ "keywords": [ | ||
"terra-content-container": "^3.0.0", | ||
"terra-slide-group": "^4.19.0", | ||
"terra-slide-panel": "^3.25.0" | ||
"terra-slide-group": "^4.20.0", | ||
"terra-slide-panel": "^3.26.0" | ||
}, | ||
"devDependencies": { | ||
"terra-collapsible-menu-view": "^6.31.0" | ||
"terra-collapsible-menu-view": "^6.32.0" | ||
}, | ||
@@ -48,10 +49,10 @@ "scripts": { | ||
"precompile": "rm -rf lib", | ||
"test": "npm run jest && npm run wdio", | ||
"test": "npm run lint && npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.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": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
"gitHead": "e13dc9d272524a7aa43d3be29c5e6d088e630c9c" | ||
"gitHead": "4e00d010848a84a8d9196943e2e3c02ad45ba6cf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
162735
37
2793
Updatedterra-slide-group@^4.20.0
Updatedterra-slide-panel@^3.26.0