You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
icon and content now also accept a render callback — (host) => teardown — alongside an HTMLElement. The callback is handed a host element to populate and may return a cleanup that the manager runs when the bubble is removed or the manager is destroyed, so framework consumers (Svelte mount/unmount, React createRoot) no longer create a host element or track the unmount themselves. Passing an HTMLElement is unchanged. Exposes a BubbleSlot type.