Skip to content

Releases: themesberg/flowbite-react

v0.6.4

03 Oct 20:10

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

30 Sep 07:49

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2 - broken

29 Sep 18:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Sep 10:08

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

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

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

Choose a tag to compare

What's Changed

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

v0.4.10

03 Jul 14:00

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

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

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