| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-31 | 968 Bytes | |
| v2.0.0-next.11 source code.tar.gz | 2026-03-31 | 48.3 MB | |
| v2.0.0-next.11 source code.zip | 2026-03-31 | 50.7 MB | |
| Totals: 3 Items | 99.0 MB | 0 | |
What's Changed
- fix: checkbox, dropzone, fileupload, floating-label, button-toggle up… by @shinokada in https://github.com/themesberg/flowbite-svelte/pull/1930
Full Changelog: https://github.com/themesberg/flowbite-svelte/compare/v2.0.0-next.10...v2.0.0-next.11
- Style
-
Updated many components and examples to new design tokens and neutral palettes for improved light/dark theming and consistent typography, spacing, and rounding.
-
Bug Fixes
- Timepicker restores previous valid values on invalid input.
- Markdown loader retries during dev to reduce missing-metadata errors.
-
Datepicker unselected-day color adjusted.
-
Refactor
-
Tweaked prop/class composition for more consistent styling application.
-
Documentation
-
Consolidated and refreshed several examples and docs pages (alignment, sizes, text/paragraph/heading samples).
-
Chores
- Small exported type rename and supporting updates.