Releases: themesberg/flowbite-react
[email protected]
[email protected]
[email protected]
Patch Changes
- #1637
7ae1bb7Thanks @SutuSebastian! - remove redundantbuildCLI command invocation
[email protected]
Patch Changes
-
#1635
2024216Thanks @SutuSebastian! - Use CSS variables fortailwindcss@v4instead of inline colors.Changes
- automatically generate
tailwindcss@v4config file - use css variables for the
v4config
Breaking changes
Only applicable to
tailwindcss@v4:before
@plugin "flowbite-react/plugins/tailwindcss"- this points to the legacy JS plugin (that uses inline colors)after
@import "flowbite-react/plugins/tailwindcss"- this points to the CSS-based plugin (that uses CSS variables)The breaking change is self-managed once upgrading
flowbite-reactand starting/building the app, which runs theflowbite-react devor respectivelyflowbite-react buildcommand that triggers the patch/fix/migration automatically. - automatically generate
[email protected]
Patch Changes
- #1631
615fda0Thanks @SutuSebastian! - up packages
[email protected]
Patch Changes
- #1624
e2b007fThanks @SutuSebastian! - fix(wrapDefaultExport): handle complex multiline exports
[email protected]
Patch Changes
- #1621
c02a977Thanks @SutuSebastian! - fix: Error: spawn npm ENOENT
[email protected]
Patch Changes
- #1615
50ae2eeThanks @SutuSebastian! - fix(ui/cli/plugins):setup-plugin-bunalso detectBun.build
[email protected]
Patch Changes
-
#1612
941a075Thanks @SutuSebastian! - Fixnextjsplugin to work on all environmentsChanges
- fix(ui):
nextjsplugin to run properly onNODE_ENVenvironments:production,developmentandtest - log file writes in
dev
Breaking changes
withFlowbiteReactnow always returns async configuration (see: Async Configuration) so make sure to wrap any other HOC (higher-order-functions) such aswithContentlayerbecause most of them do not forward pass async config arguments (eg:phase, options)// ❌ not working export default withContentlayer(withFlowbiteReact(nextConfig)); // ✅ working export default withFlowbiteReact(withContentlayer(nextConfig));
- fix(ui):
[email protected]
Patch Changes
- #1608
e1b5bb1Thanks @SutuSebastian! - fix: (node:50743) [DEP0190] DeprecationWarning