This repository was archived by the owner on Apr 21, 2022. It is now read-only.
0.19.5
### Bug fixes Fix breakage of hover tooltips inside shadow roots. ### New features Adds a `hasHoverTooltips` predicate that tells you if an editor state has any open hover tooltips. Adds a `closeHoverTooltips` state effect that closes all hover tooltips. Tooltip views can now provide an `offset` property to change the tooltip position.