Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@melt-ui/svelte

Package Overview
Dependencies
Maintainers
1
Versions
195
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
20

0.20.0

Diff

Changelog

Source

0.20.0

Minor Changes

  • 87612adb: feat: allow focus trap disabling popover
tglide_personal
published 0.19.1 •

Changelog

Source

0.19.1

Patch Changes

  • 1386ff64: feat: popover controlled usage
  • ad43dedd: [Menus] fix: dropdown submenu not closing
  • 8be65692: [Refactor] Args -> Props
tglide_personal
published 0.19.0 •

Changelog

Source

0.19.0

Minor Changes

  • 476abfc: feat(dialog): support nested dialogs
tglide_personal
published 0.18.4 •

Changelog

Source

0.18.4

Patch Changes

  • 9a28950: fix(combobox): input blur strange behaviour
  • 7accc8b: fix(slider): disabled slider no longer prevents scroll
  • 7accc8b: refactor(combobox): improve combobox reset behaviour
  • 1966f82: fix(slider): only left-click triggers slider
  • 8f98478: [Dropdown Menu] Fix dropdown trigger tabindex issue
  • bc8a6da: fix collapsible disabled attribute
  • 8df24e5: refactor: disable middle & right clicks on Tabs and Radio Group
tglide_personal
published 0.18.3 •

Changelog

Source

0.18.3

Patch Changes

  • 9f78da5: [Menus]: Close Menus on Tab press within submenus
  • deb46a9: fix(collapsible): disabled state
  • 5c80008: [Menus] Fix submenu typeahead logic
tglide_personal
published 0.18.2 •

Changelog

Source

0.18.2

Patch Changes

  • 4170fc5: Fix tag-input focus
  • 0c7008c: fix incomplete builders
tglide_personal
published 0.18.1 •

Changelog

Source

0.18.1

Patch Changes

  • 068b84a: add action to function builders return
tglide_personal
published 0.18.0 •

Changelog

Source

0.18.0

Minor Changes

  • 2fda798: feat: pin-input builder
  • dbadcbe: export return types for all builders
  • 439ab89: Add Combobox builder
  • f54f4a5: label as const
  • d11eaab: tags input: edit support

Patch Changes

  • 973672e: export builder types
  • ec1abfe: Use builder wrapper
  • 973672e: export data-melt-[part] on builders
tglide_personal
published 0.17.0 •

Changelog

Source

0.17.0

Minor Changes

  • 1266ef6: New Feature: Menubar
  • 100eb14: [New Builder] Hover Card

Patch Changes

  • d108259: fix(toggle-group): focus selected first
tglide_personal
published 0.16.0 •

Changelog

Source

0.16.0

Minor Changes

  • d031b34: fix/refactor [toolbar]

    BREAKING CHANGE:

    createToolbarGroup is no longer a separate import, it is returned from the createToolbar builder function. This is not only a cleaner approach, but also enables us to scope the context of the groups to a given toolbar.

    <script lang="ts">
      import {
        createToolbar,
    -   createToolbarGroup
    } from '@melt-ui/svelte';
    
    	import { Bold, Italic, Strikethrough, AlignLeft, AlignCenter, AlignRight } from 'icons';
    
    	const { root, options, button, link, separator } = createToolbar();
    	const { root: fontGroup, item: fontItem } = createToolbarGroup({
    -		toolbarOptions: options,
    		type: 'multiple',
    	});
    	const { root: alignGroup, item: alignItem } = createToolbarGroup(
    -  { toolbarOptions: options }
      );
    </script>
    
  • b7c9930: feat: Context Menu

  • d01a759: Select improvements:

    • Improved Typeahead support for repeated characters to cycle through elements with that same character.
    • Shared typeahead with DropdownMenu & Select
    • Added createGroup builder returned from createSelect to assist with creating accessible option groups.
    • Updated preview/example
    • Add loop option to loop through items

Patch Changes

  • fbb67de: Rework tags-input
  • 379e413: [Dropdown/Context Menus] Update tab & scroll behaviors
  • 45ac2b1: [Toggle Group]: Fix tab behavior
  • 18c36cb: fix[select]: tab navigation
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc