All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
prefers-reduced-motion
(57d470e)tab-active
style for tabs with aria-selected="true"
attribute (213ee58)checked="true"
won’t force to show a checked value visually anymore (17585a6), closes #2911carousel-start
utility classbtn
is inside menu (ac60762).prose pre>code
(5d6daf3)button-active
color fallback for old browserlink
hover color fallback for old browsermenu
line color fallback for old browser--p
, --s
, etc) now contain OKLCH values instead of HSL.hsl(var(--p))
you have to change it to oklch(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. ...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
in tailwind.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
and after
)--btn-text-case
CSS variable from themesrtl
config because RTL is now automaticcolord
, rtlcss
, postcss
, tailwindcss
culori
, picocolors
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.:focus-within
style to .input
(#2363) (cac7938)<input>
tag inside a .input
wrapper (dc1766b)toolbar
class of browser mockup to mockup-browser-toolbar
to avoid future conflicts (23f9e17)input-bordered
, select-bordered
, textarea-bordered
are now using base-200
for border coloe instead of base-content/20
(0f5df66)