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
196
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.16.0

Diff

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
tglide_personal
published 0.15.0 •

Changelog

Source

0.15.0

Minor Changes

  • 690ad4d: feat: tags input
  • 0aa94da: feat: Dropdown Menu
tglide_personal
published 0.14.0 •

Changelog

Source

0.14.0

Minor Changes

  • ae6ecfe: Feat: Avatar builder
  • 0dd1ab0: feat: Separator builder
  • 2a88d9d: Feat: Label builder
tglide_personal
published 0.13.1 •

Changelog

Source

0.13.1

Patch Changes

  • 7a6e9b4: fix isSelected fn
  • 03d1cde: revert id change back to nanoid
tglide_personal
published 0.13.0 •

Changelog

Source

0.13.0

Minor Changes

  • 86a9b3a: feat(select): allow disabling individual options
  • 09bb891: refactor: use action builders

Patch Changes

  • 4a5b1a1: fix(select): changing select value store now automatically changes select label store
  • 0b4fe38: feat(toggle): allow disabled state to be changed
tglide_personal
published 0.12.0 •

Changelog

Source

0.12.0

Minor Changes

  • dc17ef5: feat(select): option to set default label; rename selected to value & selectedText to label

Patch Changes

  • a5d6d37: fix: pagination edge cases
  • dc17ef5: fix(select): disabled select trigger no longer opens menu
tglide_personal
published 0.11.1 •

Changelog

Source

0.11.1

Patch Changes

  • 7b07c53: fix: focus trap not working in certain components
tglide_personal
published 0.11.0 •

Changelog

Source

0.11.0

Minor Changes

  • 3df8740: expose options store in tabs

Patch Changes

  • fb9e489: fix(select): selectedText not being set onMount
  • 3df8740: refactor: improve dir detection
  • 4d3ab1d: feat: support RTL directions
tglide_personal
published 0.10.3 •

Changelog

Source

0.10.3

Patch Changes

  • 517b1c1: fix: slider not working properly with low values
  • 5ff87f6: fix: focusTrap not unsubbing
  • bc51681: fix: Adjusts typeVerisons map to fix incorrect auto-imported path
tglide_personal
published 0.10.2 •

Changelog

Source

0.10.2

Patch Changes

  • 1cf6fb8: fix toolbar exports
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