This repository was archived by the owner on Jul 12, 2024. It is now read-only.
chore(deps): update dependency daisyui to v4#96
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
614da38 to
f1bb2a4
Compare
10fd21b to
6dc2c29
Compare
4eecdab to
a81444a
Compare
Innei
approved these changes
Dec 8, 2023
352dd1b to
807f96f
Compare
Innei
approved these changes
Dec 9, 2023
eac8c43 to
7d25985
Compare
c66e920 to
7bcd8c3
Compare
7bcd8c3 to
16c24fa
Compare
16c24fa to
f1e18b1
Compare
f1e18b1 to
541f4f0
Compare
541f4f0 to
606c9d4
Compare
606c9d4 to
003686e
Compare
8ee904f to
fff4811
Compare
fff4811 to
48b24c1
Compare
2682fc0 to
7140009
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.9.4->4.12.10Release Notes
saadeghi/daisyui (daisyui)
v4.12.10Compare Source
Bug Fixes
v4.12.9Compare Source
Bug Fixes
themeRootconfig (fade326), closes #3094v4.12.8Compare Source
Bug Fixes
v4.12.7Compare Source
Bug Fixes
<select>padding (08bc2e6), closes #3098v4.12.6Compare Source
v4.12.5Compare Source
Bug Fixes
v4.12.4Compare Source
Bug Fixes
v4.12.3Compare Source
v4.12.2Compare Source
v4.11.1Compare Source
Bug Fixes
prefers-reduced-motion(57d470e)v4.11.0Compare Source
Features
tab-activestyle for tabs witharia-selected="true"attribute (213ee58)v4.10.5Compare Source
Bug Fixes
outline-*color utility classes to CDN file (b3e4800), closes #2944v4.10.4Compare Source
Bug Fixes
inputas disabled (50d26b5), closes #3004v4.10.3Compare Source
v4.10.2Compare Source
Bug Fixes
v4.10.1Compare Source
Bug Fixes
v4.10.0Compare Source
Features
v4.9.0Compare Source
Features
v4.8.0Compare Source
Features
checked="true"won't force to show a checked value visually anymore (17585a6), closes #2911v4.7.3Compare Source
Features
carousel-startutility classv4.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
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 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 has been generated by Mend Renovate. View repository job log here.