This repository was archived by the owner on Feb 22, 2024. It is now read-only.
fix(deps): update dependency daisyui to v4#419
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Latest commit: |
70afdc2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://77279456.sonicj.pages.dev |
| Branch Preview URL: | https://renovate-daisyui-4-x.sonicj.pages.dev |
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
12 times, most recently
from
November 18, 2023 06:18
b889590 to
f1a20e4
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
11 times, most recently
from
November 28, 2023 19:48
c276927 to
d84732d
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
5 times, most recently
from
December 4, 2023 12:04
fabc978 to
9a8229c
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
from
December 14, 2023 21:05
9a8229c to
121c126
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
4 times, most recently
from
December 24, 2023 22:08
e51df2a to
5fed521
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
from
January 3, 2024 00:49
5fed521 to
8228897
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
from
January 11, 2024 01:25
8228897 to
9b17aba
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
from
January 29, 2024 15:30
9b17aba to
00ecb1b
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
4 times, most recently
from
February 13, 2024 19:38
15ff562 to
a3a18ff
Compare
renovate
Bot
force-pushed
the
renovate/daisyui-4.x
branch
from
February 14, 2024 01:28
a3a18ff to
70afdc2
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:
3.6.1->4.7.2Release Notes
saadeghi/daisyui (daisyui)
v4.7.2Compare Source
Bug Fixes
v4.7.1Compare Source
Bug Fixes
btnis inside menu (ac60762)v4.7.0Compare Source
Features
v4.6.3Compare Source
Bug Fixes
v4.6.2Compare Source
Bug Fixes
v4.6.1Compare Source
Bug Fixes
v4.6.0Compare Source
Bug Fixes
v4.5.0Compare Source
Features
Bug Fixes
v4.4.24Compare Source
Bug Fixes
.prose pre>code(5d6daf3)v4.4.23Compare Source
Bug Fixes
v4.4.22Compare Source
Bug Fixes
v4.4.21Compare Source
Bug Fixes
v4.4.20Compare Source
Bug Fixes
v4.4.19Compare Source
Bug Fixes
v4.4.18Compare Source
v4.4.17Compare Source
Bug Fixes
drawer-contentoverflow when there's a table. closes: #2262 closes: #1914 (206b207)v4.4.16Compare Source
Bug Fixes
v4.4.15Compare Source
Bug Fixes
v4.4.14Compare Source
Bug Fixes
drawer-contentoverflow when there's a table. closes: #2262 #1914 (1c7e786)v4.4.13Compare Source
Bug Fixes
drawer-contentoverflow when there's a table. closes: #2262 #1914 (1c7e786)v4.4.12Compare Source
Bug Fixes
group-hover:tooltip-open. closes: #2533 (a8742dc)v4.4.11Compare Source
Bug Fixes
v4.4.10Compare Source
Bug Fixes
v4.4.9Compare Source
Bug Fixes
v4.4.8Compare Source
Bug Fixes
button-activecolor fallback for old browserlinkhover color fallback for old browsermenuline color fallback for old browserv4.4.7Compare Source
Bug Fixes
v4.4.6Compare Source
Bug Fixes
v4.4.5Compare Source
Bug Fixes
v4.4.4Compare Source
Bug Fixes
v4.4.3Compare Source
Bug Fixes
v4.4.2Compare Source
Bug Fixes
v4.4.1Compare Source
Bug Fixes
v4.4.0Compare Source
Features
v4.3.1Compare Source
v4.2.3Compare Source
v4.2.2Compare Source
v4.2.1Compare Source
v4.2.0Compare Source
v4.1.1Compare Source
v4.1.0Compare Source
v4.0.9Compare Source
Bug Fixes
v4.0.8Compare Source
Bug Fixes
v4.0.7Compare Source
v4.0.6Compare Source
Bug Fixes
v4.0.5Compare Source
Bug Fixes
v4.0.4Compare Source
Bug Fixes
v4.0.3Compare Source
Bug Fixes
v4.0.2Compare Source
Bug Fixes
v4.0.1Compare Source
v4.0.0Compare Source
Breaking changes
--p,--s, etc) now contain OKLCH values instead of HSL.hsl(var(--p))you have to change it tooklch(var(--p))*-focuscolor names. They where being used only for buttons.primary-focussecondary-focusaccent-focusneutral-focuscolor-mix(). For example to make primary (--p) color darker by 7%, you can use this class name:bg-[color-mix(in_oklab,oklch(var(--p)),black_7%)]daisyui/src/theming/themes.jsfile.If you're customizing a built-in daisyUI theme like this:
...require("daisyui/src/theming/themes")["[data-theme=light]"],
change it to:
...require("daisyui/src/theming/themes")["light"],
mr-*,pl-*, etc)rtldaisyUI configtailwindcss-flipplugin anymore.rtl: trueintailwind.config.jsdir=rtlto<html>tag and everything will be RTL on runtime.tabitem.tabare removed:tab-liftedtab-borderedtab-lgtab-mdtab-smtab-xstabsclass instead:tabs-liftedtabs-borderedtabs-lgtabs-mdtabs-smtabs-xstabsclass is now using grid, instead of flex.:before) instead of two (:beforeandafter)--btn-text-caseCSS variable from themesrtlconfig because RTL is now automaticcolord,rtlcss,postcss,tailwindcssculori,picocolorsFeatures
timelineskeletondifftheme-controllerdivider-primarydivider-secondarydivider-accentdivider-neutraldivider-successdivider-warningdivider-infodivider-errordivider-startdivider-endbtn-infobtn-successbtn-warningbtn-errortabtag now grows and fills the empty spacetabclass can now be a radio input.aria-labelvalue will be shown as the tab title so it's accessible for screen readers and keyboard navigation.tab-contentclass allows you to switch tab content@tailwindcss/forms@tailwindcss/formsplugin (even though you don't need it alongside daisyUI)themeRootconfig:rootto receive the color CSS variables.Bug Fixes
Docs
v3.9.4Compare Source
v3.9.3Compare Source
v3.9.2Compare Source
v3.9.1Compare Source
v3.9.0Compare Source
3.8.3 (2023-10-02)
Bug Fixes
3.8.2 (2023-09-30)
3.8.1 (2023-09-27)
Bug Fixes
disable input outline when there's an
<input>tag inside a.inputwrapperadd
:focus-withinstyle to.input(#2363)#2360 (20a8f62)
v3.8.3Compare Source
v3.8.2Compare Source
v3.8.1Compare Source
v3.8.0Compare Source
Features
tooltipcolor variants now can be extended using apply (11fb1b1), closes #23713.7.7 (2023-09-21)
3.7.6 (2023-09-19)
Bug Fixes
join(#2334) (e8b3589)3.7.5 (2023-09-17)
3.7.4 (2023-09-13)
3.7.3 (2023-09-06)
Bug Fixes
3.7.2 (2023-09-06)
Bug Fixes
3.7.1 (2023-09-06)
v3.7.7Compare Source
v3.7.6Compare Source
v3.7.5Compare Source
v3.7.4Compare Source
v3.7.3Compare Source
v3.7.2Compare Source
v3.7.1Compare Source
v3.7.0Compare Source
Features
3.6.6 (2023-09-06)
3.6.5 (2023-09-04)
Bug Fixes
<select>font weight is not semibold anymore because it causes a bug in Safari (c773cdf)3.6.4 (2023-08-30)
Bug Fixes
3.6.3 (2023-08-25)
Bug Fixes
3.6.2 (2023-08-25)
3.6.1 (2023-08-22)
v3.6.6Compare Source
v3.6.5Compare Source
v3.6.4Compare Source
v3.6.3Compare Source
v3.6.2Compare Source
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.