Skip to content

Releases: themesberg/flowbite-react

v0.6.1

23 Sep 10:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Sep 02:00
ed5e2c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Jul 13:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.11...v0.5.0

v0.4.11

10 Jul 21:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.10...v0.4.11

v0.4.10

03 Jul 14:00
Compare
Choose a tag to compare

What's Changed

  • feat: life quality improvements by @rluders in #825
  • feat(button.tsx): Added as prop to button component by @nigellima in #826
  • fix(button.tsx): Disable Button hover state when button is disabled by @nigellima in #830
  • fix(textinput.tsx): TextInput padding when having right/left icons by @nigellima in #832
  • fix(src/components/navbar): fix wrong type on by @tulup-conner in #836
  • feat(dropdown): adding custom trigger by @rluders in #834
  • feat(carousel): adds onSlideChange property by @rluders in #833

New Contributors

Full Changelog: v0.4.9...v0.4.10

v0.4.9

22 Jun 09:35
Compare
Choose a tag to compare

This is a hotfix release version. Users noticed that the react-icons package last version where missing some icons that we use in some of our components.

What's Changed

  • fix(src/components/navbar): change default <Navbar.Toggle/> icon by @tulup-conner in #819

Full Changelog: v0.4.8...v0.4.9

v0.4.8

22 Jun 02:01
c1b4702
Compare
Choose a tag to compare

In this release, we replaced classnames by tailwind-merge for the entire design system, and removed !important anywhere it was used in the default Flowbite React theme.

In general, you shouldn't need to use !important in custom className used on any component anymore either, so consider removing any you have.

You also shouldn't need to use theme={} where a class in the theme was always overriding the one you passed in className yourself anymore.

Breaking Changes

  • <Avatar img="somewhere.jpg" theme={..} /> now has a avatar.root.img.base style to customize the output of the <img/>. If you were customizing <Avatar> theme with any of avatar.root.img, you might want to check out the changelog: 427a56f (we just moved a rounded from on/off to base)

What's Changed

Features

Bug fixes

  • fix(paginationbutton.tsx): button now has type button by @IuriPires in #811

Documentation

Full Changelog: v0.4.7...v0.4.8

v0.4.7

01 Jun 12:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.7

v0.4.6

26 May 23:34
931be31
Compare
Choose a tag to compare

In this release, we re-wrote our development server in Next.js.

That doesn't change anything for you unless you would like to contribute! If so, please take a look at our newest contributing guide.

What's Changed

  • Remove create-react-app development server by @tulup-conner in #642
  • fix(dropdown): fix dropdown menu items container width by @paghar in #714
  • fix(theme): typo in bottom-center by @mvaled in #717
  • fix(dropdown): add type button in dropdown by @lucasalberto01 in #757
  • fix: making ToggleSwitch color prop as keyof FlowbiteColors by @IuriPires in #741
  • fix(button.tsx): make prop theme work by @ductinhkzz in #746
  • fix(component): fix Label component disabled property not applying theme styles by @jananxd in #763
  • feat(pagination.tsx): next and previous buttons should disable when on 1 and last page respectively by @lokeshpathrabe in #731
  • fix: pagination button not being highlighted correctly by @IuriPires in #725
  • fix(modal): overflow bug fix by @paghar in #718
  • fix(Modal): modal scrollbar overflow style issue fixed by @Alreadywinner in #769

New Contributors

Full Changelog: v0.4.4...v0.4.6

v0.4.4

24 Apr 22:59
57cf6e8
Compare
Choose a tag to compare

Breaking Changes

  • feat(/src/components/progress): fix unclear label usage #547

Clarifies confusing behavior for <Progress>.

<Progress label={}> is now <Progress textLabel={}>
<Progress labelPosition={}> is now <Progress progressLabelPosition={} textLabelPosition={}>

  • fix(/lib/components/table): prevent scrollbars around <Table>s #608
  • fix(modal theme): fix modal vertical positioning #658
  • fix(button): fixes outline button #654

What's Changed

  • fix: group list styling by @meesvandongen in #668
  • fix(/lib/components/table): prevent scrollbars around <Table>s by @multiwebinc in #608
  • fix(component/models): prevent scrolling of body when modal is shown by @multiwebinc in #700
  • fix(component/progressbar): fix progressbar showing label when progress == 0 by @SrivatsaRUpadhya in #698
  • chore(cypress): fixes cypress e2e test pipeline by @ovichowdhury in #695
  • refactor(component): simplify the usage of spinner inside the Button by @aminlotfi in #535
  • fix(components/accordion): allow opened panel to be closed #684 - add accordion tests by @mufasubhai in #705
  • feat(sidebar): Allow to customize the Sidebar component with 'as' by @mvaled in #703
  • fix(tabs): remove tab auto focus by @paghar in #712
  • fix: added aria-label to solve Buttons do not have an accessible name… by @thematrixl in #711

New Contributors

Full Changelog: v0.4.3...v0.4.4