Skip to content

v1.3.10

Compare
Choose a tag to compare
@ekashida ekashida released this 17 Apr 18:24
· 1472 commits to master since this release

Improvements

  • #1754 - synthetic-shadow: Remove polyfill that ensures the focusin and focusout 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.