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
513
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite-svelte - npm Package Versions

2345
52

1.10.19

Diff
s
shinichiokada
published 1.10.19 •

Changelog

Source

1.10.19

Patch Changes

  • feat(Button): add loading prop with built-in spinner and auto-disable
    • Introduced loading?: boolean prop to Button.svelte
    • When loading is true, the button shows a spinner and becomes disabled
    • Spinner is implemented inline without importing Spinner.svelte
    • Improved accessibility by preventing interaction during loading
    • Added reactive usage examples and updated documentation
s
shinichiokada
published 1.10.18 •

Changelog

Source

1.10.18

Patch Changes

  • fix(Select): show placeholder after clear and trigger change event
    • Fix placeholder not appearing after clearing select
    • Dispatch change event when clearing programmatically
    • Add onClear prop with better naming (keep clearableOnClick for compatibility)
s
shinichiokada
published 1.10.17 •

Changelog

Source

1.10.17

Patch Changes

  • fix(Tags): default allowNewTags to true to allow tag creation without explicit config
s
shinichiokada
published 1.10.16 •

Changelog

Source

1.10.16

Patch Changes

  • refactor(Tags): improve dropdown logic and UX
    • fix: #1690
    • Integrated @floating-ui for dropdown positioning with autoUpdate
    • Replaced inline <ul> dropdown with dynamically positioned element
    • Removed hardcoded dropdown markup and positioning
    • Used $effect and onDestroy for floating cleanup
    • Replaced $state(null) with let + non-null assertions for DOM refs
    • Improved reactivity by avoiding mutation warnings
s
shinichiokada
published 1.10.15 •

Changelog

Source

1.10.15

Patch Changes

  • fix(tags): put back available tags
s
shinichiokada
published 1.10.14 •

Changelog

Source

1.10.14

Patch Changes

  • fix(Tags): new props, unique, availableTags={available}, showHelper, showAvailableTags, and allowNewTags.

  • feat(classes): upto Select

s
shinichiokada
published 1.10.13 •

Changelog

Source

1.10.13

Patch Changes

  • fix: remove sveltekit dev $app/environment for svelte project feat: classes update
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.

2345
52