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
514
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.22

Diff
s
shinichiokada
published 1.10.22 •

Changelog

Source

1.10.22

Patch Changes

  • fix(carousel): reverse swipe direction to match drag gesture

    Update swipe logic so dragging left-to-right navigates to the previous slide, and right-to-left to the next slide. Adjust transition direction for consistent user experience.

s
shinichiokada
published 1.10.21 •

Changelog

Source

1.10.21

Patch Changes

  • feat(modal): full-screen modal
s
shinichiokada
published 1.10.20 •

Changelog

Source

1.10.20

Patch Changes

  • fix(package): peerDependencies svelte 5.29 for @attach

  • fix(classes): update classes for all components

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
2345
52