Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .changeset/free-turkeys-lick.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down