Releases: themesberg/flowbite-react
Releases · themesberg/flowbite-react
flowbite-react@0.12.17
Patch Changes
-
#1654
98852dcThanks @SutuSebastian! - Shrink final bundle size from42 MBto8.38 MBChanges
- drop AST parsers in favor of
oxc-parser - update packages
- update
plugin/modernjsto the new API
before
after
- drop AST parsers in favor of
create-flowbite-react@1.1.2
Patch Changes
-
#1654
98852dcThanks @SutuSebastian! - Change bundler totsdownChanges
- migrate
tsuptotsdown
- migrate
flowbite-react@0.12.16
flowbite-react@0.12.15
Patch Changes
- #1643
d123007Thanks @SarthakPandey2002! - Improve RTL support in the modal component
flowbite-react@0.12.14
flowbite-react@0.12.13
flowbite-react@0.12.12
Patch Changes
- #1637
7ae1bb7Thanks @SutuSebastian! - remove redundantbuildCLI command invocation
flowbite-react@0.12.11
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
flowbite-react@0.12.10
Patch Changes
- #1631
615fda0Thanks @SutuSebastian! - up packages
flowbite-react@0.12.9
Patch Changes
- #1624
e2b007fThanks @SutuSebastian! - fix(wrapDefaultExport): handle complex multiline exports