New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@melt-ui/svelte

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@melt-ui/svelte - npm Package Versions

tglide_personal
published 0.57.1 •

Changelog

Source

0.57.1

Patch Changes

  • Menus: Return Ids (#674)
tglide_personal
published 0.57.0 •

Changelog

Source

0.57.0

Minor Changes

  • Combobox & Select: highlightOnHover option (#671)
tglide_personal
published 0.56.0 •

Changelog

Source

0.56.0

Minor Changes

  • Add openFocus & closeFocus props for controlled focus (#663)
tglide_personal
published 0.55.4 •

Changelog

Source

0.55.4

Patch Changes

  • Fix bug where context menu wasn't treating elements within the trigger as part of the trigger (#654)

  • fix: loop prop in menus (#643)

  • DropdownMenu: Implement disableTriggerRefocus prop (#647)

  • Tooltip: Avoid calling openTooltip on every mousemove, fixing a couple of bugs: (#660)

    • onOpenChange was being called for every mouse move within the tooltip.
    • Overlapping grace areas were fighting over the group.
    • Apply correct aria attributes depending on type of toolbar group (#644)
    • Apply correct aria attribute depending on type of toggle group (#645)
tglide_personal
published 0.55.3 •

Changelog

Source

0.55.3

Patch Changes

  • Combobox: allow contenteditable (#633)
tglide_personal
published 0.55.2 •

Changelog

Source

0.55.2

Patch Changes

  • Dialog: Fix touch event passing through overlay (9bf81b3b)
tglide_personal
published 0.55.1 •

Changelog

Source

0.55.1

Patch Changes

  • The melt action now throws a helpful error if it's used without our preprocessor (#616)
tglide_personal
published 0.55.0 •

Changelog

Source

0.55.0

Minor Changes

  • Select: use listbox builder (#613)

  • Combobox: Use listbox builder (#613)

  • Add new internal builder listbox (#613)

tglide_personal
published 0.54.1 •

Changelog

Source

0.54.1

Patch Changes

  • Combobox: fix highlightedItem behaviour (36d7526c)
tglide_personal
published 0.54.0 •

Changelog

Source

0.54.0

Minor Changes

  • Combobox: add hiddenInput element; refactor behaviours (a73b82c6)

Patch Changes

  • Select: rename input to hiddenInput (4c53736c)