Releases: themesberg/flowbite-vue
Releases · themesberg/flowbite-vue
v0.2.3
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
- clarify relative path in quickstart by @david-mears-2 in #413
-
Chores
New Contributors
- @david-mears-2 made their first contribution in #413
- @ps-20x made their first contribution in #425
- @sirius-den made their first contribution in #395
- @VossKai made their first contribution in #418
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
-
New Features
- close
FwbModalon esc keypress even whenfocusTrapis enabled by @wazeerc in #408 - added
FwbAutocompletecomponent with examples and documentation by @moghaddam01 in #400 - added support for custom colors to
FwbProgressandFwbSpinnercomponents by @wazeerc in #393 - added
hrefandtosupport inFwbListGroupItemcomponent by @MahmoudGhalayini in #382 - improved file handling and layout for
FwbFileInputby @wazeerc in #379
- close
-
Bug Fixes
- fixed image sizing bug in FwbAvatar` component by @andreyjamer in #407
- fixed
FwbInputlabel/input connection by @ChrisWSchultz in #405 - fixed
labelappearance problem inFwbTextareacomponent #391 by @ogzcode in #392 - fixed the gap problem in the
FwbTogglecomponent #388 by @ogzcode in #389 - fixed hover for
FwbListGroupItemwith icons to not wrap by @tho-dan in #387 - fixed background color of the
FwbCardcomponent #385 by @ogzcode in #386 - fixed
FwbCardwidth issue #383 by @ogzcode in #384 - fixed
FwbButtonlight arrangement for dark mode #380 by @ogzcode in #381 - improved text selection handling in
FwbCheckboxlabel by @wazeerc in #378 - changed
linkClassesinFwbNavbarLinkto be computed rather than only evaluated on mount to resolve #373 by @thepurpleblob in #375
-
Chores
- chore: refactoring and dependency updates by @Sqrcz in #409
- refactor
FwbAlertexamples to useFwbButtonby @wazeerc in #377 - maintenance - unnecessary
eslint-disableremoved by @Sqrcz in #376 - fixed a bug with model type in
FwbInputcomponent by @andreyjamer in #372 - improved first last buttons behavior in
FwbPaginationcomponent by @andreyjamer in #364
New Contributors
- @thepurpleblob made their first contribution in #375
- @MahmoudGhalayini made their first contribution in #382
- @moghaddam01 made their first contribution in #400
- @ChrisWSchultz made their first contribution in #405
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
-
New Features
- upgrade to Tailwind CSS v4 by @Sqrcz in #360
- label added to
FwbFileInputcomponent dropzone by @ogzcode in #304 - added label and icon for First and Last buttons in
FwbPaginationcomponent by @ariefandw in #324 - exposed
isOpento use inarrow-iconslot inFwbSidebarDropdownItemcomponent by @bcostaaa01 in #256
-
Bug Fixes
modelValueset to be optional inFwbInputcomponent by @andreyjamer in #343
-
Chores
New Contributors
- @ariefandw made their first contribution in #324
Full Changelog: v0.1.9...v0.2.0
v0.1.9
v0.1.8
v0.1.7
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
requiredproperty to Select component by @woodrunsdeep in #329 - added new
colorprop 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
disabledstate 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
- @AlijonMurodov made their first contribution in #334
- @dualklip made their first contribution in #337
- @tho-dan made their first contribution in #336
- @alfatta made their first contribution in #327
Full Changelog: v0.1.6...v0.1.7
v0.1.6
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
linkof FwbSidebarItem.vue by @zoltanka in #299 - chore: update dropdown placement and alignment by @ogzcode in #313
New Contributors
- @ogzcode made their first contribution in #313
- @bartduisters made their first contribution in #302
- @cenavarro made their first contribution in #303
- @Flambe made their first contribution in #301
- @woodrunsdeep made their first contribution in #293
- @zoltanka made their first contribution in #299
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
What's Changed
- Fix/issue #280 by @Sqrcz in #281
- fix: dropdown content position does not react to content size by @AnotiaWang in #277
- Fix accordion component calculations and header classes by @tahaokumus in #262
- feat: Added property to align dropdown context with the trigger by @andreyjamer in #282
- Added HTML attribute: accept in FwbFileInput by @gitamgadtaula in #278
New Contributors
- @andreyjamer made their first contribution in #282
- @gitamgadtaula made their first contribution in #278
Full Changelog: v0.1.3...v0.1.4