@microsoft/fast-web-utilities
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.3.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-web-utilities@4.3.0...@microsoft/fast-web-utilities@4.3.1) (2019-09-09) | ||
### Bug Fixes | ||
* exit focus visible utility immediately with false value if DOM is unavailable ([#2223](https://github.com/Microsoft/fast-dna/issues/2223)) ([3fbd6c2](https://github.com/Microsoft/fast-dna/commit/3fbd6c2)) | ||
# [4.3.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-web-utilities@4.2.1...@microsoft/fast-web-utilities@4.3.0) (2019-08-22) | ||
@@ -8,0 +19,0 @@ |
@@ -19,4 +19,5 @@ import { canUseDOM } from "exenv-es6"; | ||
_canUseFocusVisible = false; | ||
return _canUseFocusVisible; | ||
} | ||
// Check to see if the document supports the focus-visible elemtn | ||
// Check to see if the document supports the focus-visible element | ||
const styleElement = document.createElement("style"); | ||
@@ -23,0 +24,0 @@ document.head.appendChild(styleElement); |
{ | ||
"name": "@microsoft/fast-web-utilities", | ||
"description": "FAST web utilities", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"sideEffects": false, | ||
@@ -85,3 +85,3 @@ "author": { | ||
}, | ||
"gitHead": "297ca017a1cb28c21ca671c9a9781b34c9fbd3d7" | ||
"gitHead": "b4063d2677cd99189f103d8e7588f69ac1758981" | ||
} |
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
37492
579