mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* implement event handling with multiple subtree roots * add listeners to all subtree roots * move host element to Registry * add BSubtree argument * surface level internal API for BSubtree * cache invalidation & document limitations * Update portal documentation * Add test case for hierarchical event bubbling * add shadow dom test case * add button to portals/shadow dom example * change ShadowRootMode in example to open BSubtree controls the element where listeners are registered. we have create_root and create_ssr Async event dispatching is surprisingly complicated. Make sure to see #2510 for details, comments and discussion takes care of catching original events in shadow doms