v0.4.6
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
- @lucasalberto01 made their first contribution in #757
- @IuriPires made their first contribution in #741
- @ductinhkzz made their first contribution in #746
- @jananxd made their first contribution in #763
- @lokeshpathrabe made their first contribution in #731
- @Alreadywinner made their first contribution in #769
Full Changelog: v0.4.4...v0.4.6