Skip to content

Releases: themesberg/flowbite-vue

v0.2.3

04 Feb 13:14

Choose a tag to compare

What's Changed

  • New Features

    • feature: added ability to override default dropzone placeholder in FwbFileInput by @sirius-den & @Sqrcz in #430
    • feature: component types are now publicly exported and can be imported directly from the package by @hongquan in #422
    • feature: enhanced FwbButton to support Vue Router navigation by @Sqrcz in #417
    • feature: improved FwbModal styling by @Sqrcz in #415
  • Bug Fixes

    • fix: prevented adding same file multiple times for dropzone with multiple files by @ps-20x in #425
    • fix: added missing background color to base content classes in FwbAccordion by @Sqrcz in #421
    • fix: navbar menu visibility detection on mobile and desktop layouts to ensure proper menu display by @VossKai in #418
    • fix: [issue 414] button link height mismatch by @Sqrcz in #416
  • Documentation Updates

  • Chores

    • fix: add missing @vue/tsconfig dependency by @Sqrcz in #429
    • fix: update jsdom and data-urls versions, adjust dependencies by @Sqrcz in #428
    • chore: dependency update by @Sqrcz in #427
    • chore: dependency update by @Sqrcz in #420

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

01 Oct 22:32

Choose a tag to compare

What's Changed

  • New Features

    • close FwbModal on esc keypress even when focusTrap is enabled by @wazeerc in #408
    • added FwbAutocomplete component with examples and documentation by @moghaddam01 in #400
    • added support for custom colors to FwbProgress and FwbSpinner components by @wazeerc in #393
    • added href and to support in FwbListGroupItem component by @MahmoudGhalayini in #382
    • improved file handling and layout for FwbFileInput by @wazeerc in #379
  • Bug Fixes

  • Chores

    • chore: refactoring and dependency updates by @Sqrcz in #409
    • refactor FwbAlert examples to use FwbButton by @wazeerc in #377
    • maintenance - unnecessary eslint-disable removed by @Sqrcz in #376
    • fixed a bug with model type in FwbInput component by @andreyjamer in #372
    • improved first last buttons behavior in FwbPagination component by @andreyjamer in #364

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Apr 18:06

Choose a tag to compare

What's Changed

  • New Features

    • Improved FwbInput component styling flexibility by @Sqrcz in #365
    • Improved FwbCheckbox component styling flexibility & group support by @Sqrcz in #368
    • Added Focus Trap functionality to FwbModal component by @wazeerc in #367
    • Added active prop to FwbListGroupItem component by @Flambe in #370
  • Chores

    • Dependency updated and simple refactoring by @Sqrcz in #369

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Mar 22:08

Choose a tag to compare

What's Changed

  • New Features

    • upgrade to Tailwind CSS v4 by @Sqrcz in #360
    • label added to FwbFileInput component dropzone by @ogzcode in #304
    • added label and icon for First and Last buttons in FwbPagination component by @ariefandw in #324
    • exposed isOpen to use in arrow-icon slot in FwbSidebarDropdownItem component by @bcostaaa01 in #256
  • Bug Fixes

  • Chores

    • updated FwbAvatar component documentation by @Sqrcz in #358
    • refactoring and fixes for FwbPagination component by @Sqrcz in #359

New Contributors

Full Changelog: v0.1.9...v0.2.0

v0.1.9

21 Feb 01:01

Choose a tag to compare

What's Changed

  • Bug Fixes
    • entry points fixed for type: module by @Sqrcz in #356

Full Changelog: v0.1.8...v0.1.9

v0.1.8

21 Feb 00:15

Choose a tag to compare

What's Changed

  • New Features

    • improved FwbAccordion component flexibility by @Sqrcz in #351
  • Bug Fixes

    • fixed type check error in FwbTabs component by @Sqrcz in #342
    • fix badge dark mode colors to match Flowbite by @Flambe in #347
    • fixed icon placeholder position in FwbAvatar by @andreyjamer in #350
  • Chores

Full Changelog: v0.1.7...v0.1.8

v0.1.7

21 Jan 10:33

Choose a tag to compare

What's Changed

  • New Features

    • improved input layout to support proper positioning for right-to-left languages by @andreyjamer in #322
    • added support for additional classes to make Input component more flexible by @andreyjamer in #325
    • added required property to Select component by @woodrunsdeep in #329
    • added new color prop to Dropdown component by @tho-dan in #335
    • added support for using Tooltip component on Button components that are inside a Button Group component by @tho-dan in #336
    • added disabled state to trigger button in Dropdown component by @tho-dan in #338
    • added custom classes to increase flexibility of Dropdown component by @Sqrcz in #339
  • Bug Fixes

    • fixed disabled state of buttons in Pagination component by @ogzcode in #319
    • fixed reactivity of classes in Alert component by @Flambe in #320
    • fixed hover issues with Card component by @andreyjamer in #321
    • fixed issue #273: FWBInput does not support v-model.number by @alfatta in #327
    • fixed styling dropdowns in Button Group component by @tho-dan in #331
    • fixed Dropdown component documentation (close inside example, slots) by @tho-dan in #333
    • fixed typo in File Input component by @AlijonMurodov in #334
    • fixed issue #310: Toast shadow not visible by @Sqrcz in #340
  • Chores

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

20 Aug 00:15
6244757

Choose a tag to compare

What's Changed

  • feature: new component Blockquote by @ogzcode in #311
  • feature: autocomplete property added to FwbInput, FwbSelect and FwbTextarea components by @hongquan in #285
  • feature: better Toggle label position by @andreyjamer in #296
  • feature: positioning options added to FwbModal component by @woodrunsdeep in #293
  • feature: show/hide events added to Dropdown component by @Flambe in #301
  • fix: dark badge colors by @bartduisters in #302
  • fix: issue with AccordionPanel onUnmounted callback by @cenavarro in #303
  • fix: missing disabled style and doc code for textarea by @ogzcode in #307
  • fix: select option color fixed by @ogzcode in #309
  • fix: wrong type of prop link of FwbSidebarItem.vue by @zoltanka in #299
  • chore: update dropdown placement and alignment by @ogzcode in #313

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

28 May 23:40
a0f04ed

Choose a tag to compare

What's Changed

  • fix: v0.1.4 deployment which was missing build step
  • chore: dependency update and minor fixes by @Sqrcz in #287

Full Changelog: v0.1.4...v0.1.5

v0.1.4

30 Apr 17:41
d2b984a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4