All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
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-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.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.jsdir=rtl to <html> tag and everything will be RTL on runtime.tab item.tab are removed:tab-liftedtab-borderedtab-lgtab-mdtab-smtab-xstabs class instead:tabs-liftedtabs-borderedtabs-lgtabs-mdtabs-smtabs-xstabs 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, tailwindcssculori, picocolorstimelineskeletondifftheme-controllerdivider-primarydivider-secondarydivider-accentdivider-neutraldivider-successdivider-warningdivider-infodivider-errordivider-startdivider-endbtn-infobtn-successbtn-warningbtn-errortab 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)