Releases: themesberg/flowbite-svelte
Releases · themesberg/flowbite-svelte
v1.20.1
v1.20.0
What's Changed
- feat: Kaban board
- fix: #1805 llm update by @shinokada in #1806
- docs: add dark class by @shinokada in #1807
- feat: kanban board by @shinokada in #1810
- docs: fix progressradial dark class by @shinokada in #1811
Full Changelog: v1.19.1...v1.20.0
v1.19.1
What's Changed
- fix: #1803 cleanups for noUnusedLocals and noUnusedParameters by @shinokada in #1804
Full Changelog: v1.19.0...v1.19.1
v1.19.0
v1.18.2
What's Changed
- fix: #1792 MultiSelect: change (item.name) to (item.value) as the key by @shinokada in #1793
Full Changelog: v1.18.1...v1.18.2
v1.18.1
What's Changed
- docs: correct "tiggering" typo by @PythonTryHard in #1794
- fix: update HR to use classes prop for styling by @tsangkeith in #1795
- fix: removed mistakenly added text from doc components and llm files. by @erhuz in #1791
- fix: respect initial value prop in ButtonToggleGroup by @shinokada in #1796
- fix: #1797 correct date range swap when selecting earlier end date by @shinokada in #1798
New Contributors
- @PythonTryHard made their first contribution in #1794
- @tsangkeith made their first contribution in #1795
- @erhuz made their first contribution in #1791
Full Changelog: v1.18.0...v1.18.1
v1.18.0
v1.17.4
What's Changed
- scale-xx removal from ButtonGroup by @jjagielka in #1782
- Timepicker addition of relative class by @jjagielka in #1783
- fix #1784 - dialog checks if underlying form has method dialog by @jjagielka in #1785
- minor tweaks for card by @jjagielka in #1755
- removal of obsolete 'count' property for Dialog by @jjagielka in #1786
Full Changelog: v1.17.3...v1.17.4
- ea8f7d1 (HEAD -> main, origin/main, origin/HEAD) removal of obsolete 'count' property for Dialog (#1786)
- d251243 minor tweaks for card (#1755)
- 11ec2a8 fix #1784 - dialog checks if underlying form has method dialog (#1785)
- 09de923 chore: workflow playwright version update
- bd16bd9 chore: dependencies update
- b3013dc Timepicker addition of relative class (#1783)
- 11c622e scale-xx removal from ButtonGroup (#1782)
v1.17.3
What's Changed
- select/multiselect styling by @jjagielka in #1781
Full Changelog: v1.17.2...v1.17.3
- fix Reads an optional group context in Select and MultiSelect to enable grouped styling; extends select/multiSelect theme with grouped and size variants and full-width defaults; updates a docs example to use Flowbite Button and ButtonGroup as the dropdown trigger.
- Context-based grouping src/lib/forms/select/Select.svelte, src/lib/forms/select/MultiSelect.svelte:
Import and call getContext("group") to read a { size: SizeType } group context; pass grouped: !!group into styling construction (selectCls / multiSelect) to enable grouped variants. - Theme variants & sizing src/lib/forms/select/theme.ts:
Add w-full to base slots; introduce grouped variant (first/last rounding, group container classes); adjust underline vs non-underline rounding rules; add size variants (sm, md, lg) and update multiSelect base/select slot defaults. - Docs example markup src/routes/docs-examples/forms/select/Dropdown.svelte:
Replace native /container with Flowbite Button inside ButtonGroup; add Button and ButtonGroup imports; simplify Dropdown trigger usage and adjust Select markup/classes accordingly.
- Context-based grouping src/lib/forms/select/Select.svelte, src/lib/forms/select/MultiSelect.svelte:
v1.17.2
Full Changelog: v1.17.1...v1.17.2
- fix(Img): add children for
enhanced:imgwrapper - docs(image): update enhanced examples, align, effect, size