Releases: themesberg/flowbite-svelte
Releases · themesberg/flowbite-svelte
v1.14.6
Full Changelog: v1.14.5...v1.14.6
- fix: change to explicit imports
v1.14.5
Full Changelog: v1.14.4...v1.14.5
- fix: change to explicit import
v1.14.4
Full Changelog: v1.14.3...v1.14.4
- fix: change
import xxx from "."toimport xxx from "./theme"
v1.14.3
v1.14.2
v1.14.1
What's Changed
New Contributors
Full Changelog: v1.14.0...v1.14.1
- Added dependency: esm-env ^1.2.2
- Import DEV from esm-env and replace local/dev-mode check with the imported DEV constant in warnThemeDeprecation. Removed previous inline/dev comment and related local dev logic.
v1.14.0
Full Changelog: v1.13.16...v1.14.0
- feat(Tabs): add selected and key to control which tab is active using the selected prop on
<Tabs>together with a key on each<TabItem>.
v1.13.16
Full Changelog: v1.13.15...v1.13.16
- fix: exports types if $lib/types.ts exists
v1.13.15
Full Changelog: v1.13.14...v1.13.15
- fix(Tags): disabled
v1.13.14
Full Changelog: v1.13.13...v1.13.14
- docs: disabled example to file-input
- fix: add disabled style to FloatingLabelInput, PhoneInput, SearchInput, Textarea