terra-markdown
Advanced tools
Comparing version 2.39.0 to 2.40.0
@@ -7,2 +7,7 @@ Changelog | ||
2.40.0 - (June 9, 2020) | ||
------------------ | ||
### Changed | ||
* Update wdio test configuration to use root wdio config | ||
2.39.0 - (April 28, 2020) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -88,5 +88,5 @@ "use strict"; | ||
dangerouslySetInnerHTML: { | ||
__html: (0, _marked.default)(props.src, _objectSpread({}, props.baseUrl && { | ||
__html: (0, _marked.default)(props.src, _objectSpread(_objectSpread({}, props.baseUrl && { | ||
baseUrl: props.baseUrl | ||
}, {}, props.hasHeadingAnchors && { | ||
}), props.hasHeadingAnchors && { | ||
renderer: renderer | ||
@@ -93,0 +93,0 @@ })) |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.39.0", | ||
"version": "2.40.0", | ||
"description": "React component to display the content of markdown files.", | ||
@@ -39,10 +39,10 @@ "repository": { | ||
"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": "5e0b4b9f28277197ff0dfba8ff6ba0e60ebd0672" | ||
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352" | ||
} |
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
86203
51
428