Update dependency flowbite-react to ^0.10.0 #52
Merged
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.7.0
->^0.10.0
Release Notes
themesberg/flowbite-react (flowbite-react)
v0.10.2
Compare Source
Patch Changes
#1190
25bb353
Thanks @ddiasfront! - ### Datepicker Component UpdatesThe Datepicker has been enhanced with several improvements:
value
anddefaultValue
props, enabling programmatic date updates without manual clicks.useMemo
anduseEffect
.null
values.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
: AdjustedselectedDate
type.Decades.tsx
,Months.tsx
,Years.tsx
: Updated logic to check forselectedDate
.#1484
38913e5
Thanks @KRTirtho! - fix: autocomplete for string enums with dynamic value not workingv0.10.1
Compare Source
Patch Changes
a5d008e
Thanks @SutuSebastian! - addAdonisJS
integration guidev0.10.0
Compare Source
Minor Changes
26401bc
Thanks @dhavalveera! - feat(components): add "Clipboard"Patch Changes
#1405
c8dba76
Thanks @dhavalveera! - Renamed theTabs
attribute fromstyle
tovariant
to allow the use of thestyle
attribute, which was previously blocked.#1430
83a055a
Thanks @SutuSebastian! - fix(ui): timeline - content - separateTimelineContent
base styles from horizontal/vertical styles#1428
b963b2c
Thanks @SutuSebastian! - fix(ui): Toggle Switch - styles#1371
92cec6f
Thanks @SutuSebastian! - Mega Menu - export all entities#1423
4350ffb
Thanks @SutuSebastian! - update packages#1346
92f41fe
Thanks @dhavalveera! - feat: addHR
componentv0.9.0
Compare Source
Minor Changes
1702f35
Thanks @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.0
Compare Source
Minor Changes
bf1bdb0
Thanks @SutuSebastian! - ## Rework build process usingrollup
andtsc
Summary
In order to bring more performance to the build process of
flowbite-react
package, 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 choserollup
with theesbuild
plugin for transpiling due to its performance and flexibility. We continue to usetsc
solely for generating*.d.ts
declaration files.Changes
rollup
+esbuild
for transpiling filescjs
directory now have.cjs
extensionesm
directory now have.mjs
extension*.d.ts
) have been moved fromdist/esm
todist/types
lib
todist
content
path as well as theplugin
apps/web
to properly pipe and require the build output ofpackages/ui
in certain script steps such asbuild
anddev
Breaking changes
tailwind.config.js
content
path:old:
"node_modules/flowbite-react/lib/esm/**/*.js"
new:
"node_modules/flowbite-react/dist/esm/**/*.mjs"
- (flowbite.content()
returns it)Before
After
v0.7.8
Compare Source
Patch Changes
8430004
Thanks @SutuSebastian! - fix package.json types pathv0.7.7
Compare Source
Patch Changes
b6ebb31
Thanks @SutuSebastian! - fix build step, export types and improve DXv0.7.6
Compare Source
Patch Changes
7a8933d
- exportcreateTheme
APIAll 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
as
prop (#1244) (a6698d4), closes #1002 #1107argTypes.weekStart.mapping
onDatepicker.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.5
Compare Source
Re-publish, broken build in
0.7.4
.v0.7.4
Compare Source
v0.7.3
Compare Source
v0.7.2
Compare Source
v0.7.1
Compare Source
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.