4.21.0
Added 1
- Install `cn` package and generate `export { cn } from "cn"` for `lib/utils` on init
Changed 2
- Registry components now import `cn` from the `cn` package
- Use `twMerge` from `cn` instead of `tailwind-merge` internally
From shadcn/ui
Minor Changes
- #11758
c257f688cf4de7ec10cc1be84cad29cd4631182cThanks @shadcn! - installcnand generateexport { cn } from "cn"forlib/utilson init. Registry components now importcnfrom thecnpackage.
Patch Changes
8720dec73f5aebed9f649ea58636f54599fdedf1Thanks @shadcn! - usetwMergefromcninstead oftailwind-mergeinternally.