diff --git a/.changeset/free-turkeys-lick.md b/.changeset/free-turkeys-lick.md deleted file mode 100644 index 9c30c9e5b..000000000 --- a/.changeset/free-turkeys-lick.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"flowbite-react": patch ---- - -Use CSS variables for `tailwindcss@v4` instead of inline colors. - -### Changes - -- [x] automatically generate `tailwindcss@v4` config file -- [x] 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. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 8a3fb4157..117d8c05c 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.12.11 + +### Patch Changes + +- [#1635](https://github.com/themesberg/flowbite-react/pull/1635) [`2024216`](https://github.com/themesberg/flowbite-react/commit/20242167a0c235344c6669a234d6fbb3b1992b60) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Use CSS variables for `tailwindcss@v4` instead of inline colors. + + ### Changes + - [x] automatically generate `tailwindcss@v4` config file + - [x] 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. + ## 0.12.10 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 2b728c7b8..68fcd80eb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "flowbite-react", - "version": "0.12.10", + "version": "0.12.11", "description": "Official React components built for Flowbite and Tailwind CSS", "keywords": [ "design-system",