Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2025

This PR contains the following updates:

Package Change Age Confidence
flowbite-react (source) ^0.10.0^0.12.0 age confidence

Release Notes

themesberg/flowbite-react (flowbite-react)

v0.12.16

Compare Source

Patch Changes

v0.12.15

Compare Source

Patch Changes

v0.12.14

Compare Source

Patch Changes

v0.12.13

Compare Source

Patch Changes

v0.12.12

Compare Source

Patch Changes

v0.12.11

Compare Source

Patch Changes
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.

v0.12.10

Compare Source

Patch Changes

v0.12.9

Compare Source

Patch Changes

v0.12.8

Compare Source

Patch Changes

v0.12.7

Compare Source

Patch Changes

v0.12.6

Compare Source

Patch Changes

v0.12.5

Compare Source

Patch Changes

v0.12.4

Compare Source

Patch Changes
Changes
  • during commands build and dev check files content for custom configuration and display a warning if <ThemeInit /> is not found
  • switch tests in src/cli and src/helpers from vitest -> bun:test

v0.12.3

Compare Source

Patch Changes
Changes
  • rename config -> CONFIG export in .flowbite-react/init.(jsx|tsx)

v0.12.2

Compare Source

Patch Changes
  • #​1596 ab26436 Thanks @​SutuSebastian! - refactor(setup-init): relax checks on React imports due to IDE formatters removing it if not necessary

    • filter out import React from "react" from the AST when parsing current and new content

v0.12.1

Compare Source

Patch Changes
  • #​1594 9017065 Thanks @​SutuSebastian! - fix(compareNodes): support:

    - different quote styles
    - with and without semicolons
    - trailing commas in objects and arrays
    
    • add tests

v0.12.0

Compare Source

Minor Changes

v0.11.9

Compare Source

Patch Changes

v0.11.8

Compare Source

Patch Changes

v0.11.7

Compare Source

Patch Changes

v0.11.6

Compare Source

Patch Changes

v0.11.5

Compare Source

Patch Changes

v0.11.4

Compare Source

Patch Changes

v0.11.3

Compare Source

Patch Changes
  • #​1543 868e485 Thanks @​SutuSebastian! - add new migrate CLI command

    • add new transformer from compound components to singular imports

      import { Button } from "flowbite-react";
      
      // from
      <Button.Group>
        <Button>tab 1</Button>
        <Button>tab 2</Button>
        <Button>tab 3</Button>
      </Button.Group>
      
      // to
      import { Button, ButtonGroup } from "flowbite-react";
      
      <ButtonGroup>
        <Button>tab 1</Button>
        <Button>tab 2</Button>
        <Button>tab 3</Button>
      </ButtonGroup>

v0.11.2

Compare Source

Patch Changes
  • #​1541 af49b10 Thanks @​SutuSebastian! - fix(ui~cli): path normalzation for windows support (setup plugins paths)

  • #​1539 6caecce Thanks @​SutuSebastian! - refactor(Alert): onDismiss prop

    • Changed the type of onDismiss prop in Alert component from boolean to a function type
    • Removed onDismiss default values from various Alert stories to align with the updated prop type

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
  • #​1498 169b5dd Thanks @​SutuSebastian! - ## Summary

    This release brings massive improvements to Flowbite React's capabilities, introducing the first automatic Tailwind CSS class generation system and native support for both Tailwind CSS v3 and v4. Key highlights include:

    • Automatic Class Generation: First UI library to automatically detect and generate Tailwind CSS classes
    • Tailwind CSS v4 Support: Native compatibility with both Tailwind CSS v3 and v4
    • Comprehensive Prefix Support: Complete system for customizing class prefixes
    • Enhanced CLI Tools: New project initialization and component creation commands
    • Expanded Framework Support: 15 new framework integration guides and templates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) August 14, 2025 21:10
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from ff5c1d1 to a40ee36 Compare August 31, 2025 12:50
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch 2 times, most recently from e3d3a37 to 83f5483 Compare September 8, 2025 14:01
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch 2 times, most recently from b3b5405 to e000fc7 Compare October 27, 2025 12:38
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from e000fc7 to 3879a27 Compare November 10, 2025 19:06
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from 3879a27 to a03bed8 Compare November 18, 2025 20:08
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch 3 times, most recently from 516a6a5 to 439fcd4 Compare December 9, 2025 19:49
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from 439fcd4 to c386f13 Compare December 15, 2025 13:52
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch 2 times, most recently from 36e1994 to e39ef5b Compare December 31, 2025 14:36
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from e39ef5b to 3cc7335 Compare January 7, 2026 09:56
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from 3cc7335 to 87c3e38 Compare January 19, 2026 14:49
@renovate renovate bot force-pushed the renovate/flowbite-react-0.x branch from 87c3e38 to 2a10318 Compare January 23, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants