terra-toggle-button
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -7,2 +7,7 @@ Changelog | ||
1.7.0 - (September 5, 2017) | ||
------------------ | ||
### Changed | ||
* Update nightwatch tests and test scripts. | ||
1.6.0 - (August 31, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,7 +8,7 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-arrange | ^1.5.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^1.4.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.4.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.5.0 | ^15.4.2 | terra-icon | | ||
| terra-toggle | ^1.4.0 | ^15.4.2 | Toggle component that transitions content in and out. | | ||
| terra-arrange | ^1.6.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^2.0.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.5.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.6.0 | ^15.4.2 | terra-icon | | ||
| terra-toggle | ^1.5.0 | ^15.4.2 | Toggle component that transitions content in and out. | | ||
@@ -18,3 +18,3 @@ ## devDependencies | ||
|-|-|-|-| | ||
| terra-props-table | ^1.3.0 | ^15.4.2 | terra-props-table | | ||
| terra-props-table | ^1.4.0 | ^15.4.2 | terra-props-table | | ||
@@ -26,6 +26,6 @@ ## peerDependencies | ||
| react-dom | ^15.4.2 | ^15.6.1 | React package for working with the DOM. | | ||
| terra-arrange | ^1.5.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^1.4.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.4.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.5.0 | ^15.4.2 | terra-icon | | ||
| terra-toggle | ^1.4.0 | ^15.4.2 | Toggle component that transitions content in and out. | | ||
| terra-arrange | ^1.6.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^2.0.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.5.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.6.0 | ^15.4.2 | terra-icon | | ||
| terra-toggle | ^1.5.0 | ^15.4.2 | Toggle component that transitions content in and out. | |
{ | ||
"name": "terra-toggle-button", | ||
"main": "lib/ToggleButton.js", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Toggle button component that transitions content in and out with the click on a button.", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"devDependencies": { | ||
"terra-props-table": "^1.4.0" | ||
"terra-props-table": "^1.5.0" | ||
}, | ||
@@ -30,7 +30,7 @@ "peerDependencies": { | ||
"react-dom": "^15.4.2", | ||
"terra-arrange": "^1.6.0", | ||
"terra-base": "^2.0.0", | ||
"terra-button": "^1.5.0", | ||
"terra-icon": "^1.6.0", | ||
"terra-toggle": "^1.5.0" | ||
"terra-arrange": "^1.7.0", | ||
"terra-base": "^2.1.0", | ||
"terra-button": "^1.6.0", | ||
"terra-icon": "^1.7.0", | ||
"terra-toggle": "^1.6.0" | ||
}, | ||
@@ -40,7 +40,7 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^1.6.0", | ||
"terra-base": "^2.0.0", | ||
"terra-button": "^1.5.0", | ||
"terra-icon": "^1.6.0", | ||
"terra-toggle": "^1.5.0" | ||
"terra-arrange": "^1.7.0", | ||
"terra-base": "^2.1.0", | ||
"terra-button": "^1.6.0", | ||
"terra-icon": "^1.7.0", | ||
"terra-toggle": "^1.6.0" | ||
}, | ||
@@ -55,10 +55,6 @@ "scripts": { | ||
"props-table": "props-table ./src/ToggleButton.jsx --out-dir ./docs/props-table", | ||
"test": "npm run test:spec && npm run test:nightwatch-default", | ||
"test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", | ||
"test:all": "npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari", | ||
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-toggle-button node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js", | ||
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-toggle-button node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome", | ||
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-toggle-button node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox", | ||
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-toggle-button node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari" | ||
"test": "npm run test:jest && npm run test:nightwatch", | ||
"test:jest": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", | ||
"test:nightwatch": "$(cd ..; npm bin)/nightwatch -c ../../nightwatch.conf.js" | ||
} | ||
} |
28878
Updatedterra-arrange@^1.7.0
Updatedterra-base@^2.1.0
Updatedterra-button@^1.6.0
Updatedterra-icon@^1.7.0
Updatedterra-toggle@^1.6.0