Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 develop, this PR will be updated.
Releases
@melt-ui/svelte@0.76.3
Patch Changes
fix(link preview): Fixed bug where content shows up at top left of the page after remounting trigger (fixes #1060) (#1053)
Fixed bug where focus trap would deactivate on an intercepted outside interaction (closes [Focus trap] focus trap deactivates on an intercepted outside interaction melt-ui/melt-ui#1134) (#1135)
Fixed bug where focus trap would deactivate on escape that was intercepted (closes [Focus trap] focus trap deactivates on escape that was intercepted melt-ui/melt-ui#1132) (#1133)
Enhanced type accuracy by implementing as const for builder props, ensuring more precise type inference. (#1015)
fix data-state consistency to be based on
$open
and avoid overriding floating-ui styles Data State Inconsistency melt-ui/melt-ui#1041 (#1042)Fix link preview: reset activeTrigger on trigger unmount (#1129)
Fixed a bug where manually closing a dialog or popover would not restore focus to the trigger (closes [Dialog, Popover] manually setting
open
tofalse
does not restore focus to trigger melt-ui/melt-ui#1109) (#1110)Refactor focus trap internals (#1136)
Fixed bug where outside interactions could not be intercepted (closes Dialog: closes when 1password icon is clicked melt-ui/melt-ui#917) (#1114)