You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

flowbite-svelte

Package Overview
Dependencies
Maintainers
3
Versions
504
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite-svelte - npm Package Versions

2345
51

1.10.10

Diff
s
shinichiokada
published 1.10.10 •

Changelog

Source

1.10.10

Patch Changes

  • fix(datepicker): Add a guard to avoid re-calling handleDaySelect() if the range is already complete.

    problem: Pressing the return/enter key after selecting datepicker range by using mouse doesn't close the calender and selecting today's date.

s
shinichiokada
published 1.10.9 •

Changelog

Source

1.10.9

Patch Changes

  • fix(datepicker): the getWeekdayNames function aligns with the firstDayOfWeek setting used by date-fns in startOfWeek.
s
shinichiokada
published 1.10.8 •

Changelog

Source

1.10.8

Patch Changes

fix: #1684

feat(datepicker): Allow translationLocale prop to be reactive

Ensures the calendar's locale updates correctly when translationLocale (or locale when translationLocale isn't explicitly set) changes. This provides independent control over date formatting and calendar translations.

s
shinichiokada
published 1.10.7 •

Changelog

Source

1.10.7

Patch Changes

  • fix(dropzone): #1586
  • Classes (#1681)
    • classes: Accordion, Badge, Banner
    • types corrections
    • BottomNav
    • coderabbit suggested fixes
    • BottomNav modern context handling
s
shinichiokada
published 1.10.6 •

Changelog

Source

1.10.6

Patch Changes

  • fix: place theme before className
s
shinichiokada
published 1.10.5 •

Changelog

Source

1.10.5

Patch Changes

  • fix: #1664
s
shinichiokada
published 1.10.4 •

Changelog

Source

1.10.4

Patch Changes

  • feat(sidebar, drawer): #1664 Fix content visibility and breakpoint conflicts (10d9aef)

    Resolves an issue where Sidebar content disappeared on mobile when nested within Drawer. The sidebar tv variant's isOpen: false setting was applying display: hidden, conflicting with Drawer's visibility control.

    Changes:

    theme.ts: Removed isOpen variant from sidebar tv definition.

    Sidebar.svelte: Simplified rendering logic when disableBreakpoints is true, ensuring content always renders.

    Usage: Ensures isOpen={!isDrawerHidden} is passed to Sidebar to sync with Drawer's state.

    The Drawer now solely controls Sidebar's visibility, eliminating display conflicts.

  • fix(sidebar): Resolve dynamic resize responsiveness (c2a5445)

    Corrects an issue where the standalone Sidebar failed to show/hide responsively on dynamic screen size changes (e.g., dev tools). Modified Sidebar.svelte to ensure the element is always in the DOM and its display is controlled by Tailwind's responsive classes via tailwind-variants in theme.ts.

  • fix: #1678, #1679

s
shinichiokada
published 1.10.3 •

Changelog

Source

1.10.3

Patch Changes

  • fix: #1677 Handle nullish values in Input component's defaultHandleInput

    Ensures robust handling of value in defaultHandleInput by safely converting it to a string, preventing TypeError when input is cleared or null/undefined.

s
shinichiokada
published 1.10.2 •

Changelog

Source

1.10.2

Patch Changes

    • fix(MultiSelect): #1669 Resolve dropdown closing prematurely and enhance active/selected states

    Previously, clicking an item in the MultiSelect dropdown would cause the dropdown to close, leading to a suboptimal user experience for multi-selection. This commit resolves the issue by:

    • Modifying selectOption to stopPropagation of the click event.
    • Introducing a bind:this and onMount/onDestroy lifecycle hooks to handle clicks outside the component for proper dropdown closure.
    • Updated theme.ts with compoundVariants for dropdownitem to provide a clear visual distinction when an item is both keyboard active and selected. This improves accessibility and clarity during keyboard navigation.
    • Addressed TypeScript errors in handleBlur related to event.currentTarget potentially being null and EventTarget lacking a contains method, ensuring type safety.
s
shinichiokada
published 1.10.1 •

Changelog

Source

1.10.1

Patch Changes

  • 876ff0661 fix: #1670 move isChecked && checkedClass afer classname
  • 77ffe022b fix: #1671 datepicker add disabled style
  • c29042207 docs: enhanced image update 2
  • d3c1c2cdd docs: enhanced image update
  • 7934d7258 chore: @tiptap dependencies update
  • 8bfccad6b chore: dependencies update
  • d4d4c79d7 docs: themeprovider: add nested example
2345
51