Update dependency flowbite-react to ^0.12.0 #17
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.6.4->^0.12.0Release Notes
themesberg/flowbite-react (flowbite-react)
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:
v0.10.2Compare Source
Patch Changes
#1190
25bb353Thanks @ddiasfront! - ### Datepicker Component UpdatesThe Datepicker has been enhanced with several improvements:
valueanddefaultValueprops, enabling programmatic date updates without manual clicks.useMemoanduseEffect.nullvalues.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: ExpandedDatepickerProps.DatepickerContext.tsx: AdjustedselectedDatetype.Decades.tsx,Months.tsx,Years.tsx: Updated logic to check forselectedDate.#1484
38913e5Thanks @KRTirtho! - fix: autocomplete for string enums with dynamic value not workingv0.10.1Compare Source
Patch Changes
a5d008eThanks @SutuSebastian! - addAdonisJSintegration guidev0.10.0Compare Source
Minor Changes
26401bcThanks @dhavalveera! - feat(components): add "Clipboard"Patch Changes
#1405
c8dba76Thanks @dhavalveera! - Renamed theTabsattribute fromstyletovariantto allow the use of thestyleattribute, which was previously blocked.#1430
83a055aThanks @SutuSebastian! - fix(ui): timeline - content - separateTimelineContentbase styles from horizontal/vertical styles#1428
b963b2cThanks @SutuSebastian! - fix(ui): Toggle Switch - styles#1371
92cec6fThanks @SutuSebastian! - Mega Menu - export all entities#1423
4350ffbThanks @SutuSebastian! - update packages#1346
92f41feThanks @dhavalveera! - feat: addHRcomponentv0.9.0Compare Source
Minor Changes
1702f35Thanks @tulup-conner! - ## Introducing Drawer and Mega menuSummary
Say hello to Drawer and Mega menu!
These long-awaited components from the vanilla Flowbite library have finally made their way to Flowbite React. Everything you need to get started - including full theme support, and the full set of examples to match the main Flowbite library - are ready at your fingertips.
Changes
v0.8.0Compare Source
Minor Changes
bf1bdb0Thanks @SutuSebastian! - ## Rework build process usingrollupandtscSummary
In order to bring more performance to the build process of
flowbite-reactpackage, we have to consider transpiling the files using other tools rather thantsc, which is very slow.After evaluating various tools including
tsup,tshy, andbun build, we choserollupwith theesbuildplugin for transpiling due to its performance and flexibility. We continue to usetscsolely for generating*.d.tsdeclaration files.Changes
rollup+esbuildfor transpiling filescjsdirectory now have.cjsextensionesmdirectory now have.mjsextension*.d.ts) have been moved fromdist/esmtodist/typeslibtodistcontentpath as well as thepluginapps/webto properly pipe and require the build output ofpackages/uiin certain script steps such asbuildanddevBreaking changes
tailwind.config.jscontentpath:old:
"node_modules/flowbite-react/lib/esm/**/*.js"new:
"node_modules/flowbite-react/dist/esm/**/*.mjs"- (flowbite.content()returns it)Before
After
v0.7.8Compare Source
Patch Changes
8430004Thanks @SutuSebastian! - fix package.json types pathv0.7.7Compare Source
Patch Changes
b6ebb31Thanks @SutuSebastian! - fix build step, export types and improve DXv0.7.6Compare Source
Patch Changes
7a8933d- exportcreateThemeAPIAll notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.5 (2024-03-20)
Re-publish, broken build in
0.7.4.0.7.4 (2024-03-20)
Bug Fixes
0.7.3 (2024-03-12)
Features
type="text"on<TextInput>(#1206) (fbd57c8)Bug Fixes
asprop (#1244) (a6698d4), closes #1002 #1107argTypes.weekStart.mappingonDatepicker.stories.tsx(#1254) (79f6316), closes #11670.7.2 (2023-12-12)
Bug Fixes
0.7.1 (2023-12-12)
⚠ BREAKING CHANGES
you have to change your weekStart attribute to be -1, so for Monday you should put 1, instead of 2.
But it wasn't working before as the values were incorrectly rendered in the first place.
Features
Bug Fixes
<Checkbox>ring in dark mode (#1160) (d0ccfde)<DarkThemeToggle>console warning (#1172) (bdd7cdf)v0.7.5Compare Source
Re-publish, broken build in
0.7.4.v0.7.4Compare Source
v0.7.3Compare Source
v0.7.2Compare Source
v0.7.1Compare Source
v0.7.0Compare Source
Features
ThemeModeScript- avoid page flicker on reload on SSR application (NextJS, Remix) (#1056) (4f0399b)Bug Fixes
Floating Label- missing svg (#1074) (df71241)0.6.4 (2023-10-03)
Features
Bug Fixes
0.6.3 (2023-09-30)
Bug Fixes
0.6.2 (2023-09-29)
Features
Bug Fixes
custom triggersection not render… (#1005) (409c01c)0.6.1 (2023-09-23)
Bug Fixes
CodePreview- show explicit false props (#985) (b1357c6)text-sm(#958) (ecf271a)0.6.0 (2023-09-09)
Features
<Banner>component (#949) (ce05949)<Datepicker>component (#835) (ff12d41), closes #626Bug Fixes
asprop internal logic + TS props (#885) (942735e), closes #865Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.