@spectrum-web-components/shared
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -6,2 +6,9 @@ # Change Log | ||
## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/shared@0.4.1...@spectrum-web-components/shared@0.4.2) (2020-02-01) | ||
### Bug Fixes | ||
- **shared:** fixes search input - fixes [#463](https://github.com/adobe/spectrum-web-components/issues/463) ([6833944](https://github.com/adobe/spectrum-web-components/commit/6833944)) | ||
- **shared:** removes mousedown event handling in focusable ([4e90d4c](https://github.com/adobe/spectrum-web-components/commit/4e90d4c)) | ||
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/shared@0.4.0...@spectrum-web-components/shared@0.4.1) (2020-01-30) | ||
@@ -8,0 +15,0 @@ |
@@ -73,5 +73,2 @@ import { __decorate } from "tslib"; | ||
manageFocusIn() { | ||
this.addEventListener('mousedown', (event) => { | ||
event.preventDefault(); | ||
}); | ||
this.addEventListener('focusin', (event) => { | ||
@@ -78,0 +75,0 @@ if (event.composedPath()[0] === this) { |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "", | ||
@@ -44,4 +44,3 @@ "main": "lib/index.js", | ||
"tslib": "^1.10.0" | ||
}, | ||
"gitHead": "1b17c4c27d73273f2479f0d8af40d187f2f194fa" | ||
} | ||
} |
@@ -93,5 +93,2 @@ /* | ||
protected manageFocusIn(): void { | ||
this.addEventListener('mousedown', (event) => { | ||
event.preventDefault(); | ||
}); | ||
this.addEventListener('focusin', (event) => { | ||
@@ -98,0 +95,0 @@ if (event.composedPath()[0] === this) { |
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
65750
25
827