Skip to content

Releases: themesberg/flowbite-react

flowbite-react@0.12.16

07 Jan 06:58
31b3e7d

Choose a tag to compare

Patch Changes

flowbite-react@0.12.15

28 Dec 11:35
dbca07b

Choose a tag to compare

Patch Changes

flowbite-react@0.12.14

15 Dec 10:56
251fcf4

Choose a tag to compare

Patch Changes

flowbite-react@0.12.13

09 Dec 16:02
9d7731e

Choose a tag to compare

Patch Changes

flowbite-react@0.12.12

08 Dec 14:19
024886e

Choose a tag to compare

Patch Changes

flowbite-react@0.12.11

08 Dec 13:38
d6ce2d8

Choose a tag to compare

Patch Changes

  • #1635 2024216 Thanks @SutuSebastian! - Use CSS variables for tailwindcss@v4 instead of inline colors.

    Changes

    • automatically generate tailwindcss@v4 config file
    • use css variables for the v4 config

    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-react and starting/building the app, which runs the flowbite-react dev or respectively flowbite-react build command that triggers the patch/fix/migration automatically.

flowbite-react@0.12.10

27 Oct 09:24
74499c5

Choose a tag to compare

Patch Changes

flowbite-react@0.12.9

08 Sep 13:03
7197b25

Choose a tag to compare

Patch Changes

flowbite-react@0.12.8

01 Sep 10:48
6dfbd8e

Choose a tag to compare

Patch Changes

flowbite-react@0.12.7

11 Aug 13:44
d61afda

Choose a tag to compare

Patch Changes