Skip to content

Releases: melt-ui/melt-ui

v0.76.1

23 Mar 19:03
5f3c3f9
Compare
Choose a tag to compare

Patch Changes

  • Fixed bug where focus trap deactivates in dialog and popover when clicking outside provided closeOnOutsideClick: false (closes #1084) (#1094)

  • Combobox: menu no longer closes when composing (Closes: #1106) (#1107)

  • Fixed bug where focus trap deactivates in dialog and popover when pressing escape provided closeOnEscape: false (closes #1091) (#1095)

  • Fixed memory leak caused by race conditions for various components (closes #1086) (#1087)

  • performance: avoid effect multiple runs (#1089)

  • Listbox: correct arrowSize JSDoc defaultValue (#1050)

  • Popover: fixed a bug that has the potential to introduce a memory leak via the overlay (#1112)

v0.76.0

10 Mar 19:24
2863c17
Compare
Choose a tag to compare

Minor Changes

  • fix: datepicker not syncing with calendar add defaults from calendar to datepicker (#1076)

Patch Changes

  • Fix incorrect arrow position for Tooltip, Popover, Listbox, Link Preview provided forceVisible: false (closes #1048) (#1049)

  • fix: months not updating when changing options (#1070)

  • Floating: data-side & data-align for floating content (#1082)

  • fix: months not updating when changing options (range calendar) (#1072)

v0.75.3

06 Mar 00:58
746ee7c
Compare
Choose a tag to compare

Patch Changes

  • fix(Tooltip, Link Preview, Menu, Popover, Listbox) fixed bug where content jumps to top left of page during external unmounting when using out transition on the content and else if block to render the content (closes #1058, #1039) (#1059)

  • Portalled Elements: fixed a bug where clicking inside a nested 'portalled' element would cause the parent to close (#1066)

v0.75.2

04 Mar 04:45
a1f1873
Compare
Choose a tag to compare

Patch Changes

  • Scroll Area: fixed bug with type: 'hover' scrollbars always showing on hover even if content not overflowing (#1046)

  • Scroll Area: fixed bug with scrollbarX styles (#1046)

v0.75.1

04 Mar 00:46
64f4529
Compare
Choose a tag to compare

Patch Changes

  • Scroll Area: export types (#1044)

v0.75.0

03 Mar 23:59
fb6bcb5
Compare
Choose a tag to compare

Minor Changes

  • Popover: add optional overlay element builder for simplified modal behavior (part of #1018) (#1025)

  • Menus: add overlay element (#1035)

  • New Builder: Scroll Area (#908)

Patch Changes

  • 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)

v0.74.4

29 Feb 20:08
239e2ef
Compare
Choose a tag to compare

Patch Changes

  • 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)

v0.74.3

26 Feb 17:27
1cd486e
Compare
Choose a tag to compare

Patch Changes

  • Revert regressions caused by PRs #977 and #995 (#1016)

  • Toolbar: set correct tabindex for buttons and links (#1004)

v0.74.2

22 Feb 19:03
b857b89
Compare
Choose a tag to compare

Patch Changes

  • Fix custom portal issues (#995)

  • Dialog: fixed interact outside pointerup/mouseup issue where the dialog would close if you clicked and dragged outside of the dialog before releasing the press (Closes: #750) (#994)

  • Toggle Group: fixed bug where single groups wouldn't focus (Closes #810) (#990)

v0.74.1

17 Feb 15:03
c5cf4aa
Compare
Choose a tag to compare

Patch Changes

  • Date Picker/Date Range Picker: disable trigger when picker is disabled (Closes #815) (#989)

  • Toast: return close element type attribute type as "button" instead of string (#993)

  • ToggleGroup: Fixes curr & next always bbeing the same value (#983)