Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Update dependency flowbite-react to ^0.12.0#12

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flowbite-react-0.x
Open

Update dependency flowbite-react to ^0.12.0#12
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flowbite-react-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

themesberg/flowbite-react (flowbite-react)

v0.12.17

Compare Source

Patch Changes
Changes
  • drop AST parsers in favor of oxc-parser
  • update packages
  • update plugin/modernjs to the new API
before
Screenshot 2026-02-05 at 12 02 11
after
Screenshot 2026-02-05 at 12 02 03

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

v0.10.2

Compare Source

Patch Changes
  • #​1190 25bb353 Thanks @​ddiasfront! - ### Datepicker Component Updates

    The Datepicker has been enhanced with several improvements:

    1. Controlled Inputs: Supports controlled inputs via value and defaultValue props, enabling programmatic date updates without manual clicks.
    2. State Management: Optimized internal state management using useMemo and useEffect.
    3. Documentation: Added sections in documentation for controlled usage and handling null values.
    4. Test Cases: Comprehensive unit tests added for date handling.
    5. Storybook: Improved stories, showcasing different states (controlled/uncontrolled).
Files Updated:
  • apps/web/content/docs/components/datepicker.mdx: Added controlled usage section.

  • Datepicker.spec.tsx: Added unit tests.

  • Datepicker.stories.tsx: Enhanced story variants.

  • Datepicker.tsx: Expanded DatepickerProps.

  • DatepickerContext.tsx: Adjusted selectedDate type.

  • Decades.tsx, Months.tsx, Years.tsx: Updated logic to check for selectedDate.

  • #​1484 38913e5 Thanks @​KRTirtho! - fix: autocomplete for string enums with dynamic value not working

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 changed the title Update dependency flowbite-react to ^0.10.0 Update dependency flowbite-react to ^0.11.0 Mar 26, 2025
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from a84f6a3 to 2e9d870 Compare March 26, 2025 08:05
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from 2e9d870 to e581aed Compare April 7, 2025 00:56
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from e581aed to c776dd9 Compare July 22, 2025 17:51
@renovate renovate Bot changed the title Update dependency flowbite-react to ^0.11.0 Update dependency flowbite-react to ^0.12.0 Jul 22, 2025
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch 3 times, most recently from 3df58b1 to a610822 Compare July 28, 2025 14:11
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch 2 times, most recently from 7bc068a to 611bda2 Compare August 11, 2025 13:59
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch 2 times, most recently from c55a364 to b3ce4a4 Compare September 6, 2025 23:02
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from b3ce4a4 to 44b0378 Compare September 8, 2025 13:47
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from 44b0378 to c5e6526 Compare September 25, 2025 21:08
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from c5e6526 to 3bc5ac7 Compare October 27, 2025 11:15
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from 3bc5ac7 to 87651b3 Compare November 19, 2025 23:51
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch 4 times, most recently from c7ebcb5 to 968075e Compare December 9, 2025 19:58
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from 968075e to 411a9b4 Compare December 15, 2025 14:02
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch 2 times, most recently from 022ac78 to 4ef5c7c Compare December 31, 2025 13:13
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from 4ef5c7c to 4cfadaf Compare January 7, 2026 09:27
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch 2 times, most recently from c6ea1af to 3c210fa Compare January 23, 2026 16:29
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch 2 times, most recently from eb3c48c to 3abe69e Compare February 9, 2026 14:38
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from 3abe69e to d84a2fc Compare February 12, 2026 17:01
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from d84a2fc to a120b1c Compare March 5, 2026 15:56
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from a120b1c to 234a517 Compare March 13, 2026 12:14
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from 234a517 to a393d75 Compare April 1, 2026 18:40
@renovate renovate Bot force-pushed the renovate/flowbite-react-0.x branch from a393d75 to ec7415c Compare April 8, 2026 18:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants