@melt-ui/svelte
Advanced tools
Changelog
0.75.0
Popover: add optional overlay
element builder for simplified modal behavior (part of #1018) (#1025)
Menus: add overlay
element (#1035)
New Builder: Scroll Area (#908)
Range Calendar/Picker: fixed bug preventing a range with the same start and end date (Closes #898) (#1037)
Tooltip: fixed bug where tooltip content style gets reset when forceVisible is true and $open gets updated #1010 (#1011)
Calendars: ensure dates use the same calendar as the reference value (#1026)
Changelog
0.74.4
Listbox: fixed bug preventing programmatic opening (Closes #1014) (#1020)
fix(Calendar/Range Calendar): use 'button'
for button elements' type
(#1003)
fixed issues with portals and outside interactions (Closes #992) (#1018)
Listbox: fixed bug causing multiple
change function curr
and next
always being equal (Closes #1019) (#1021)
Fixed bug where on outside interaction in several components (popover, menu, link preview, tooltip, listbox), on component unmount, the content jumps during out transition if content was mounted in an else if block (closes #1005) (#1006)