This repository was archived by the owner on Jan 6, 2024. It is now read-only.
Open
Conversation
6ceb073 to
bd99023
Compare
bd99023 to
cfda062
Compare
cfda062 to
9b346bb
Compare
9b346bb to
32c4925
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.1.8->^0.7.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
themesberg/flowbite-react (flowbite-react)
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 #865v0.6.4Compare Source
v0.6.3Compare Source
v0.6.2Compare Source
v0.6.1Compare Source
v0.6.0Compare Source
v0.5.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
0.4.11 (2023-07-10)
Features
Bug Fixes
0.4.10 (2023-07-03)
Features
Bug Fixes
0.4.9 (2023-06-22)
Features
classnamesbytailwind-merge(#816) (7461173)Bug Fixes
<Navbar.Toggle/>icon (#819) (6bc0de9), closes #818 /stackoverflow.com/questions/72146352/vitest-defineconfig-test-does-not-exist-in-type-userconfigexport/73106019#731060190.4.8 (2023-06-22)
Features
classnamesbytailwind-merge(#816) (7461173)Bug Fixes
0.4.7 (2023-06-01)
Features
Bug Fixes
tsconfig.jsonpathsby relative paths (6efd448), closes #7720.4.6 (2023-05-26)
0.4.5 (2023-05-26)
Features
Bug Fixes
0.4.4 (2023-04-24)
Features
placeholderInitials(#659) (#660) (525b90d)Bug Fixes
<Table>s (#608) (6f1869b)displayNameto Forms components (#656) (329cb5a), closes #641theme={}to contain partials (#649) (863a789), closes #646window is not definedinnext.js(#652) (8fd9ddc)<Modal>vertical positioning (#658) (5fec3ca), closes #601targettoButtonprops to open a link in new tab (#631) (ed74d13)0.4.3 (2023-04-05)
Features
0.4.2 (2023-03-08)
Features
placeholderInitials(#659) (#660) (525b90d)Bug Fixes
displayNameto Forms components (#656) (329cb5a), closes #641theme={}to contain partials (#649) (863a789), closes #646window is not definedinnext.js(#652) (8fd9ddc)<Modal>vertical positioning (#658) (5fec3ca), closes #601targettoButtonprops to open a link in new tab (#631) (ed74d13)0.4.1 (2023-03-03)
⚠ BREAKING CHANGES
FlowbiteThemefor numerouscomponents.
The philosophy is that themes will more clearly reflect the component's structure.
For example, an
<Accordion>can contain any number of<Accordion.Title>or<Accordion.Content>sections. The theme used to look like:
And now, the theme for an
<Accordion>looks like:So now the options in the theme which apply to the
<Accordion>itself will always be found underroot. Likewise,<Accordion.Content>can be themed via thecontentsubsection.This ultimately will apply to all components.
prettierplugins foreslintInstead, use
prettier-plugin-tailwindcss, which is sufficient.refactor(/lib/*): use
yarn prettierwithprettier-plugin-tailwindcssfix(/lib/components/*.spec): resolve test errors caused by migrating theme
feat(/lib/components/*): add
theme={}attribute to components that need itFeatures
usePreferences(#582) (77cbc27), closes #581 #565 #581 #565<Timeline.Body>to a<div>(#603) (720c8ef), closes #602<Alert>s (#586) (05bde49), closes #473 #473 #473<Badge>s (#617) (f00628f)<Button>s (#598) (e88cdab), closes #473 #473 #473 #473 #473theme={}attribute to components that need it (#611) (005d78a), closes #500 #566 #594 #124 #609Bug Fixes
<Modal.Content>from being truncated (#601) (dd19f33), closes #600{' '}literals from code examples (#614) (2f46d90)v0.4.11Compare Source
v0.4.10Compare Source
v0.4.9Compare Source
v0.4.8Compare Source
v0.4.7Compare Source
v0.4.6Compare Source
v0.4.5Compare Source
v0.4.4Compare Source
v0.4.3Compare Source
v0.4.2Compare Source
v0.4.1Compare Source
v0.4.0Compare Source
⚠ BREAKING CHANGES
FlowbiteThemefor numerouscomponents.
The philosophy is that themes will more clearly reflect the component's structure.
For example, an
<Accordion>can contain any number of<Accordion.Title>or<Accordion.Content>sections. The theme used to look like:
And now, the theme for an
<Accordion>looks like:So now the options in the theme which apply to the
<Accordion>itself will always be found underroot. Likewise,<Accordion.Content>can be themed via thecontentsubsection.This ultimately will apply to all components.
prettierplugins foreslintInstead, use
prettier-plugin-tailwindcss, which is sufficient.refactor(/lib/*): use
yarn prettierwithprettier-plugin-tailwindcssfix(/lib/components/*.spec): resolve test errors caused by migrating theme
feat(/lib/components/*): add
theme={}attribute to components that need itFeatures
usePreferences(#582) (77cbc27), closes #581 #565 #581 #565<Timeline.Body>to a<div>(#603) (720c8ef), closes #602<Alert>s (#586) (05bde49), closes #473 #473 #473<Badge>s (#617) (f00628f)<Button>s (#598) (e88cdab), closes #473 #473 #473 #473 #473Avatarplaceholder (#375) (e349d82), closes #357 #357 #357 #357theme={}attribute to components that need it (#611) (005d78a), closes #500 #566 #594 #124 #609Bug Fixes
<Modal.Content>from being truncated (#601) (dd19f33), closes #600{' '}literals from code examples (#614) (2f46d90)<Footer.Copyright>(#317) (c6524ee)type="button"when not a<button>(#217) (8c7012e)usePreferencesis false (#417) (#424) (37244ff)Configuration
📅 Schedule: 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.
This PR has been generated by Mend Renovate. View repository job log here.