@spectrum-web-components/slider
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/slider@0.3.0...@spectrum-web-components/slider@0.3.1) (2019-11-27) | ||
### Bug Fixes | ||
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716)) | ||
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/slider@0.2.2...@spectrum-web-components/slider@0.3.0) (2019-11-19) | ||
@@ -8,0 +14,0 @@ |
@@ -205,3 +205,3 @@ /* | ||
max="${this.max}" | ||
aria-disabled=${this.disabled} | ||
aria-disabled=${this.disabled ? 'true' : 'false'} | ||
aria-label=${this.ariaLabel || this.label} | ||
@@ -208,0 +208,0 @@ aria-valuemin=${this.min} |
@@ -21,7 +21,9 @@ { | ||
], | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"type": "module", | ||
"files": [ | ||
"custom-elements.json", | ||
"/lib/", | ||
@@ -43,6 +45,6 @@ "/src/" | ||
"dependencies": { | ||
"@spectrum-web-components/shared": "^0.3.0", | ||
"@spectrum-web-components/shared": "^0.3.1", | ||
"tslib": "^1.10.0" | ||
}, | ||
"gitHead": "bfedd73cfc7ba9b30346ac5dd53013f7630648b0" | ||
"gitHead": "b81218bc84e60248f14a1aee7e58ade0030e52dc" | ||
} |
@@ -248,3 +248,3 @@ /* | ||
max="${this.max}" | ||
aria-disabled=${this.disabled} | ||
aria-disabled=${this.disabled ? 'true' : 'false'} | ||
aria-label=${this.ariaLabel || this.label} | ||
@@ -251,0 +251,0 @@ aria-valuemin=${this.min} |
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
162705
24
2378
Yes
294
60
82