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

@melt-ui/svelte

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@melt-ui/svelte - npm Package Versions

1
810
20

0.53.0

Diff
tglide_personal
published 0.53.0 •

Changelog

Source

0.53.0

Minor Changes

tglide_personal
published 0.52.0 •

Changelog

Source

0.52.0

Minor Changes

  • return an ids object from builders which contains the ids Melt applies to certain elements internally (#591)

Patch Changes

  • Tooltip: Fix bug with group parameter (#590)

  • Link Preview: Fix bug where content would not close (c882dfa5)

  • Slider: Add aria-disabled to root (#584)

  • Tooltip: fix esc handler (178ef63e)

tglide_personal
published 0.51.1 •

Changelog

Source

0.51.1

Patch Changes

  • Select: Fix defaultSelected clash when multiple is true (d0a1d4c8)

  • Combobox: Fix defaultSelected clash when multiple is true (633bacf0)

tglide_personal
published 0.51.0 •

Changelog

Source

0.51.0

Minor Changes

  • Tooltip: Add group prop (#575)

Patch Changes

  • Combobox: Fixed focus management (#569) (#570)

  • fix: change JSDoc example for melt action (#576)

  • Tooltip: rework open & close behaviours (21bcf3d0)

  • fix: add generics to exported types (#579)

tglide_personal
published 0.50.1 •

Changelog

Source

0.50.1

Patch Changes

  • Select: Fix selected prop type (#539)

  • Pin Input: bind $valueStr store to hiddenInput of pin-input builder (#557)

  • Combobox: Fix exported types (9e4c6a26)

  • Dropdown Menu: Up key focuses last menu item if there is no selection (#550)

  • Pin Input: Change type prop's types (that's confusing!) (#545)

tglide_personal
published 0.50.0 •

Changelog

Source

0.50.0

Minor Changes

  • Combobox: Add multiple option (#533)

  • Slider: add ticks (#534)

Patch Changes

  • Select: fix deep equality on isSelected (ad02e18f)
tglide_personal
published 0.49.1 •

Changelog

Source

0.49.1

Patch Changes

  • ca04a433: Combobox: Pressing enter no longer submits form
tglide_personal
published 0.49.0 •

Changelog

Source

0.49.0

Minor Changes

  • 4da1aa73: Combobox: Refactor API, allowing for a more general use case.
    • Discarded isEmpty, filterFunction & debounce.
    • Added touchedInput state
tglide_personal
published 0.48.0 •

Changelog

Source

0.48.0

Minor Changes

  • 82d37a43: Tooltip: Add disableHoverableContent prop

Patch Changes

  • c472cf1d: chore(package.json): add 'repository' property to package.json
  • 244aae3f: refactor: ensure type safety for disabled & data-disabled props
tglide_personal
published 0.47.6 •

Changelog

Source

0.47.6

Patch Changes

  • f30c4d17: improve accordion types