This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@svelte-put/popover@1.0.0-next.1
Major Changes
7395fab Thanks @vnphanquang! - First complete implementation inspired by @svelte-put/tooltip and Popover API
@svelte-put/toc@6.0.0-next.3
Major Changes
fa5c475 Thanks @vnphanquang! - bump Svelte peer dependency, Map is now SvelteMap from svelte/reactivity
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@svelte-put/popover@1.0.0-next.1
Major Changes
7395fab
Thanks @vnphanquang! - First complete implementation inspired by@svelte-put/tooltip
and Popover API@svelte-put/toc@6.0.0-next.3
Major Changes
fa5c475
Thanks @vnphanquang! - bump Svelte peer dependency,Map
is nowSvelteMap
fromsvelte/reactivity
@svelte-put/preprocess-markdown@1.0.0-next.4
Minor Changes
f87d286
Thanks @vnphanquang! - better fullscreen using Fullscreen API, but fall back todisplay: fixed
for progressive enhancementPatch Changes
7a2700f
Thanks @vnphanquang! - better manage state synchronization between title prop and groupContext