Skip to content

v1.3.0

Compare
Choose a tag to compare
@ekashida ekashida released this 18 Feb 22:09
· 1745 commits to master since this release

Improvements

  • #1722 - synthetic-shadow: Default implementation for programmatic focus when delegating focus. Components using delegatesFocus now have a focus() method that follows shadow semantics and focuses on the first focusable element in its shadow tree. This change is backwards compatible with components that define their own focus() method.