Skip to content

Releases: themesberg/flowbite-svelte

v1.17.2

06 Oct 10:31

Choose a tag to compare

Full Changelog: v1.17.1...v1.17.2

  • fix(Img): add children for enhanced:img wrapper
  • docs(image): update enhanced examples, align, effect, size

v1.17.1

03 Oct 13:15
f756899

Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.17.1

  • fix: input field theme (grouped variant) src/lib/forms/input-field/theme.ts
    • Adds h-full to the input class list when grouped: true is used; no control-flow or API changes.

v1.17.0

02 Oct 18:52

Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.17.0

  • feat(Modal):

    • Add createCountdown utility function for managing timed modal interactions
    • Support countdown display in modal headers with automatic timer management
    • Add outsideclose prop to control backdrop click behavior during countdown
    • Add count prop to Dialog for ESC key prevention during active countdown
    • Countdown automatically starts when modal opens and resets on close
    • Prevents modal dismissal (ESC key, outside clicks) while countdown is active
  • fix(Input):

    • Changes snippet signature to inputContent(wrapped: boolean). Replaces inputContent() calls with inputContent(true).
    • Refactors grouped variant to separate base and input classes. For false: { base: "rounded-lg", input: "rounded-lg" }. For true: { base: "first:rounded-s-lg last:rounded-e-lg not-first:-ms-px group", input: "group-first:rounded-s-lg group-last:rounded-e-lg group-not-first:-ms-px" }.

v1.16.0

28 Sep 10:39

Choose a tag to compare

Full Changelog: v1.15.0...v1.16.0

  • feat(modal): add countdown timer

v1.15.0

27 Sep 04:41

Choose a tag to compare

Full Changelog: v1.14.6...v1.15.0

  • feat(Timeline): add color depends on state

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.