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
505
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.12

Diff
s
shinichiokada
published 1.10.12 •

Changelog

Source

1.10.12

Patch Changes

  • fix: remove env value from warnThemeDeprecation
s
shinichiokada
published 1.10.11 •

Changelog

Source

1.10.11

Patch Changes

  • fix(datepicker): normalize range input when from > to
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.

2345
51