terra-action-footer
Advanced tools
Comparing version 2.58.0 to 2.59.0
@@ -5,2 +5,9 @@ # Changelog | ||
## 2.59.0 - (April 6, 2021) | ||
* Changed | ||
* Upgrade tests to terra-functional-testing and WebDriverIO v6 | ||
* Removed unnecessary `wdio.conf.js` file | ||
* Updated Jest command | ||
## 2.58.0 - (February 2, 2021) | ||
@@ -15,3 +22,3 @@ | ||
* Fixed broken links in documentation. | ||
## 2.56.0 - (December 8, 2020) | ||
@@ -18,0 +25,0 @@ |
{ | ||
"name": "terra-action-footer", | ||
"main": "lib/ActionFooter.js", | ||
"version": "2.58.0", | ||
"version": "2.59.0", | ||
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.", | ||
@@ -31,5 +31,5 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.53.0", | ||
"terra-hyperlink": "^2.45.0", | ||
"terra-spacer": "^3.52.0", | ||
"terra-button": "^3.54.0", | ||
"terra-hyperlink": "^2.46.0", | ||
"terra-spacer": "^3.53.0", | ||
"terra-theme-context": "^1.0.0" | ||
@@ -44,9 +44,9 @@ }, | ||
"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": "f34a76024b33d4b2f25492c5983f3b73a27c107e" | ||
"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
84843
79
1123
Updatedterra-button@^3.54.0
Updatedterra-hyperlink@^2.46.0
Updatedterra-spacer@^3.53.0