chore(deps): update dependency daisyui to v4 #28
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.7.7
->^4.0.0
Release Notes
saadeghi/daisyui (daisyui)
v4.12.14
Compare Source
Bug Fixes
v4.12.13
Compare Source
Bug Fixes
v4.12.12
Compare Source
Bug Fixes
v4.12.11
Compare Source
Bug Fixes
v4.12.10
Compare Source
Bug Fixes
v4.12.9
Compare Source
Bug Fixes
themeRoot
config (fade326), closes #3094v4.12.8
Compare Source
Bug Fixes
v4.12.7
Compare Source
Bug Fixes
<select>
padding (08bc2e6), closes #3098v4.12.6
Compare Source
v4.12.5
Compare Source
Bug Fixes
v4.12.4
Compare Source
Bug Fixes
v4.12.3
Compare Source
v4.12.2
Compare Source
v4.11.1
Compare Source
Bug Fixes
prefers-reduced-motion
(57d470e)v4.11.0
Compare Source
Features
tab-active
style for tabs witharia-selected="true"
attribute (213ee58)v4.10.5
Compare Source
Bug Fixes
outline-*
color utility classes to CDN file (b3e4800), closes #2944v4.10.4
Compare Source
Bug Fixes
input
as disabled (50d26b5), closes #3004v4.10.3
Compare Source
v4.10.2
Compare Source
Bug Fixes
v4.10.1
Compare Source
Bug Fixes
v4.10.0
Compare Source
Features
v4.9.0
Compare Source
Features
v4.8.0
Compare Source
Features
checked="true"
won't force to show a checked value visually anymore (17585a6), closes #2911v4.7.3
Compare Source
Features
carousel-start
utility classv4.7.2
Compare Source
Bug Fixes
v4.7.1
Compare Source
Bug Fixes
btn
is inside menu (ac60762)v4.7.0
Compare Source
Features
v4.6.3
Compare Source
Bug Fixes
v4.6.2
Compare Source
Bug Fixes
v4.6.1
Compare Source
Bug Fixes
v4.6.0
Compare Source
Bug Fixes
v4.5.0
Compare Source
Features
Bug Fixes
v4.4.24
Compare Source
Bug Fixes
.prose pre>code
(5d6daf3)v4.4.23
Compare Source
Bug Fixes
v4.4.22
Compare Source
Bug Fixes
v4.4.21
Compare Source
Bug Fixes
v4.4.20
Compare Source
Bug Fixes
v4.4.19
Compare Source
Bug Fixes
v4.4.18
Compare Source
v4.4.17
Compare Source
Bug Fixes
drawer-content
overflow when there's a table. closes: #2262 closes: #1914 (206b207)v4.4.16
Compare Source
Bug Fixes
v4.4.15
Compare Source
Bug Fixes
v4.4.14
Compare Source
Bug Fixes
drawer-content
overflow when there's a table. closes: #2262 #1914 (1c7e786)v4.4.13
Compare Source
Bug Fixes
drawer-content
overflow when there's a table. closes: #2262 #1914 (1c7e786)v4.4.12
Compare Source
Bug Fixes
group-hover:tooltip-open
. closes: #2533 (a8742dc)v4.4.11
Compare Source
Bug Fixes
v4.4.10
Compare Source
Bug Fixes
v4.4.9
Compare Source
Bug Fixes
v4.4.8
Compare Source
Bug Fixes
button-active
color fallback for old browserlink
hover color fallback for old browsermenu
line color fallback for old browserv4.4.7
Compare Source
Bug Fixes
v4.4.6
Compare Source
Bug Fixes
v4.4.5
Compare Source
Bug Fixes
v4.4.4
Compare Source
Bug Fixes
v4.4.3
Compare Source
Bug Fixes
v4.4.2
Compare Source
Bug Fixes
v4.4.1
Compare Source
Bug Fixes
v4.4.0
Compare Source
Features
v4.3.1
Compare Source
v4.2.3
Compare Source
v4.2.2
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.9
Compare Source
Bug Fixes
v4.0.8
Compare Source
Bug Fixes
v4.0.7
Compare Source
v4.0.6
Compare Source
Bug Fixes
v4.0.5
Compare Source
Bug Fixes
v4.0.4
Compare Source
Bug Fixes
v4.0.3
Compare Source
Bug Fixes
v4.0.2
Compare Source
Bug Fixes
v4.0.1
Compare Source
v4.0.0
Compare Source
Breaking changes
--p
,--s
, etc) now contain OKLCH values instead of HSL.hsl(var(--p))
you have to change it tooklch(var(--p))
*-focus
color names. They where being used only for buttons.primary-focus
secondary-focus
accent-focus
neutral-focus
color-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.js
file.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)rtl
daisyUI configtailwindcss-flip
plugin anymore.rtl: true
intailwind.config.js
dir=rtl
to<html>
tag and everything will be RTL on runtime.tab
item.tab
are removed:tab-lifted
tab-bordered
tab-lg
tab-md
tab-sm
tab-xs
tabs
class instead:tabs-lifted
tabs-bordered
tabs-lg
tabs-md
tabs-sm
tabs-xs
tabs
class is now using grid, instead of flex.:before
) instead of two (:before
andafter
)--btn-text-case
CSS variable from themesrtl
config because RTL is now automaticcolord
,rtlcss
,postcss
,tailwindcss
culori
,picocolors
Features
timeline
skeleton
diff
theme-controller
divider-primary
divider-secondary
divider-accent
divider-neutral
divider-success
divider-warning
divider-info
divider-error
divider-start
divider-end
btn-info
btn-success
btn-warning
btn-error
tab
tag now grows and fills the empty spacetab
class can now be a radio input.aria-label
value will be shown as the tab title so it's accessible for screen readers and keyboard navigation.tab-content
class allows you to switch tab content@tailwindcss/forms
@tailwindcss/forms
plugin (even though you don't need it alongside daisyUI)themeRoot
config:root
to 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 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.