v1.3.0
Improvements
- #1722 - synthetic-shadow: Default implementation for programmatic focus when delegating focus. Components using
delegatesFocus
now have afocus()
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 ownfocus()
method.