Skip to content

Releases: themesberg/flowbite-svelte

v1.14.6

25 Sep 12:49

Choose a tag to compare

Full Changelog: v1.14.5...v1.14.6

  • fix: change to explicit imports

v1.14.5

25 Sep 12:15

Choose a tag to compare

Full Changelog: v1.14.4...v1.14.5

  • fix: change to explicit import

v1.14.4

25 Sep 11:34

Choose a tag to compare

Full Changelog: v1.14.3...v1.14.4

  • fix: change import xxx from "." to import xxx from "./theme"

v1.14.3

25 Sep 11:16

Choose a tag to compare

What's Changed

Full Changelog: v1.14.2...v1.14.3

  • fix: Converted type imports to use import type {...};

v1.14.2

25 Sep 09:44
bd7d3e2

Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.14.2

  • fix: Converted ThemeConfig to a type-only import (import type { ThemeConfig } from "$lib";). No changes to exports or runtime logic.

v1.14.1

25 Sep 08:02
0ff3894

Choose a tag to compare

What's Changed

  • fix: use esm-env instead of import.meta.env.MODE by @teemingc in #1770

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

25 Sep 05:29

Choose a tag to compare

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

23 Sep 07:10

Choose a tag to compare

Full Changelog: v1.13.15...v1.13.16

  • fix: exports types if $lib/types.ts exists

v1.13.15

21 Sep 15:31

Choose a tag to compare

Full Changelog: v1.13.14...v1.13.15

  • fix(Tags): disabled

v1.13.14

21 Sep 08:09

Choose a tag to compare

Full Changelog: v1.13.13...v1.13.14

  • docs: disabled example to file-input
  • fix: add disabled style to FloatingLabelInput, PhoneInput, SearchInput, Textarea