v1.3.10
Improvements
- #1754 - synthetic-shadow: Remove polyfill that ensures the
focusin
andfocusout
events are composed, now that all supported browsers implement the correct behavior. - #1755 - synthetic-shadow: Remove polyfill that ensures the
click
event is composed, now that all supported browsers implement the correct behavior. Note that this change was reverted in v1.5.0 (#1786) since it was discovered that the issue still exists in an early version of Safari 12.
Internal
- #1770: Enable lint rules for Jest and Jasmine tests.