Update dependency flowbite-react to ^0.12.0 #85
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.10.0→^0.12.0Release Notes
themesberg/flowbite-react (flowbite-react)
v0.12.16Compare Source
Patch Changes
3e65ed2Thanks @aliamadi! - Fix CLI crash by safely iterating over Map values in init loggerv0.12.15Compare Source
Patch Changes
d123007Thanks @SarthakPandey2002! - Improve RTL support in the modal componentv0.12.14Compare Source
Patch Changes
5007ee9Thanks @ebbbang! - Ensure modal close button respects dismissible propv0.12.13Compare Source
Patch Changes
3a08772Thanks @jonasho! - add theme option for today in datepickerv0.12.12Compare Source
Patch Changes
7ae1bb7Thanks @SutuSebastian! - remove redundantbuildCLI command invocationv0.12.11Compare Source
Patch Changes
2024216Thanks @SutuSebastian! - Use CSS variables fortailwindcss@v4instead of inline colors.Changes
tailwindcss@v4config filev4configBreaking 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-reactand starting/building the app, which runs theflowbite-react devor respectivelyflowbite-react buildcommand that triggers the patch/fix/migration automatically.v0.12.10Compare Source
Patch Changes
615fda0Thanks @SutuSebastian! - up packagesv0.12.9Compare Source
Patch Changes
e2b007fThanks @SutuSebastian! - fix(wrapDefaultExport): handle complex multiline exportsv0.12.8Compare Source
Patch Changes
c02a977Thanks @SutuSebastian! - fix: Error: spawn npm ENOENTv0.12.7Compare Source
Patch Changes
50ae2eeThanks @SutuSebastian! - fix(ui/cli/plugins):setup-plugin-bunalso detectBun.buildv0.12.6Compare Source
Patch Changes
941a075Thanks @SutuSebastian! - Fixnextjsplugin to work on all environmentsv0.12.5Compare Source
Patch Changes
e1b5bb1Thanks @SutuSebastian! - fix: (node:50743) [DEP0190] DeprecationWarningv0.12.4Compare Source
Patch Changes
#1607
a89a098Thanks @SutuSebastian! - fix:Error: Cannot find module 'tailwindcss/plugin'#1605
262cde0Thanks @SutuSebastian! - Search for<ThemeInit />in the project and warn if it's not found instead of warning all the timeChanges
buildanddevcheck files content for custom configuration and display a warning if<ThemeInit />is not foundsrc/cliandsrc/helpersfromvitest->bun:testv0.12.3Compare Source
Patch Changes
12d3290Thanks @SutuSebastian! - fix(ui/cli/setup-init): nextjs warningChanges
config->CONFIGexport in.flowbite-react/init.(jsx|tsx)v0.12.2Compare Source
Patch Changes
#1596
ab26436Thanks @SutuSebastian! - refactor(setup-init): relax checks on React imports due to IDE formatters removing it if not necessaryimport React from "react"from the AST when parsing current and new contentv0.12.1Compare Source
Patch Changes
#1594
9017065Thanks @SutuSebastian! - fix(compareNodes): support:v0.12.0Compare Source
Minor Changes
#1566
7b79b18Thanks @SutuSebastian! - # Breaking changesflowbite-react patchCLI commandv0.11.9Compare Source
Patch Changes
3028f83Thanks @raahed! - feat(Datepicker): Implemented a filter function propv0.11.8Compare Source
Patch Changes
d44648dThanks @SutuSebastian! - fix(Datepicker): switch hardcoded colorcyan->primaryv0.11.7Compare Source
Patch Changes
f0724b9Thanks @SutuSebastian! - fix(ui~cli):patchcommand windows supportv0.11.6Compare Source
Patch Changes
#1552
bab6c75Thanks @bigbyte-stuart! - make drawer close button type button#1555
2f461eaThanks @SutuSebastian! - refactor(ui~convertUtilitiesToV4): dropjs-regexp-lookbehindin favor of more simpler regex for improved browser supportv0.11.5Compare Source
Patch Changes
7327e55Thanks @SutuSebastian! - fix file watcher ignore directory logic leading to false positivesv0.11.4Compare Source
Patch Changes
c54183bThanks @SutuSebastian! - add orphanclassNames to the theme objectv0.11.3Compare Source
Patch Changes
#1543
868e485Thanks @SutuSebastian! - add newmigrateCLI commandadd new transformer from compound components to singular imports
v0.11.2Compare Source
Patch Changes
#1541
af49b10Thanks @SutuSebastian! - fix(ui~cli): path normalzation for windows support (setup plugins paths)#1539
6caecceThanks @SutuSebastian! - refactor(Alert):onDismissproponDismissprop in Alert component from boolean to a function typeonDismissdefault values from various Alert stories to align with the updated prop typev0.11.1Compare Source
Patch Changes
bd5ead5Thanks @SutuSebastian! - fixschema.json: add missingdarkfield inrequiredv0.11.0Compare Source
Minor Changes
#1498
169b5ddThanks @SutuSebastian! - ## SummaryThis 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:
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.
This PR was generated by Mend Renovate. View the repository job log.