Skip to content

v0.4.8

Compare
Choose a tag to compare
@tulup-conner tulup-conner released this 22 Jun 02:01
· 271 commits to main since this release
c1b4702

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