Skip to content

Releases: themesberg/flowbite-svelte

v1.10.21

29 Jul 05:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.20...v1.10.21

  • feat(modal): full-screen modal
  • 0d1eadd (tag: v1.10.21) docs(navbar): fix Sticky navbar example
  • 26b2ca7 fix(api-check): up to drawer
  • 9e828d7 fix(api-check): up to datepicker
  • 5d5eac6 fix(api-check): up to card
  • 924cfa7 fix: pagination update for #1695
  • fdecbfc - fix: cleanup for #1695 except pagination - review all the getTheme("xxx") as those not always where following the proper naming - remove all the export type xxxTheme = ClassValue as they are no longer needed
  • e7d5aef api-check: buttons
  • ef9ad20 themeProvider types (#1695)
  • e3bc8bd api-check: button-group
  • 02d7479 api-check: structure update
  • 26eebe6 api-check: clipboard update
  • dfff9cf api-check: banner update
  • 3fb4e40 builders: fix for radio width (#1694)
  • e4032e5 api-check: accordion, alert, avatar
  • 359dd90 docs(bottom-navigation): update classes
  • aa5d210 docs(layout): ComponentLayout SidebarButton class update
  • 3b1b1b0 docs(bottom-navigation): update application bar example
  • 2ffdc21 docs(textarea): add w-full to examples
  • 60a784b chore: dependencies update

v1.10.20

25 Jul 04:16
Compare
Choose a tag to compare

Full Changelog: v1.10.19...v1.10.20

  • fix(package): peerDependencies svelte 5.29 for @Attach
  • fix(classes): update classes for all components

v1.10.19

22 Jul 19:41
Compare
Choose a tag to compare

Full Changelog: v1.10.17...v1.10.19

1.10.19

Patch Changes

  • feat(Button): add loading prop with built-in spinner and auto-disable
    • Introduced loading?: boolean prop to Button.svelte
    • When loading is true, the button shows a spinner and becomes disabled
    • Spinner is implemented inline without importing Spinner.svelte
    • Improved accessibility by preventing interaction during loading
    • Added reactive usage examples and updated documentation

1.10.18

Patch Changes

  • fix(Select): show placeholder after clear and trigger change event
    • Fix placeholder not appearing after clearing select
    • Dispatch change event when clearing programmatically
    • Add onClear prop with better naming (keep clearableOnClick for compatibility)

v1.10.17

22 Jul 15:53
Compare
Choose a tag to compare

Full Changelog: v1.10.15...v1.10.17

  • 6da8b95 fix(Tags): default allowNewTags to true to allow tag creation without explicit config
  • 52dd584 (tag: v1.10.16) fix(tags): style
  • 092e1f8 fix(tags): change overflow-auto to flex-wrap
  • 6069cb6 docs(tags): update

v1.10.15

21 Jul 14:04
Compare
Choose a tag to compare

Full Changelog: v1.10.14...v1.10.15

  • fix(tags): put back available tags

v1.10.14

21 Jul 13:51
Compare
Choose a tag to compare

Full Changelog: v1.10.12...v1.10.14

1.10.14

Patch Changes

  • fix(Tags): new props, unique, availableTags={available}, showHelper, showAvailableTags, and allowNewTags.

  • feat(classes): upto Select

1.10.13

Patch Changes

  • fix: remove sveltekit dev $app/environment for svelte project
    feat: classes update

v1.10.12

19 Jul 18:42
Compare
Choose a tag to compare

Full Changelog: v1.10.11...v1.10.12

  • fix: remove env value from warnThemeDeprecation

v1.10.11

19 Jul 12:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.8...v1.10.11

1.10.11

Patch Changes

  • fix(datepicker): normalize range input when from > to

1.10.10

Patch Changes

  • fix(datepicker): Add a guard to avoid re-calling handleDaySelect() if the range is already complete.

    problem: Pressing the return/enter key after selecting datepicker range by using mouse doesn't close the calender and selecting today's date.

1.10.9

Patch Changes

  • fix(datepicker): the getWeekdayNames function aligns with the firstDayOfWeek setting used by date-fns in startOfWeek.

v1.10.8

18 Jul 05:53
Compare
Choose a tag to compare

What's Changed

  • Classes by @jjagielka in #1681
  • Docs update to classes by @jjagielka in #1682
  • Classes2 by @jjagielka in #1683
  • fix: #1684
  • feat(datepicker): Allow translationLocale prop to be reactive
    Ensures the calendar's locale updates correctly when translationLocale (or locale when translationLocale isn't explicitly set) changes. This provides independent control over date formatting and calendar translations.

Full Changelog: v1.10.6...v1.10.8

v1.10.6

16 Jul 16:22
Compare
Choose a tag to compare

Full Changelog: v1.10.4...v1.10.6

  • 136705e (tag: v1.10.6) fix(theme): changing string to Classvalue and
    change cn to clsx for the rest
  • 0e47e20 fix(theme): complete changing string to Classvalue and chang
    e cn to clsx
  • 0acc1f6 fix(theme): change string to Classvalue and change cn to cls
    x upto toggle
  • 53e2b04 fix(theme): change string to Classvalue and change cn to cls
    x upto Dropdown
  • 5ae6124 fix(theme): change string to Classvalue and change cn to cls
    x upto Datepicker
  • 6a8cfad fix(theme): change string to Classvalue and change cn to cls
    x
  • 922421e v1.10.5
  • 3d40f81 (tag: v1.10.5) fix(sidebar): #1664
  • 0bf6e47 v1.10.4
  • c2a5445 (tag: v1.10.4) chore: changesets md
  • 10d9aef fix(sidebar): Resolve dynamic resize responsiveness
  • dce444b feat(sidebar, drawer): #1664 Fix content visibility and breakpoint conflicts Resolves an issue where Sidebar content disappeared on mobile when nested within Drawer. The sidebar tv variants isOpen: false setting was applying display: hidden, conflicting with Drawers visibility control.
  • 426afeb Modal (#1680)
  • 7f3a020 fix: #1677