terra-base
Advanced tools
Comparing version 1.0.0 to 1.1.0
Changelog | ||
========= | ||
Unreleased | ||
---------- | ||
1.1.0 - (July 18, 2017) | ||
------------------ | ||
### Changed | ||
* Converted component to use CSS modules | ||
* Converted SCSS variables to CSS custom properties for theming | ||
* Normalized CSS custom properties naming | ||
* Updated nightwatch test scripts | ||
### Removed | ||
* Removed nightwatch.config file | ||
1.0.0 - (June 28, 2017) | ||
------------------ | ||
Initial stable release |
{ | ||
"name": "terra-base", | ||
"main": "lib/Base.js", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "The base component sets minimal global styles for an application.", | ||
@@ -24,4 +24,3 @@ "repository": { | ||
"devDependencies": { | ||
"terra-props-table": "^1.0.0", | ||
"terra-toolkit": "^1.0.0" | ||
"terra-props-table": "^1.1.0" | ||
}, | ||
@@ -35,3 +34,3 @@ "peerDependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-i18n": "^1.0.0" | ||
"terra-i18n": "^1.1.0" | ||
}, | ||
@@ -49,7 +48,7 @@ "scripts": { | ||
"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-base node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js", | ||
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-base node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome", | ||
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-base node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox", | ||
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-base node ./node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari" | ||
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js", | ||
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome", | ||
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox", | ||
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari" | ||
} | ||
} |
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
24898
1
Updatedterra-i18n@^1.1.0