@skyux/theme
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -0,1 +1,6 @@ | ||
# 3.3.1 (2018-11-29) | ||
- Fixed native HTML select fields to use the appropriate CSS style when control value is invalid. [#38](https://github.com/blackbaud/skyux-theme/pull/38) | ||
- Fixed `.sky-btn-tab` SCSS mixin to properly style the hover state for a selected, non-disabled tab. [#41](https://github.com/blackbaud/skyux-theme/pull/41) | ||
# 3.3.0 (2018-11-19) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@skyux/theme", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "SKY UX Theme", | ||
@@ -9,8 +9,9 @@ "main": "bundles/bundle.umd.js", | ||
"skyux": "skyux", | ||
"test": "npm run build:dev-bundle && skyux test", | ||
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library && npm run build", | ||
"test": "npm run build:dev-bundle && skyux test --coverage library --logFormat none", | ||
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library --logFormat none && skyux e2e --platform travis --logFormat none && npm run build", | ||
"build": "skyux build-public-library && node ./scripts/prepare-package.js", | ||
"build:ci": "npm run build", | ||
"build:dev-bundle": "npm run build && node ./scripts/dev-bundle.js", | ||
"start": "npm run build:dev-bundle && skyux serve" | ||
"start": "npm run build:dev-bundle && skyux serve", | ||
"visual": "npm run build:dev-bundle && skyux e2e" | ||
}, | ||
@@ -31,3 +32,4 @@ "keywords": [], | ||
"@blackbaud/skyux": "2.30.0", | ||
"@blackbaud/skyux-builder": "1.29.0" | ||
"@blackbaud/skyux-builder": "1.29.0", | ||
"@skyux-sdk/builder-plugin-skyux": "1.0.0-rc.5" | ||
}, | ||
@@ -34,0 +36,0 @@ "repository": { |
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
54455
1135
3